mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-22 11:13:09 +02:00
15 lines
551 B
Text
15 lines
551 B
Text
* 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> = ""`
|
|
* add HTTP API
|
|
* add pending-task indexing to Replica
|
|
* abstract server, storage, etc. into traits
|
|
* 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
|