-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
BackendAn issue relating to the backendAn issue relating to the backendFrontendAn issue relating to the frontendAn issue relating to the frontend
Description
What's Needed
- Need the functionality to add/edit/delete certain data.
- Will need forms, buttons, and other elements to let the user do this easily.
- List of possible things a signed-in user/admin can do:
1. Users can add news posts. Can only edit/delete posts they've created.
2. Users can add players. Can only edit/delete players they've added.
3. Users can edit player stats they've created. When adding a player, the form will include
stat data (But it can be entered empty).
4. Once the School and Teams relationship has been implemented, the user will be able to specify a player's team.
5. Only the admin will be able to add/edit/delete schools and sports. Admin will also have all permissions.
6. Definitely more limitations / permissions to think about, but I might implement a
request system so a user can request an Admin for specific changes to data. Also have a notification system
that allows an admin to view these requests.
- Also, need to add these to the services folder and think about the queries of these operations.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BackendAn issue relating to the backendAn issue relating to the backendFrontendAn issue relating to the frontendAn issue relating to the frontend