taskwarrior/docs/src
Dustin J. Mitchell 634aaadb73 Reorganize handling of task data
This abandons field-by-field compatibility with the TaskWarrior TDB2
format, which wasn't a sustainable strategy anyway.

Instead, tasks are represented as a TaskMap with custom key formats.  In
this commit, there are only a few allowed keys, with room to grow.

Replica returns convenience wrappers Task (read-only) and TaskMut
(read-write) with getters and setters to make modifying tasks easier.
2020-11-23 12:53:58 -05:00
..
data-model.md revise and expand docs about storage / taskdb / replica 2020-11-22 17:30:42 -05:00
installation.md poor excuse for documentation 2020-11-21 21:27:58 -05:00
plans.md revise and expand docs about storage / taskdb / replica 2020-11-22 17:30:42 -05:00
storage.md Reorganize handling of task data 2020-11-23 12:53:58 -05:00
SUMMARY.md Reorganize handling of task data 2020-11-23 12:53:58 -05:00
sync.md revise and expand docs about storage / taskdb / replica 2020-11-22 17:30:42 -05:00
taskdb.md revise and expand docs about storage / taskdb / replica 2020-11-22 17:30:42 -05:00
tasks.md Reorganize handling of task data 2020-11-23 12:53:58 -05:00
usage.md poor excuse for documentation 2020-11-21 21:27:58 -05:00