-
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: activity enrollments #477
Conversation
c15a96b
to
87f4ed3
Compare
7f708b0
to
0c764c9
Compare
Make sure that when an attendee enrolls in an activity, it instantly updates the buttons to prevent them enrolling in the other ones that happen at the same time. |
@ruioliveira02 |
So the first issue I agree and solved it already (I had to turn |
It stills needs some work, but I would like your opinion on the following:
I think the button should be visible even if the user is logged in. However, in that case, the user is redirected to the log in page.
I believe it would be best if, after logging in, the user be automatically enrolled in the activity (assuming they already confirmed through the browser pop-up). However, I am struggling to see a solution that doesn't envolve a controller (as log in does not use LiveView). What do you think?