2023-07-31 17:42:22 +08:00
|
|
|
Todo
|
|
|
|
----
|
|
|
|
|
|
|
|
3. Filter file format and size upon upload.
|
|
|
|
|
|
|
|
4.1. Upon Change password it must ask the old password first before new password.
|
|
|
|
|
|
|
|
4.2. It should not use the GET REQUEST on password which puts user's data at risk since it displays in the URL.
|
2020-03-16 15:23:14 +08:00
|
|
|
|
|
|
|
* Allow submission without file upload
|
|
|
|
|
2023-07-31 17:42:22 +08:00
|
|
|
* Lecturer/TA should see his/her feedback on submissions
|
|
|
|
|
|
|
|
* Remarking request details required
|
|
|
|
|
2020-03-16 15:23:14 +08:00
|
|
|
|
2023-07-31 17:42:22 +08:00
|
|
|
Done
|
|
|
|
----
|
|
|
|
|
|
|
|
1. The connect.php should not echo 'Connected' since there is a redirect already in the header.php [Resolved]
|
|
|
|
|
|
|
|
2. The header.php is connecting to the database twice through inline connection and an external connect.php [Resolved]
|
|
|
|
|
|
|
|
4. Added css into the header.php
|
|
|
|
|
|
|
|
* Check Spelling Issues
|