lix/fs local, indexdb-storage for caching and persistency #1042
Replies: 4 comments 2 replies
-
Vision wiseBuilding a local storage filesystem with For me, the biggest benefit is that we take full control from remote to local. This makes it easier to:
On the last point: Because updates from remote or other clients can be applied directly; unpushed changes are cached locally and applied in addition to the latest updates. Merge conflicts are indicated at the time they occur. In the case of a peer-to-peer connection between clients, we should mark the lines other collaborators are working on or currently have local changes so that this information can be displayed to users on the front end. Related issueCan this be closed in favor of this proposal #714 I think you forgot to tag the @inlang/project-lisa team |
Beta Was this translation helpful? Give feedback.
-
we have a ticket for this #714 |
Beta Was this translation helpful? Give feedback.
-
sidenote: this feature should not use localstorage api, but most probably indexeddb but this can change and is part of the implementation planning |
Beta Was this translation helpful? Give feedback.
-
agreement on the proposal, exact api and implementation details will be part of the feature planning when this is started. |
Beta Was this translation helpful? Give feedback.
-
Problem
Proposal
Implement a local storage filesystem that can be used for finnk
Beta Was this translation helpful? Give feedback.
All reactions