jak103 / powerplay

MIT License
10 stars 27 forks source link

ADD: Game POST and GET Endpoint + Database Table #74

Open tannerwheeler opened 6 months ago

tannerwheeler commented 6 months ago

GIVEN: I'm logged into the application as a User. WHEN: I click on "Games" THEN: I can see the Games of the season or past season

Acceptance Criteria

Samuelk-Chase commented 6 months ago

I was thinking the stuff in here could be getting the game info:

allowing the users to retrieve details about specific game. things like teams playing , date and time, location score

updating the game details, updating score , adding comments or notes about the game, or changing game status

Allow administrators or authorized users to create new game entries . things like specifying the teams playing or date and time or location

maybe with a password and two managers approvals you can delete a game ( if one was added incorrectly all together)