Update TODO.txt

This commit is contained in:
Adil Mohak 2024-01-08 21:07:01 +03:00 committed by GitHub
parent 4bb3b16ff7
commit 74eafcdfe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,10 @@
TODO: TODO:
- Course add and drop should offer by only the department head of the course - Add and Drop:
- Payment integration: Integrating Paypal and Stripe for students to pay there fee - The add and drop page should only include courses offered by the department head.
- Add and drop should be restricted by the school calendar.
- Create a dashboard for the school admin only: The dashboard will contain: - - Payment integration:
- Integrating PayPal and Stripe for students to pay their fees.
- Integrate the dashboard with dynamic/live data: -
- Overall attendance - Overall attendance
- School demographics - School demographics
gender gender
@ -10,19 +12,19 @@ TODO:
new/all students new/all students
new/all lecturers new/all lecturers
- Recent CUD(create, update, and delete) activities - Recent CUD(create, update, and delete) activities
For example, Added videos, courses, documentations For example, Added videos, courses, documentation
- Students average grade per course: - Students average grade per course:
This one helps the school admin to identify the students performance very quickly :) This one helps the school admin to identify the student's performance very quickly :)
- Overall Course Resources - Overall Course Resources
- Total number of videos, courses, documentations - Total number of videos, courses, documentation
- Event calender: - Event calendar:
- A calender that shows upcoming events - A calendar that shows upcoming events
- Enrollments per course - Enrollments per course
- How many students enroll each course - How many students enroll in each course
- Website traffic over a specific user type (Admin, Student, Lecturer, etc.) - Website traffic over a specific user type (Admin, Student, Lecturer, etc.)
- Admin Panel: - Apply Filtering for all tables:
- Restrict course add and drop by date range (start and end date)
- Apply Filtering for all tables.
- This can be done using `django-filter` and other jQuery libraries - This can be done using `django-filter` and other jQuery libraries
- Apply data exporting for all tables - Apply data exporting for all tables
- This can be done only using jQuery libraries - This can be done using jQuery libraries like `DataTables`
- Using a template to PDF converter to generate reports
- This can be done using the popular package `xhtml2pdf`