-
Notifications
You must be signed in to change notification settings - Fork 3
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
Backend/feature/initial tables #199 #203
Conversation
irfanbozkurt
commented
Oct 23, 2022
- Added following model classes
- User
- Admin
- MemberInfo
- Member
- Category
- Doctor
- Report
- Migrated these models to the database
- In other words, database tables for these models are created
- Wrote unit tests for model creations
- Turned DB password into an environment variable for safety reasons
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All files were reviewed.
Notes were written on PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the time and effort!
- In the app/backend/backend/models.py file, line 63 should be retval += self.info.lastname
- line 27, line 28: null=True is the needed change, I think.
- Added one line comments on the code while reviewing
Hey @canberkboun9, thanks for your review! I fulfilled your requests with this commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Required changes are done. I am unable to see another issue. We can merge this branch with master.