[bug?] Sort events in tag view from now to future
Context
Navigating to the tag view (/tag/<tagname>
, example) lists all events of a tag. The list is sorted with those events that lie furthest in the future appearing first, while those furthest in the past appear last.
Expected Behaviour
As a user I'm likely looking for the next events that fit the tag, so I'd expect the closest future events to appear first, sorted chronologically, now -> future. The default view (example) or the collection view (/collection/<collectionname>
, example), already implement this.
Also, I'd expect events that already happened to not be included.
Requested Change
Sort the tag view like the collection or default view: Start with the event that lies closest in the future, ascending to the event furthest away in the future.
Open Question
How to deal with past events? Past events are probably not what the person is looking for, but in limited cases can be interesting. They could simply be hidden, this is probably the easiest and simplest approach. There could also be a toggle that can show/hide them. Or these past events could be visually distinguished, by getting a grey overly, or a red date, or adding "[Passed]" to the title.