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

User account database #888

Closed
wants to merge 5 commits into from

Conversation

bryantran24
Copy link

Issue

Closes #887

Database Changes/Migrations

Modified table 'user_account' to make the field name and password non-nullable.

Test Procedure

Ran docker-compose -f src/api/tests/docker-compose.yml up --build

Added the test table to init and made professor.py cleaner.
Made it so the password is required for account creation. Delete test table and reflected that in __init__.py. Took back changes from professor.py
Made it so a name is required
@bryantran24 bryantran24 changed the title Origin userdatabase User account database Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request — In user account table, make name and password fields non-nullable
1 participant