From 5a1dc8e58568d41f577596350e1f895140ad84fb Mon Sep 17 00:00:00 2001 From: Teecloudy <37251906+Teecloudy@users.noreply.github.com> Date: Mon, 16 Mar 2020 15:43:50 +0800 Subject: [PATCH] Update Readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99177f9..ac1b9b1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # LRR This projects maintains the LRR system for Lab submissions at ZJNU -well just a few changes in getting started + +All updates and changes to this project will be tracked here + +CURRENT PROBLEMS TO BE SOLVED +1. a new user could not login immediately after sign-up. (SOLVED) +2. password resetting link is not always sent successfully. +3. creating sub-directories on all student submissions course-code/semester/section-number. (/student-number/course-code/semester/section-number/assignement-title/submission.txt) +4. editing the assignment title after uploading a new assignment (instructor). + +More improvements are welcome