Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/models db commnets #67

Merged

Conversation

MEHRSHAD-MIRSHEKARY
Copy link
Collaborator

  • Added db_comment to all relevant fields in models to improve database documentation and schema clarity.
  • Comments describe the purpose of each field directly in the database schema.
  • This change enhances maintainability and improves database readability for developers and admins working outside the Django context.

Closes #66

- Added db_comment to all relevant fields in the Notification model to improve database documentation and schema clarity.
- Comments describe the purpose of each field directly in the database schema.
- This change enhances maintainability and improves database readability for developers and admins working outside the Django context.
- Added db_comment to all relevant fields in the NotificationRecipient model to improve database documentation and schema clarity.
- Comments describe the purpose of each field directly in the database schema.
- This change enhances maintainability and improves database readability for developers and admins working outside the Django context.
- Added db_comment to all relevant fields in the NotificationSeen model to improve database documentation and schema clarity.
- Comments describe the purpose of each field directly in the database schema.
- This change enhances maintainability and improves database readability for developers and admins working outside the Django context.
- Added db_comment to all relevant fields in the DeletedNotification model to improve database documentation and schema clarity.
- Comments describe the purpose of each field directly in the database schema.
- This change enhances maintainability and improves database readability for developers and admins working outside the Django context.

Closes Lazarus-org#66
Copy link
Contributor

@ARYAN-NIKNEZHAD ARYAN-NIKNEZHAD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove _() from db_comments

@ARYAN-NIKNEZHAD ARYAN-NIKNEZHAD merged commit ba9a309 into Lazarus-org:main Sep 26, 2024
4 checks passed
@MEHRSHAD-MIRSHEKARY MEHRSHAD-MIRSHEKARY deleted the feat/models-db-commnets branch September 26, 2024 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing db_comment for Model Fields
2 participants