mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-22 20:23:09 +02:00
revise and expand docs about storage / taskdb / replica
This commit is contained in:
parent
ffbf272afc
commit
39a0dfe798
10 changed files with 274 additions and 155 deletions
11
README.md
11
README.md
|
@ -5,7 +5,16 @@ TaskChampion is an open-source personal task-tracking application.
|
|||
Use it to keep track of what you need to do, with a quick command-line interface and flexible sorting and filtering.
|
||||
It is modeled on [TaskWarrior](https://taskwarrior.org), but not a drop-in replacement for that application.
|
||||
|
||||
Goals:
|
||||
|
||||
* Feature parity with TaskWarrior (but not compatibility)
|
||||
* Aproachable, maintainable codebase
|
||||
* Active development community
|
||||
* Reasonable privacy: user's task details not visible on server
|
||||
* Reliable concurrency - clients do not diverge
|
||||
* Storage performance O(n) with n number of tasks
|
||||
|
||||
See:
|
||||
|
||||
* [Development Notes](docs/development-notes.md)
|
||||
* [Documentation](docs/src/SUMMARY.md) (will be published as an mdbook eventually)
|
||||
* [Progress on the first version](https://github.com/djmitche/taskwarrior-rust/projects/1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue