-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement registration form #80
Conversation
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.
This is something i cannot represent in the datastructure. You would have to add another answer with 'Kenne ich alles' for example |
Well you could add this 0 point answer and if it exists i skip the form validation and dont show the answer. A bit sketchy tho |
Nevermind, i have a better idea, gimme 5 min |
Is not having a notification for completed submission intended? |
the submission flow is not part of this pr. This needs another table in the database and is going to be implemented afterwards |
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
google forms api sucks, implemented registration form functionality myself now.
Each umbrella event can have a registration form now.
I seed a default form for a umbrella event with id 1.
Therefore the registration form can be found at http://localhost:8080/registration?e=1
For the reviewer: you dont need to check the backend stuff, just fronted please. Basically the only relevant file is
frontend/app/registration/page.tsx