Closed djmitche closed 1 year ago
I've gotten a start on this in https://github.com/GothenburgBitFactory/taskwarrior/pull/2771
OK, I'm going to break this down a bit and land things one by one.
One major change is this: I'll take the code from TaskChampion and make it a part of TW. Then we don't have two "TaskThing"s causing confusion.
TaskChampion now has a C interface via Rust FFI.
The next step is to integrate this into Taskwarrior:
The result will be a Taskwarrior that uses a solid data backend with a secure sync protocol, and is interoperable with other tools also built on TaskChampion.