README.md: revise and re-organize the content of README

I add a few more sections, such as Mission and Current Status to README, so that people have more useful things to read.

-Hui
ProjectHomePage
Hui Lan 2020-03-22 19:26:54 +08:00
parent e3dafae622
commit 2b00e73fdd
1 changed files with 51 additions and 13 deletions

View File

@ -1,17 +1,55 @@
# LRR # About 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.
LRR (Lab Report Repository) is an online software application for posting assignments, submitting assignments and marking (re-marking) assignments.
This software was originally developed by by Mahomed Nor, a postgraduate student in the Department of Computer Science at the Zhejiang Normal University,
while he was taking his graduate course Advanced Software Engineering (http://lanlab.org/course/2018f/se/homepage.html).
# Mission
Our mission is to make the learning experience great for tens of thousands of students around the world.
# Current Status
This software has been actively used by students who took or are taking courses taught by Hui. There are more than 200 student accounts created since its first launch.
A running instance of this software is at http://118.25.96.118/nor/
There are about 40 bugs (most are CRITICAL) that remain unresolved before LRR can hit its beta release. See the section Bug Tracker for more details.
Currently, there are a few groups (formed by students who are taking Software Project Management) working on these bugs.
# The Original GitHub Repo
The original GitHub Repo is https://github.com/EngMohamedNor/LabReportRepo
# The Bug Tracker
# 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 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
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
# Current Problems to Be Solved
- [SOLVED] A new user could not login immediately after sign up.
- 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).
We welcome your participation in this project.
*Last modified on 22 March 2020*