We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Figma(Maybe outdated): https://www.figma.com/design/G6jdqDsbhxpvvqlcB3LObt/cxc?node-id=68-125&t=Iq9iBFmSxuPP4dFG-1 Spreadsheet: https://docs.google.com/spreadsheets/d/1TbYa_4GkJdXNnjkb0h3NWMHL2bBARNwjBS_YfLzfj74/edit?gid=0#gid=0
For now, just have the landing page in the /register/cxc.tsx file, input components are still WIP.
/register/cxc.tsx
Feel free to look at the controller tickets for more documentation on what then endpoints look like
Features:
{{server_url}}/api/users/user
{{server_url}}/api/admin/events/{{event_id}}/registrants
{{server_url}}/api/admin/events/{{event_id}}/registrants/{{user_id}}
The text was updated successfully, but these errors were encountered:
mrkhunt
Marcus990
No branches or pull requests
Figma(Maybe outdated): https://www.figma.com/design/G6jdqDsbhxpvvqlcB3LObt/cxc?node-id=68-125&t=Iq9iBFmSxuPP4dFG-1
Spreadsheet: https://docs.google.com/spreadsheets/d/1TbYa_4GkJdXNnjkb0h3NWMHL2bBARNwjBS_YfLzfj74/edit?gid=0#gid=0
For now, just have the landing page in the
/register/cxc.tsx
file, input components are still WIP.Feel free to look at the controller tickets for more documentation on what then endpoints look like
Features:
{{server_url}}/api/users/user
to get the current user and then fill his information based on that{{server_url}}/api/admin/events/{{event_id}}/registrants
with the body filled with the responses{{server_url}}/api/admin/events/{{event_id}}/registrants/{{user_id}}
to check for their registration before serving them the pageThe text was updated successfully, but these errors were encountered: