mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-22 20:23:09 +02:00
add TODO
This commit is contained in:
parent
59f4e6abd7
commit
4a62413e21
1 changed files with 18 additions and 0 deletions
18
TODO.txt
Normal file
18
TODO.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
* assign types to properties
|
||||
- modifications to types don't commute the same way
|
||||
- optimize this to simplify the transform function
|
||||
- types:
|
||||
- dependencies: set of uuids
|
||||
- annotations: set of annotations (incl timestamps for uniqueness)
|
||||
- tags: set of tags
|
||||
- idea: Update takes a dotted path for property; store everything as a map
|
||||
e.g., {uuid: true}, {timestamp: annotation}, {tag: true}; keep the
|
||||
set-to-null-to-delete to remove
|
||||
* add HTTP API
|
||||
* 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
|
||||
* prop testing for DB modifications
|
Loading…
Add table
Add a link
Reference in a new issue