add intro

This commit is contained in:
fyears
2024-02-26 00:41:40 +08:00
parent 9fc46553e1
commit aff5a8b088
8 changed files with 88 additions and 36 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# Sync Algorithm V3
* [intro doc for end users](./intro.md)
* [design doc](./design.md)
- [intro doc for end users](./intro.md)
- [design doc](./design.md)
+10 -10
View File
@@ -1,12 +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
- [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