The current display of the "Most recent edit" time period in the mentees overview module on the mentor dashboard is shown as two separate button groups when there is only 1 selection, which may be confusing to someone making selections.
Unlike the other filter options, there is also no selected value to let the mentor know what the default selected period is to which the table has been set.
Current filter:
Proposed update:
- Simplify the selection to a single form component for selection (removing the confusion that there are two separate buttongroups but only 1 value is selectable across both).
- Show the default value selected. (making it clearer to the mentor what is the default value).
- Revised label above the button group.
- Change from using the buttongroup to a single dropdown selection with the benefits:
- More flexibility to add more options in future.
- More mobile-friendly, esp. for narrow devices as 6 buttons may lead to overflow issues.
- More details, clearer labels relating to time ago options ("Past 24 hours")
- Potential to allow commonly used filter options as links to pre-fill the combo (which is less feasible using ButtonGroup).
Note: An earlier proposal was to combine to a single ButtonGroup, but this was revised due to the above benefits noted relating to the single dropdown.