-
Notifications
You must be signed in to change notification settings - Fork 0
First Elections PR #63
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
Conversation
…omineeSepech -> NomineeApplication, changed ForeignKeyConstraints to ForeignKey
…r a user is a current elections officer
EarthenSky
left a comment
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.
I'll do another review round after, but 99% looks good!
…ey has been deprecated
…lected changes across urls.py
…n the project. Changed database.DBSession -> AsyncSession to match other crud functions.
|
Alright, brief high level summary. This PR introduces the following:
This still needs to introduce/do the following:
I'll work on these in my next PR. As of this comment, all of the above comments should have been addressed. |
…e -> end_datetime in elections module.
EarthenSky
left a comment
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.
Oops, since I made this PR originally I can't request changes. However, consider this "request changes".
The biggest issue is the uniqueness of the slug, the rest are medium level.
Mostly the logic is good!
|
This PR creates tables for elections and nominees, while introducing tested endpoints just for the elections (C,R,U,D) |
elections PR, woo!