-
Notifications
You must be signed in to change notification settings - Fork 0
Sort Courses after last accessed #123
Copy link
Copy link
Open
Labels
Description
Currently the courses are just displayed in the order they come from the server.
Therefore courses which are used not commonly can still be appear at the top of the list in the course selection.
It would be better to display courses which are used often on top of the list.
Proposal:
Cache the id of the last accessed courses and sort for them.
Reactions are currently unavailable