wildstang / WildRank

Yet Another FRC Scouting App
https://wildrank.app
Mozilla Public License 2.0
2 stars 1 forks source link

Move away from or reduce local storage load #67

Closed fruzyna closed 2 years ago

fruzyna commented 3 years ago

LocalStorage is limited to 10 MB which is likely plenty for just match data but it will likely build up with other use cases

fruzyna commented 3 years ago

Storage Approx Sizes:

Picklists and Notes are both very variable but rather small.

fruzyna commented 3 years ago

Commented out image storing

fruzyna commented 2 years ago

I don't anticipate localstorage limit being reached for a single event, but do have ideas to reduce the current load. Mostly removing ids from results. But data should be moved to a more flexible form like indexeddb for the inevitable future of multi-event analysis