GothenburgBitFactory / taskwarrior

Taskwarrior - Command line Task Management
https://taskwarrior.org
MIT License
4.43k stars 301 forks source link

A more formal spec for the backlog format #2231

Closed suhr closed 5 months ago

suhr commented 4 years ago

Since formal specifications are always better than informal one, I wrote this CUE spec for the Taskwarrior JSON Format: https://gist.github.com/suhr/39dcf9ef042e07a80fe288ed76f2aca8

It is still WIP (UDA is not supported yet, some fields are stringly typed), but it looks already nice. Also, cue vet backlog.json ~/task.cue works for my backlog.

UPDATE: UDA is now supported

tbabej commented 3 years ago

Thanks @suhr !

djmitche commented 5 months ago

We never intended for that format to be used outside of TW, and in fact at this point it is not used by TW anymore.