Lab Report Repository developed by students led by Hui
 
 
 
 
 
Go to file
Hui Lan 00ee9c60a9 Merge branch 'master' of https://github.com/lanlab-org/LRR into Hui-improve-README.md 2020-03-29 16:30:11 +08:00
Admin.php adding LRR files 2020-03-16 15:23:14 +08:00
Connect.php adding LRR files 2020-03-16 15:23:14 +08:00
Course.php adding LRR files 2020-03-16 15:23:14 +08:00
Courses.php adding LRR files 2020-03-16 15:23:14 +08:00
Footer.php Create Footer.php 2020-03-16 14:12:14 +08:00
Header.php adding LRR files 2020-03-16 15:23:14 +08:00
Issues.txt adding LRR files 2020-03-16 15:23:14 +08:00
Quick_Start.txt Updating Quick_start.txt 2020-03-26 15:46:12 +08:00
README.md README.md: project home page address. 2020-03-29 16:29:56 +08:00
Readme.txt adding LRR files 2020-03-16 15:23:14 +08:00
Reset_Database.txt adding LRR files 2020-03-16 15:23:14 +08:00
Reset_password.php adding LRR files 2020-03-16 15:23:14 +08:00
Script.php Removing the 'HashPassword' Column 2020-03-19 19:49:41 +08:00
Student.php adding LRR files 2020-03-16 15:23:14 +08:00
Submissions.php adding LRR files 2020-03-16 15:23:14 +08:00
SubmitLab.php adding LRR files 2020-03-16 15:23:14 +08:00
Visitors.php adding LRR files 2020-03-16 15:23:14 +08:00
ashlys_issues.txt adding LRR files 2020-03-16 15:23:14 +08:00
index.php Logging Users 2020-03-16 20:26:17 +08:00
logo.png adding LRR files 2020-03-16 15:23:14 +08:00
logo_text.png adding LRR files 2020-03-16 15:23:14 +08:00
logout.php adding LRR files 2020-03-16 15:23:14 +08:00
lrr (1).sql Removing the 'HashPassword' Column 2020-03-19 19:49:41 +08:00
lrr_datbase.sql Removing the 'HashPassword' Column 2020-03-19 19:49:41 +08:00
mail_spam.html adding LRR files 2020-03-16 15:23:14 +08:00
phpinfo.php adding LRR files 2020-03-16 15:23:14 +08:00
recover_password.php adding LRR files 2020-03-16 15:23:14 +08:00
signup.php adding LRR files 2020-03-16 15:23:14 +08:00

README.md

About LRR

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 graduate student in the Department of Computer Science at the Zhejiang Normal University, while he was taking a graduate course called Advanced Software Engineering (http://lanlab.org/course/2018f/se/homepage.html).

The LRR's project home page is at http://118.25.96.118/nor/homepage/index.html.

Mission

Our mission is to make the learning experience great for tens of hundreds of students in the department of computer science.

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 being CRITICAL) that remain unresolved before LRR can hit its beta release. See the section The 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 at https://github.com/EngMohamedNor/LabReportRepo

The Bug Tracker

Most bugs of this software have been reported on the LRR bug tracker: http://118.25.96.118/bugzilla/describecomponents.cgi?product=Lab%20Report%20Repository%20%28nor%20houzi%29

TODO

  • [SOLVED] A new user could not login immediately after sign up.

  • Receiving email for password resetting. Password resetting link is not always sent successfully.

  • How assignements should be stored? Creating sub-directories on all student submissions course-code/semester/section-number. (/student-number/course-code/semester/section-number/assignement-title/submission.txt)

  • Feature request. Editing the assignment title after uploading a new assignment (instructor).

We welcome your participation in this project. Your participation does not have to be coding. You could help us on ideas, suggestions, information, etc.

Last modified on 22 March 2020

How to Contribute

You need to be an invited member of Lan Laboratory before you can push your feature branch or bugfix branch to the central reops at https://github.com/lanlab-org

Send Hui (lanhui at zjnu.edu.cn) an email message including your GitHub account name so that he could invite you to be a member of Lan Laboratory.

Currently, there are 9 members in Lan Laboratory (https://github.com/orgs/lanlab-org/people).

You will use the feature-branching workflow (see below) when interacting with the central repo. The main point of this workflow is that you work on a branch on your local drive, push that branch to the central repo, and create a Pull Request (i.e., Pull Me Request) at GitHub for other people to review your changes. When everything is OK, then you could merge your changes to the master branch in the central repo.

I believe that code review at the Pull Request stage is a very important activity for effectively improving both code quality and team quality.

The feature-branching workflow

Check the section The feature-branching workflow in the following link:

https://github.com/spm2020spring/TeamCollaborationTutorial/blob/master/team.rst

Contributor List

Please put your name and student number below.