Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order TODOs manually (for prioritisation) #127

Open
ghost opened this issue Jul 14, 2016 · 4 comments
Open

Order TODOs manually (for prioritisation) #127

ghost opened this issue Jul 14, 2016 · 4 comments

Comments

@ghost
Copy link

ghost commented Jul 14, 2016

Each time I look at my list of TODOs I have to read through them all to pick out the next one to do. I'd like to order them as I go, so that once I've done one, I can open up the list and see the next one to do on top.

@mrodalgaard
Copy link
Owner

You could use the tag or id fields like below, add it to the "Show In Table" config and sort after that.

// TODO(1): This todo will have id 1
// TODO(2): This todo will have id 2
// TODO: This todo will have tag 1 #1
// TODO: This todo will have tag 2 #2

@ghost
Copy link
Author

ghost commented Nov 8, 2016

Thanks, I will try this out. I guess the most intuitive and least work is to be able to drag and drop TODOs in the list, especially when it comes to re-ordering.

@onetrev
Copy link

onetrev commented Nov 24, 2016

Agreed that Drag and Drop ordering would be great. I imagine adding that at this stage could be a lot of work though. How the IMDONE package enables it is nice for sure.

Another thing to note, if you try above suggestion the ordering using tags it won't work as expected. If you have items tagged #1, #5 and #10 then the order will be:
#1
#10
#5

@dmig
Copy link

dmig commented Sep 24, 2017

Small proposal: make enhancement to sort by type, get sort order from FindTheseTodos field

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants