-
Notifications
You must be signed in to change notification settings - Fork 7
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
Use elections api in frontend #171
Conversation
rnijveld
commented
Jul 24, 2024
•
edited
Loading
edited
- ElectionProvider was updated to require an electionId parameter, that parameters is retrieve using the routed url
- Election overview uses the data from useElectionList
- We currently don't yet have a status or role in the election overview. Role column remains empty for now. Status column is always set to 'invoerders bezig' (which is what our current focus is), I've kept the other statuses as a comment for now.
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.
lgtm!
b65c46a
to
d54079e
Compare
@rnijveld We squash PR commits so there's no reason to amend commits, and rebasing/amending does make it harder to review because then GitHub can't show differences since the last review. |
Sure! Will do that from now on! |