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 clapper endpoints are designed a bit too similarily to the database. This is fine for an event admin, but we need to add some new one's which cover a user's perspective better.
Endpoint areas to need work on:
The view endpoints need to updated to include information if the user is signed up or is an admin of an event.
Event endpoints don't include what level of access a user has to the selected event. Will need to check if a user is in a admin position or has a permission changing their access level.
Keeping the existing endpoints is a must since they would be useful for other views.
There are also likely to be more endpoints which need this personalisation, if any are discovered popping them as a comment on this issue would be ideal.
The text was updated successfully, but these errors were encountered:
Currently clapper endpoints are designed a bit too similarily to the database. This is fine for an event admin, but we need to add some new one's which cover a user's perspective better.
Endpoint areas to need work on:
Keeping the existing endpoints is a must since they would be useful for other views.
There are also likely to be more endpoints which need this personalisation, if any are discovered popping them as a comment on this issue would be ideal.
The text was updated successfully, but these errors were encountered: