NEUROFUSIONInc / fusion

Record changes in health, behavior and brain activity locally on your browser or mobile phone. Discord: https://discord.gg/sqsuzXWE3K
https://usefusion.ai/research
Other
35 stars 8 forks source link

Local Storage for fusion #59

Closed oreHGA closed 2 days ago

oreHGA commented 1 year ago

This'll eventually make creating the desktop version of fusion.

The goal here is to explore how much brain activity can be stored locally. For context, indexed db can go up to 20GB (or 1% of total device storage -- need to validate this part)

image

ToDesktop for electron generation from the web app - https://app.todesktop.com/

oreHGA commented 1 year ago

This is becoming more urgent for me. Here's an example to work with - https://github.com/mdn/dom-examples/blob/main/to-do-notifications/scripts/todo.js

oreHGA commented 2 days ago

added support for this. We have support for local storage in the browser via indexeddb.. See storage.service.ts