neilfr / Scorekeeper

Hockey scorekeeper application that simplifies game data capture, provides real-time updates and replaces the need for hardcopy scoresheets
https://ancient-headland-43747.herokuapp.com/
1 stars 1 forks source link

deleting a team that has players leaves players with a null teamid in the db - is this ok? #19

Closed neilfr closed 5 years ago

chrisfernandes123 commented 5 years ago

This makes sense as players may not be assigned to a team. I'm guessing we would need a way to update the team ID for an existing player. I'm not sure if this is MVP though. We could just assume that no teams are deleted and every player needs a team assigned upon player creation.

neilfr commented 5 years ago

agreed... let's leave it as is