mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
add taskdb
This commit is contained in:
parent
10c7dd28b9
commit
e5a92826f6
7 changed files with 481 additions and 7 deletions
|
@ -29,6 +29,8 @@ Each operation has one of the forms
|
|||
* `Update(uuid, property, value, timestamp)`
|
||||
|
||||
The former form creates a new task.
|
||||
It is invalid to create a task that already exists.
|
||||
|
||||
The latter form updates the given property of the given task.
|
||||
It is invalid to update a task that does not exist.
|
||||
The timestamp on updates serves as additional metadata and is used to resolve conflicts.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue