Greenheart / lifewheel

Reflect on Your Life Balance. Offline-first, privacy-friendly web app for your personal well-being.
https://reconnect.earth/lifewheel
GNU Affero General Public License v3.0
14 stars 1 forks source link

Maybe use proper CRDT implementation to handle data syncing and merging #17

Closed Greenheart closed 1 year ago

Greenheart commented 1 year ago

Maybe integrate with https://syncedstore.org/docs/ or https://github.com/yjs/yjs

The benefit would be to standardise the underlying data structure.

Potential drawback is that we dont need the collaborative features right now. And this might add additional app code size without adding much value.

Greenheart commented 1 year ago

Probably not needed for now. Not enough value added.