mhoeher / opentodolist

A simple Todo and task management application - Mirror of https://gitlab.com/rpdev/opentodolist
https://opentodolist.rpdev.net
GNU General Public License v3.0
161 stars 12 forks source link

Request: ability to hide completed to-do lists #72

Open hynow opened 2 years ago

hynow commented 2 years ago

Because tasks cannot have due dates, I don't envision using them very often. Instead, I'll probably end up creating more libraries, todo lists, and todos. So I will have many todo lists that get finally closed, instead of staying open in perpetuity with new todos getting added. So the libraries will fill up with completed lists.

mhoeher commented 2 years ago

Interesting idea!

I think - while on a first look it might sound strange and unrelated - this issue goes into the same direction: https://gitlab.com/rpdev/opentodolist/-/issues/76

It is about archiving of items. In fact, I think it would play nicely together with what we already have implemented so far:

What I could imagine: If you mark a todo list (or any other top level item) as done within the schedule page, we could simply mark them as archived so they would no longer be shown.

If you would want to see them, you would have to go to the library and then there would be some option to also show archived items (or there could be a new "Archive" folder per library, where you can find such items).

Anyway, do you think this would implement your request?