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
568 stars 244 forks source link

Change 'Department' occurences to 'Program' #13

Closed benaissazaki closed 9 months ago

benaissazaki commented 9 months ago

I renamed the 'department' field of the 'Student' model to 'program' as well as all the references to it both in the code and the front end.

However, I did not touch the 'DepartmentHead' model since it seems to be a different situation.

adilmohak commented 9 months ago

One additional item we can include in our TODO list is using a package that converts HTML templates to PDF to generate reports instead of using Python code as in result/views.py. One popular package that does this is xhtml2pdf