Spec/remotestorage/tasks/0.1

From Unhosted Web Community Group

The 'tasks' context defines one data type:

- task

 - real-world thing: something that needs doing, like cleaning the windows or fixing a specific bug in a program.
 - fields:
   - title (string): describes what it is that needs doing
   - completed (boolean): whether the task has already been completed or not (yet).