update doc

This commit is contained in:
fyears
2024-02-25 23:54:54 +08:00
parent 447e0c0aa4
commit 9fc46553e1
5 changed files with 37 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
# Sync Algorithm
* [v1](./v1/README.md)
* [v2](./v2/README.md)
* v3
* [intro doc for end users](./v3/intro.md)
* [design doc](./v3/design.md)
+4
View File
@@ -0,0 +1,4 @@
# Sync Algorithm V3
* [intro doc for end users](./intro.md)
* [design doc](./design.md)
+12
View File
@@ -0,0 +1,12 @@
# Introduction To Sync Algorithm V3
* [x] sync conflict: keep newer
* [x] sync conflict: keep larger
* [ ] sync conflict: keep both and rename
* [ ] sync conflict: show warning
* [x] deletion: true deletion status computation
* [x] meta data: no remote meta data any more
* [x] migration: old data auto transfer to new db (hopefully)
* [ ] partial sync: force push
* [ ] partial sync: force pull
* [ ] sync protection: warning based on the threshold