You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your task should you choose to accept is to implement the following functionalities in registration admin website
Check for isShortlisting variable in Events table and push to Participants table if true and registrants table if false
Check for isRegistrationClosed variable in Events table and display form only if the variable is false
Create a new route called [orgId]/events/[eventId]/Registrations to display the registered participants, add a model to view their credentials and form submissions and implement the shortlisting functionality
The text was updated successfully, but these errors were encountered:
Description
Your task should you choose to accept is to implement the following functionalities in registration admin website
isShortlisting
variable inEvents
table and push to Participants table if true and registrants table if falseisRegistrationClosed
variable inEvents
table and display form only if the variable is false[orgId]/events/[eventId]/Registrations
to display the registered participants, add a model to view their credentials and form submissions and implement the shortlisting functionalityThe text was updated successfully, but these errors were encountered: