jak103 / powerplay

MIT License
10 stars 27 forks source link

ADD: ShotOnGoal POST Endpoint + Database Table #24

Open tannerwheeler opened 4 months ago

tannerwheeler commented 4 months ago

GIVEN: I am logged into the application as a scorekeeper and I am actively scoring a game. WHEN: A player makes a shot on goal. THEN: I want to be able to store all the information regarding the shot on goal.

Acceptance Criteria

Documentation / Notes

tannerwheeler commented 4 months ago

We will be tracking shots on goal, but not shots in general at this point.

OughtNaut commented 4 months ago

I would like to take this one. Additionally do we want a foreign key to each player? sports engine seems to keep save these as player statistics as well.