ibauk / sm3

ScoreMaster v3 application only
MIT License
0 stars 2 forks source link

Buffer odo captures #21

Closed ibauk closed 2 years ago

ibauk commented 2 years ago

fastodos.php handles capture of odo readings and times using immediate AJAX updates.

Want to be able to operate offline to capture values then have them uploaded automatically/on request when connection re-established.

This involves initially creating a capture object which can be stored in sessionStorage/localStorage ready for transmission. Leave data styling as untransmitted until it is sent. Have background worker look for connection periodically.

ibauk commented 2 years ago

Full store and retry done