-
Improvement
-
Resolution: Won't Do
-
Minor
-
None
-
2.8.5, 3.1
-
None
-
MOODLE_28_STABLE, MOODLE_31_STABLE
On /user/profile.php?id=<USER-ID>, there is a list of courses which the user is enrolled in. This list is divided by commas and is sorted in a way which can't be recognized at first sight. Furthermore, this list is limited to some n courses, a user has to click the "..." link to see the complete list.
This list style is not really useful when you want to get a quick overview which courses a user is enrolled in.
I would like to propose to:
- change this list to a real list with <ul> tags
- sort it alphabetically because this is the standard sorting a user is accustomed to parse quickly
- show all courses at the very beginning
- has been marked as being related by
-
MDL-58136 Make list of courses in flat nav match courses in course overview "In progress" tab.
- Closed