|
|
|
|
|
by tangjeff0
1930 days ago
|
|
* Currently `index.transit` is the source of truth. When a user sees new changes, their current db is saved, and they have the option of opening the new one or continuing to edit the current version. The entire history of the db is saved right now (`{timestamp}-username.index.transit.bkp`) while we work on better conflict resolution and merging.
* Don't have conflict resolution yet for offline editing.
* We plan to make a websocket server for some the real-time UX. |
|