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

READ COMMENT FIRST: gamePicker shows all games. Should only show today's games. #23

Closed chrisfernandes123 closed 5 years ago

chrisfernandes123 commented 5 years ago

I added the following to getgames function. Note that I commented it out for now as for testing it would be nice to have all games appear. Before Go Live we have to enable this and ensure that for the demo we have games scheduled for that date.

//url: "api/gamesbydate/today",

chrisfernandes123 commented 5 years ago

This issue has been dealt with as we are in a state of Go Live / demo. The different api routes for the date options i.e. past, today, future are all completed.