-
Notifications
You must be signed in to change notification settings - Fork 19
Background services for picking up scores #78
Comments
Additional request: fire the background service manually through a button in the "Scores" page |
Status after e354b7f:
Note: updating the scorelist is now manual (by pressing the button on the Scores page), i.e. there is no automatic background polling, and no automatic poll at e.g. page load. Reason is that there's currently no way to know whether the client is run in referee or scorekeeper mode. Note 2: I've only implemented the directory listing for node yet, so it will not work on e.g. phonegap. This is not very critical though, because this whole quick-fix scorekeeper-mode won't be used as an app anyway. |
So, basically this whole ticket has been implemented, except for automatic polling (see above). |
I'm sure @robvw can manage to "Push the button" (<- chemical brothers 🎵 ) |
Moving to next milestone to implement automatic polling |
We need a background process (in the scorekeeper client) that:
After implementation we should remove the updating of scores.json from the save function in the scoresheet.
Referring to #75
The text was updated successfully, but these errors were encountered: