-
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
feat: add course to attendee #359
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.
Don't we want to normalize the database? To do so, we would need to create a table with all the courses. With that, there would be no need to duplicate this data in the frontend, which could just call the API to get all available courses.
@ruioliveira02 That's totally something that I can do, I'm just a bit unsure about that implementation because that would involve making an API call every time someone opens the sign up page |
@joaodiaslobo you could use, on the frontend, |
@ruilopesm Thanks, I'll see what I can do! 💪 |
Fix #341