Persisting sort value on dashboard groups page
What does this MR do and why?
Add groups_sort key for persisting sort value on dashboard groups page. Currently it's always set to Updated at
Since the changes are small enough and frontend defaults to Updated at sort value already, I've created a single MR for both backend and frontend changes. I can get it separated if necessary
References
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
- Checkout this branch and run migrations
bin/rails db:migrateand run gdk locally - Go to groups page from
http://gdk.local/dashboard/groups - Try updating the sort value
- Go to other page and come back to groups page again
- Notice the sort value is persistent now
- Compare to master branch where it's always set to
Updated at
Edited by Rinku C