Context
The experiments listing in the app drawer currently has no meaningful sort order — newly created experiments can appear anywhere in the list. With a growing number of experiments per project, this makes it harder for users to quickly navigate to the experiment they are looking for. Sorting by last modification date with the most recently modified experiment first ensures users can always find their most active work at the top of the list.
Current Behaviour
Experiments in the app drawer are displayed in no predictable or meaningful order.
A newly created experiment may appear in the middle of the list rather than at the top.
Expected Behaviour
Experiments in the sidebar are sorted by the latest modification date (e.g. a just now newly created experiment is appearing first)
Acceptance Criteria
- Given a project has multiple experiments, when the app drawer is opened, then experiments are listed in descending order of latest modification date (Most recently modified experiment appears first).
- Given an experiment is modified, when the user returns to or refreshes the sidebar, then the modified experiment appears at the top of the list.
- During the creation of a new experiment the last modification date is set to the creation date and the experiment is sorted accordingly in the app drawer
- Given two experiments share the same modification timestamp, when they are displayed, then their relative order is consistent and deterministic (e.g. alphabetical as a tiebreaker).
Context
The experiments listing in the app drawer currently has no meaningful sort order — newly created experiments can appear anywhere in the list. With a growing number of experiments per project, this makes it harder for users to quickly navigate to the experiment they are looking for. Sorting by last modification date with the most recently modified experiment first ensures users can always find their most active work at the top of the list.
Current Behaviour
Experiments in the app drawer are displayed in no predictable or meaningful order.
A newly created experiment may appear in the middle of the list rather than at the top.
Expected Behaviour
Experiments in the sidebar are sorted by the latest modification date (e.g. a just now newly created experiment is appearing first)
Acceptance Criteria