team4909 / 2018-Core

2018 Scouting Platform
MIT License
10 stars 3 forks source link

Offline Web App for Laptop Use #17

Closed roshanr10 closed 6 years ago

roshanr10 commented 6 years ago

Prerequisite: #11

As part of our laptop data input and analysis application, I’d like for it to be able to work offline using a HTML5 LocalStorage Cache and posting data when reconnected, either manually or automated via a polling mechanism.

I think ServiceWorkers may work for this as App Cache is being phased out, but that needs more research.

Subtasks:

roshanr10 commented 6 years ago

@fimmel what do you think we should do for laptop use?

It's definitely easier if we go w/ network only, but then we can't go to other stands, like how you mentioned WPI

roshanr10 commented 6 years ago

PouchDB take's care of all caching and syncing, except for the BT bridge between tablet and Pi.