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
Currently users can only be added to a sign-up sheet when it's created. In order to have proper functionality we will need to allow individual users to adjust the signup sheets so they can enrol / enroln't from sheets.
To do this properly, we'll also probably use transactions at the SQL layer to ensure that there are no issues arising from people signing up at the same time.
There will also need to be permissions to ensure that people can't adjust other peoples roles and also ensuring the event creator and admins still have the necessary access.
We will also need to consider non "show" events, since they use different tables.
The text was updated successfully, but these errors were encountered:
So the we now have the functionality of user's being able to signup to roles, remove themselves, admin's to update them currently. The permissions are adequete for the time being, so hopefully they'll work.
Will, need to work on modifying the metadata of signup sheets now along with the roles available.
Currently users can only be added to a sign-up sheet when it's created. In order to have proper functionality we will need to allow individual users to adjust the signup sheets so they can enrol / enroln't from sheets.
To do this properly, we'll also probably use transactions at the SQL layer to ensure that there are no issues arising from people signing up at the same time.
There will also need to be permissions to ensure that people can't adjust other peoples roles and also ensuring the event creator and admins still have the necessary access.
We will also need to consider non "show" events, since they use different tables.
The text was updated successfully, but these errors were encountered: