You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: