Hacker News new | ask | show | jobs
by w_t_payne 2785 days ago
I'd like to have something that looks a bit like the Trello UI, but offers a simple and straightforward path to integrate into the rest of my Python infrastructure.

I store tasks as YAML notes in my source files -- a bit like glorified TODOs - and I would like a user interface for manipulating them without having to write the entire UI myself.

1 comments

Thanks for your comments. If I understood you correctly, you want the comments marked as TODOs listed in a UI automatically , which you can track/move around. Am I correct ?
Pretty much ... except instead of being in the form of a TODO, they are actually little YAML data structures embedded in comments, holding requirements, tasks, plans, test cases, records of design decisions and other bits and pieces that need to be tracked and managed.