Ask HN: How do you track issues, todos, features?
11–20 of 78 posts
Re: Ask HN: How do you track issues, todos, features?
#12I concur with dangrossman, you need to think through your process & systems.
Re: Ask HN: How do you track issues, todos, features?
#13I use Things for my todo list. Been using it for years and once you get the flow down it's amazing.
Re: Ask HN: How do you track issues, todos, features?
#14I use a TODO.md doc in the project root as long as it's For a larger project I use GitHub issues with tags.
I even wrote a Vim syntax plugin for the todo files: https://github.com/tomswartz07/vim-todo
Re: Ask HN: How do you track issues, todos, features?
#15For instance, I'm the sole developer of my web backend, iOS and android platformy thing and while android studio has good TODO: Integration sublime and Xcode require plugins, it would be awesome to have something that looks at all three repositories and tells me where i have scribbled a TODO: somewhere; or even just for comparing the different method names of my app across platforms -
Perhaps someone knows of some such tool already out there that does this?
Re: Ask HN: How do you track issues, todos, features?
#16It takes the usual kanban approach that Jira and Trello use, but is contained in a no-nonsense html5 friendly, mobile friendly website. No complaints, free to start, and premium features aren't costly if you need them.
Re: Ask HN: How do you track issues, todos, features?
#17Re: Ask HN: How do you track issues, todos, features?
#18I use a TODO.md doc in the project root as long as it's For a larger project I use GitHub issues with tags.
Re: Ask HN: How do you track issues, todos, features?
#19Looking at some of those 'complex' management tasks it seems like a missing feature would be to poll your repositories to look for TODO: 's and list them. For instance, I'm the sole developer of my web backend, iOS and android platformy thing and while android studio has good TODO: Integration sublime and Xcode require plugins, it would be awesome to have something that looks at all three repositories and tells me wh…