Implement different sorting for activity groups #38
Labels
enhancement
Enhancement to an existing feature/feature set
on hold
Will be looked into at a later date
optional
Will be looked into but might not get implement if it's not worth the effort
Describe the solution you'd like
Currently activity groups are implemented as a linked list, so new activity groups are added at the end and the position can manually be moved upwards/downwards.
It would make sense to change this to date sorted activity groups, so if there are dates set in activities, use these for the activity groups (calculated dates).
Additional context
None so far
The text was updated successfully, but these errors were encountered: