add taskdb

This commit is contained in:
Dustin J. Mitchell 2019-12-28 11:20:35 -05:00
parent 10c7dd28b9
commit e5a92826f6
7 changed files with 481 additions and 7 deletions

View file

@ -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.