Closed
Description
I saw earlier a similar enhancement idea but no one seems to have implemented it yet.
The idea is to have a switch button on top of the courses list to hide teachers list:
.
Ideally, this preference should be kept for each user through sessions.
I had a few ideas (and @moy gave me some as well):
1. Adding a cookie:
Seems to be a bad idea since the option would be kept only for a specific device and browser.
2. Using JSON/XML fields already in database
I don't know if such fields already exists to save the user preferences. If they do, I could add the preference easily without modifying the database.
3. Other options I didn't think of.
If someone more familiar with the way preferences are saved have a better idea ?