add intro
This commit is contained in:
@@ -1,7 +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)
|
||||
- [v1](./v1/README.md)
|
||||
- [v2](./v2/README.md)
|
||||
- v3
|
||||
- [intro doc for end users](./v3/intro.md)
|
||||
- [design doc](./v3/design.md)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user