stable

Clone or download

Read-only

Closes request #33317: Have a consistent order for roadmap tasks

The order of the tasks in the widget is now set as follow to have a consistent experience: 1. Items with a start date are displayed first 2. Items with a start date are displayed with the oldest start date first 3. Remaining items are displayed in order with the oldest creation first Change-Id: I8150eb13f24c7434a1743be440d223352b551b42

Modified Files

Name
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/GanttBoard.test.ts +5 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/GanttBoard.vue +9 −4 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/src/helpers/rows-sorter.test.ts +93 −0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/src/helpers/rows-sorter.ts +55 −0 Go to diff View file