Currently, filters in Vikunja return a flat list of tasks. For more complex use cases (e.g. daily planning or dashboards), this becomes limiting because there is no way to structure results into logical groups.
I would like to propose extending the filter syntax to support sections (grouped result blocks).
Proposal
Introduce a way to define multiple filter blocks, each with a title.
Each block would be evaluated independently and rendered as its own section.
Last week I migrated from AnyDo to Vikunja based on a recommendation from Claude for a replacement that I could self host. I also needed a way to see my Tasks in a 7 Day display with the ability to move tasks from day to day. I was able to vibe code a self hosted web page that fit the bill. Both Vikunja and vinkunja-multiday-view (the stand-alone web page that does the multi-day view) are hosted on my UnRaid server. If anyone is interested in running the docker and giving me feedback, it is hosted on my GitHub.