Ordering lists within a namespace possible?

Hi!

First of all, thanks for all the effort in building this tool, which worked out of the box via docker.

I was wondering if it is possible to change the order of the lists within a namespace? I did not find an obvious to do so.

Best
Felix

Edit: Apprently ordering is also not available for todo items?

2 Likes

Yeah, there has been some discussion around that here: #115 - Arbitrarily reorder namespaces, lists and tasks - frontend - Gitea

TL;DR: It’s not a trivial problem to solve and I’ve put it on hold because of that. That’s mostly the case for tasks though because you can order them on the kanban board and I’ve yet to find a good way to sort them on the list view without interfering the order on the kanban board.
Lists and namespaces should work fine though.

2 Likes

I’ve implemented this in https://kolaente.dev/vikunja/frontend/pulls/620 and https://kolaente.dev/vikunja/api/pulls/923. A new unstable release containing the changes is already released, you can also test it on try.

Feel free to ping me if you find something is not quite working.

1 Like