adilmohak / django-lms

A learning management system using django web framework. Course add and drop, grade and assessment result management, online quiz, report generator, student and lecturers management, dashboard, and so much more...
MIT License
584 stars 251 forks source link

Students should not be able to view all available programs and courses. #62

Open mnymkr opened 4 months ago

mnymkr commented 4 months ago

This is perhaps in the TODO.md but I'd like to keep track of the issue anyways. Currently any student accounts in the system can see all the programs, courses course contents on the system. This should not be the case in practice. A student account should be able to view courses they have been enrolled in only.

Solution? Maybe just remove the Programs & Courses button from student accounts' menu.

adilmohak commented 1 month ago

@mnymkr This issue is indeed very critical. We're working on it and will notify you here once it's done.

adilmohak commented 1 month ago

Now this has been implemented. Students can now only access their courses.