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

Update goalTime in Goals model to goalDateTime #26

Closed chrisfernandes123 closed 5 years ago

chrisfernandes123 commented 5 years ago

The field is a date time field and it would be easier to store the current date and time of the goal.

chrisfernandes123 commented 5 years ago

The field goalTime with a data type of datetime has been replaced with the field timeRemaining with the data type of integer. This is no longer required.