Skip to content

Front-End Setup For Protected API Endpoints #28

@DerisO22

Description

@DerisO22

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BackendAn issue relating to the backendFrontendAn issue relating to the frontend

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions