wuvt / trackman

WUVT's track logging web-app
GNU Affero General Public License v3.0
4 stars 3 forks source link

Trackman should be able to operate offline #40

Open echarlie opened 6 years ago

echarlie commented 6 years ago

From @mutantmonkey on December 10, 2016 3:17

To improve the user experience in the event of an outage or just flaky network connectivity, Trackman should make use of service workers and maintain a local list of tracks that have already been played. That way, if the Trackman API becomes unreachable, DJs can continue to log tracks as normal. When it becomes reachable again, the list of played tracks should be synchronized with the server and maintain their existing timestamps.

Track search and autocomplete will initially be beyond the scope of this, but those are areas for future enhancement.

Copied from original issue: wuvt/wuvt-site#239