mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
18 lines
685 B
Text
18 lines
685 B
Text
* move rebuild_working_set logic to replica.rs, also include states !=
|
|
completed / deleted
|
|
* [WIP] assign types to properties in Replica
|
|
- db / operation model is just k/v, but formatted names can be used for
|
|
structure:
|
|
- dependencies: `dependency.<uuid> = ""`
|
|
- annotations: `annotation.<epoch time> = "annotation"`
|
|
- tags: `tags.<tag> = ""`
|
|
* abstract server into trait
|
|
* add HTTP API
|
|
* fix TODO items in replica.rs
|
|
* implement snapshot requests
|
|
* implement backups
|
|
* implement client-side encryption
|
|
* design expiration
|
|
- need to be sure that create / delete operations don't get reversed
|
|
* cli tools
|
|
* move test-only tools somewhere else (helpers in tests/?)
|