Update fallback sorting option on groups/project list to created
What does this MR do and why?
- Update the fallback sorting option on groups and projects list to be
created. This is more optimal as we're missing an index onupdated_atcolumn (will be handled separately) - Align the constant values to with the values from the backend (
app/helpers/sorting_titles_values_helper.rb)-
created_attocreated -
updated_attoupdated
-
References
Related to #590893 (closed)
Screenshots or screen recordings
N/A
How to set up and validate locally
- Enable
explore_groups_vuefeature flag - Go to
/explore/groupsand verify that the default sorting option iscreated_desc
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Shane Maglangit