From 2d7e277fca98a4f43459d7cb86ab6efb78e4fe77 Mon Sep 17 00:00:00 2001 From: Adil Mohammed Date: Sun, 14 May 2023 12:32:56 +0300 Subject: [PATCH] Update TODO --- TODO.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/TODO.txt b/TODO.txt index a40f538..c2d4e09 100644 --- a/TODO.txt +++ b/TODO.txt @@ -21,6 +21,8 @@ TODO: - How many students enroll each course - Website traffic over a specific user type (Admin, Student, Lecturer, etc.) - Admin Panel: - - Implement course add and drop calendar switching: If it is on, then students can able to add or drop courses. - - Apply Filtering and exporting for all tables. - - Consider using jQuery libraries \ No newline at end of file + - 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 + - Apply data exporting for all tables + - This can be done only using jQuery libraries