Commit Graph

19 Commits (ad32a71cd94474a46e3095a50ad0c60cef0b3f6e)

Author SHA1 Message Date
Lan Hui ab8f146b19 overview.html: link to Overview.html 2021-10-19 20:07:57 +08:00
Lan Hui 88e4aed68e Rename Overview.html to overview.html 2021-10-19 20:05:15 +08:00
Lan Hui 0f347d6dce Merge branch 'master' of http://121.4.94.30:3000/mrlan/LRR into ProjectHomePage 2021-10-19 19:56:08 +08:00
Lan Hui 890f17ac71 Resolve conflict. 2021-10-19 19:55:56 +08:00
mrlan 3326e41062 Merge pull request 'Hui-Bug29' (#15) from Hui-Bug29 into master
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/15
2021-10-19 19:50:57 +08:00
Lan Hui 234b9480f3 Remove Overview.html 2021-10-19 08:41:20 +08:00
Lan Hui fc870e3381 Overview.html -> overview.html 2021-10-19 08:39:19 +08:00
Lan Hui 2105030615 index.html: Use overview.html, not Overview.html. 2021-10-19 08:34:17 +08:00
Lan Hui 534b014854 update .gitignore and add homepage/Overview.html back. 2021-10-18 23:54:12 +08:00
Lan Hui 034705c879 delete overview.html 2021-10-18 23:50:23 +08:00
Lan Hui b012951116 Merge branch 'Hui-CodeIndentation' of http://121.4.94.30:3000/mrlan/LRR into Hui-CodeIndentation 2021-10-18 23:49:17 +08:00
Lan Hui 7b76dd89f2 xxx 2021-10-18 23:48:44 +08:00
Lan Hui 2af2d2ef55 Rename Overview.html to avoid conflict with overview.html. 2021-10-18 23:43:59 +08:00
Lan Hui a883dda3f5 homepage/installation.html: a good example. 2021-10-18 22:12:01 +08:00
Lan Hui 17b0017882 homepage/installation.html: the first letter should be a capital letter. 2021-10-18 22:10:50 +08:00
xiaoyusoil 74704c1371
Merge branch 'master' into ZhengXiaoyu-201732120110-ContributorList 2020-06-15 14:19:47 +08:00
fish e504e83038 Update Overview.html 2020-06-15 14:10:37 +08:00
CloudStarTreck 25f9b4ff0f Allowing all group member to submit assignment and allowing Lecture to Edit Assignments
Two Issues have been Fixed

1)Firstly
Only Group Admins were able to submit group assignments and the system was indicating to other members that they missed the deadline.

This Problems was solved through the following stages:

Create 4 new columns 'Member_ID1-4 Varchar(50) DEFAULT 0' in the database table 'course_group_table' (this will limit each group to max 5 members you can check the file Script.php from line 1071.)

Changing the SQL query in SubmitLab.php to allow both Group Member and Group Admin to submit assignment. (However for this feature to take effect with backward compat, the group admin might need to invite other members again into the group or else they still wont be able to submit but all the group assignments will indicate that they have been submitted by the admin. For any new group after the update it works perfect.)

Changing the Course.php allows other members to be updated once 1 member submit the assignment.

2)Secondly
The Tutor couldnt modify assignments once posted.

Adding an 'Edit' Button on the Tutor's page allows him to modify new and old assignment without any duplications. This feature afftected Courses.php from line 109.

Group
Ashly Tafadzwa Dhani 201632120150
Samantha Rusike 201632120140
2020-04-06 23:45:30 +08:00
Hui Lan 99a24612db homepage: project homepage for LRR. The project home page looks good now after one round of revision last semester made by graduate students who took my course Advanced Software Engineering. However, I think it is still missing something, e.g., Developer Documentation that includes more technical information, and Frequently Asked Questions. Its GitHub link should be updated to the current one. Its Contact Us page should be updated so that it includes more responsive people. 2020-03-29 16:23:55 +08:00