seantiz / dryfold-cli

A tool to help me plan C++ codebase migration ahead of time. Dryfold breaks the work down into kanban-board tasks.
Apache License 2.0
0 stars 0 forks source link

feature: generate JSON so tasks can be imported into kanban PM apps #3

Closed seantiz closed 1 week ago

seantiz commented 2 weeks ago

This could be really nice and I'd like to get this working as smooth as possible. We'll take a look at conforming to Kanri's import schema so that anyone can visualise their project work ahead on a kanban board. This would be super cool.

seantiz commented 1 week ago

This is done - see f98f1ec

Although this will need further implementation and testing on the Kanri import side to confirm the user-facing tasks load in a genuinely helpful way.