-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Welcome to the stats wiki!
stats is 3223's scouting application. It is an offline web application with some support for manual data export/import, and can be used to scout the following games:
- FIRST POWER UP
This app does not work in IE11 or MS Edge because they lack indexeddb compound keys.
This app uses indexedDB to store data. Currently, there is no server backend for automated sync, so there is risk of data loss if persistent storage isn't enabled. To check whether it is, look for persistence: true
at the bottom of any page in the app.
To emphasize, if persistent storage is not enabled, the browser has leeway to blow away your data at any time. You do not want to see persistence: false
.
Chrome will not allow the app to enable persistent storage unless:
- The site is bookmarked (and the user has 5 or less bookmarks)
- The site has high site engagement
- The site has been added to home screen
- The site has push notifications enabled
at least according to https://developers.google.com/web/updates/2016/06/persistent-storage
in practice, bookmarking it seems to be sufficient on desktop with chrome 67
will prompt you to grant a permission
Requires popups to be allowed