e3dafae622
Edited by Ashly Removed the insertion of encripted password into the 'HashPassword' column. All passwords are kept in the 'Password' Column. Also adjusted the Column size of database to hold the long hashed password |
||
---|---|---|
Admin.php | ||
Connect.php | ||
Course.php | ||
Courses.php | ||
Footer.php | ||
Header.php | ||
Issues.txt | ||
Quick_Start.txt | ||
README.md | ||
Readme.txt | ||
Reset_Database.txt | ||
Reset_password.php | ||
Script.php | ||
Student.php | ||
Submissions.php | ||
SubmitLab.php | ||
Visitors.php | ||
ashlys_issues.txt | ||
index.php | ||
logo.png | ||
logo_text.png | ||
logout.php | ||
lrr (1).sql | ||
lrr_datbase.sql | ||
mail_spam.html | ||
phpinfo.php | ||
recover_password.php | ||
signup.php |
README.md
LRR
LRR (Lab Report Repository) is an online assignment-submission application created by Mahomed Nor a postgraduate student in the college of Computer Science at Zhejiang Normal University.
ABOUT LRR
The project was originally created by Mahomed Nor a postgraduate student and its currently being used to handle assignment submissions for all software engineering students. The Original Github Repo is https://github.com/EngMohamedNor/LabReportRepo The LRR Project is currently running online at http://118.25.96.118/nor/ The Project is being modified and updated by Software Project Management Students of 2017 class under this repository. Most critically identified bugs of this project have been reported on the LRR bug tracker http://118.25.96.118/bugzilla/describecomponents.cgi?product=Lab%20Report%20Repository%20%28nor%20houzi%29
CURRENT PROBLEMS TO BE SOLVED
- a new user could not login immediately after sign-up. (SOLVED)
- password resetting link is not always sent successfully.
- creating sub-directories on all student submissions course-code/semester/section-number. (/student-number/course-code/semester/section-number/assignement-title/submission.txt)
- editing the assignment title after uploading a new assignment (instructor).
More improvements are welcome