Thank you, Liviu!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Volker Dirr on May 16, 2026, 08:40:50 AMSadly difficult.
It is easy if the activities contains only 1 tag, but it will be more difficult if there are 2 tags.
Example:
activity 1: Tag "C"
activity 2: Tag "B" and "D"
activity 3: Tag "E" and "A"
activity 4: Tag "A" and "E"
So first: Just we care about the order? So should be activity 3 the same order as activity 4?
And after that: How to order activity 3 and 1?
...
Quote from: Liviu Lalescu on May 16, 2026, 09:37:56 AMIt is easy: compare the activity tags as a QList comparison operator.
But is this good for everybody?