Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CS2103T-W12-4] ModuLink #95

Open
wants to merge 355 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
355 commits
Select commit Hold shift + click to select a range
74d454c
Add AddFavCommand, AddFavCommandParser, and tests for both
charltonator Oct 15, 2021
d0d2812
add AddFavCommand AddFavCommandParser and tests for both added.
charltonator Oct 15, 2021
16a4f3b
Merge pull request #71 from charltonator/AddFavCommand
aakanshanarain Oct 16, 2021
92671ed
Add files via upload
zacharylwy Oct 16, 2021
9f968e7
Update UserGuide.md
zacharylwy Oct 16, 2021
151b886
Add files via upload
zacharylwy Oct 16, 2021
3cfbd0a
Update UserGuide.md
zacharylwy Oct 16, 2021
bce62a6
Delete helpMessage.png
zacharylwy Oct 16, 2021
711667e
Add files via upload
zacharylwy Oct 16, 2021
ef32354
Update UserGuide.md
zacharylwy Oct 16, 2021
317cf77
Update UserGuide.md
zacharylwy Oct 16, 2021
9894dfb
Update UserGuide.md
zacharylwy Oct 16, 2021
fbb4ae1
Update UserGuide.md
zacharylwy Oct 16, 2021
94d4a9a
Update UserGuide.md
zacharylwy Oct 16, 2021
1d9231a
Update UserGuide.md
zacharylwy Oct 16, 2021
b79d1f6
Docs update
zacharylwy Oct 16, 2021
a06f394
Update AboutUs.md
zacharylwy Oct 16, 2021
2c73a37
Update AboutUs.md
zacharylwy Oct 16, 2021
f9f58a7
Add remove favourite command
ngjiayuan Oct 16, 2021
b12c0b4
Merge pull request #72 from zacharylwy/docs-update-branch
ngjiayuan Oct 16, 2021
5a9332a
Merge branch 'AY2122S1-CS2103T-W12-4:master' into remove-favourite-co…
ngjiayuan Oct 16, 2021
26ba8cb
Fix checkstyle
ngjiayuan Oct 16, 2021
371c31f
Merge pull request #75 from ngjiayuan/remove-favourite-command
aakanshanarain Oct 16, 2021
634f752
listfav dg
zacharylwy Oct 18, 2021
920a5f7
Merge pull request #76 from zacharylwy/listfav-dg-branch
zacharylwy Oct 18, 2021
9e31c15
Update UserGuide.md
ngjiayuan Oct 18, 2021
90580a0
Edited sample data
ngjiayuan Oct 18, 2021
77bc43a
Merge pull request #79 from ngjiayuan/master
ngjiayuan Oct 18, 2021
56eb041
Update User Guide, Make other cosmetic changes
aakanshanarain Oct 18, 2021
93f6756
Merge branch 'update-UG' into master
aakanshanarain Oct 18, 2021
3c4eb94
Implement addMod and RemoveMod features
EthanWong6362 Oct 19, 2021
3ab8040
Merge pull request #81 from EthanWong6362/Add-mod-function
zacharylwy Oct 19, 2021
e7c51e9
Update DeveloperGuide.md
charltonator Oct 19, 2021
1e411ed
updates as per C$ request
EthanWong6362 Oct 19, 2021
0a9a4b6
Merge pull request #84 from charltonator/editDG
charltonator Oct 19, 2021
a052d61
Merge pull request #85 from EthanWong6362/Add-mod-function
charltonator Oct 19, 2021
5c29faa
Add refresh for AddFav and RemFav
charltonator Oct 19, 2021
4394888
Merge pull request #89 from charltonator/refactor
charltonator Oct 19, 2021
297207d
Update DeveloperGuide.md
charltonator Oct 19, 2021
dd51323
UG-Update
zacharylwy Oct 19, 2021
07c3d8e
Merge pull request #90 from zacharylwy/UG-update-branch
ngjiayuan Oct 19, 2021
8e2d8e6
Cleaned up DG, sequence diagrams and command classes
ngjiayuan Oct 19, 2021
045862a
Fix some errors
ngjiayuan Oct 19, 2021
e690de8
Merge pull request #91 from ngjiayuan/master
zacharylwy Oct 19, 2021
fbaa2af
Change Edit Command
EthanWong6362 Oct 19, 2021
c85772b
Merge branch 'Add-mod-function'
EthanWong6362 Oct 20, 2021
981b52f
Update EditCommandTest.java
EthanWong6362 Oct 20, 2021
d85c7aa
Update DeveloperGuide.md
EthanWong6362 Oct 20, 2021
4494ec2
Update DeveloperGuide.md
EthanWong6362 Oct 20, 2021
993c8fe
Update DeveloperGuide.md
EthanWong6362 Oct 20, 2021
3e567f8
Update DeveloperGuide.md
EthanWong6362 Oct 20, 2021
5124a80
Merge pull request #94 from EthanWong6362/master
zacharylwy Oct 20, 2021
3246820
Update DG
aakanshanarain Oct 21, 2021
3f04a11
Edit DG
aakanshanarain Oct 21, 2021
f0bd640
Merge pull request #96 from aakanshanarain/update-DG
aakanshanarain Oct 21, 2021
c5f9713
Update UserGuide.md
zacharylwy Oct 22, 2021
c969742
Changed all commands to camel case
ngjiayuan Oct 22, 2021
43e077a
update Status
EthanWong6362 Oct 22, 2021
6f91bcd
Change mainClassName to run the app
aakanshanarain Oct 23, 2021
40c8848
Merge pull request #98 from EthanWong6362/master
aakanshanarain Oct 23, 2021
f8632fa
Merge pull request #99 from aakanshanarain/fix-main-class-issue
aakanshanarain Oct 23, 2021
54ee92a
Update UG
aakanshanarain Oct 23, 2021
0e45f6a
Merge pull request #100 from aakanshanarain/master
ngjiayuan Oct 23, 2021
5b7fb02
Update title
ngjiayuan Oct 23, 2021
2db2da4
Update site header
ngjiayuan Oct 23, 2021
ef075d9
Update title
ngjiayuan Oct 23, 2021
e95ff0b
Update title
ngjiayuan Oct 23, 2021
f5a88b3
Update title
ngjiayuan Oct 23, 2021
af2f2a6
Update Status.java
EthanWong6362 Oct 23, 2021
da1b9a9
Merge branch 'AY2122S1-CS2103T-W12-4:master' into master
EthanWong6362 Oct 23, 2021
0362cc4
Merge pull request #101 from EthanWong6362/master
ngjiayuan Oct 23, 2021
e6ec463
Fix favourite icon not showing on Jar file
ngjiayuan Oct 23, 2021
af5d42e
Merge pull request #102 from ngjiayuan/master
ngjiayuan Oct 23, 2021
587ca37
Add GitHub Username feature to profiles
aakanshanarain Oct 24, 2021
772fe23
Merge pull request #103 from aakanshanarain/add-github-username-to-pr…
zacharylwy Oct 24, 2021
65312cd
Add telegram handle feature to profile
aakanshanarain Oct 24, 2021
93d5f14
Add edit group status feature
aakanshanarain Oct 25, 2021
86de1cd
Merge pull request #105 from aakanshanarain/add-telegram-handle-to-pr…
ngjiayuan Oct 25, 2021
85c7faa
Merge pull request #107 from aakanshanarain/edit-group-status-feature
ngjiayuan Oct 25, 2021
8b02908
Some change to UG
aakanshanarain Oct 25, 2021
bdd15e3
Fixes #108; fixes grammar and added link to java install guide
charltonator Oct 26, 2021
8c9576d
Update UserGuide.md
charltonator Oct 26, 2021
8afbb50
Change format of filter feature and also change editGroupStatusComman…
aakanshanarain Oct 26, 2021
e6f2472
Maybe fixes CI issue
aakanshanarain Oct 26, 2021
71c46fc
Update things before the demo
EthanWong6362 Oct 26, 2021
cffa998
Merge pull request #109 from aakanshanarain/change-filter-and-editGro…
aakanshanarain Oct 27, 2021
3bb0f64
Merge pull request #110 from EthanWong6362/updates-before-demo
aakanshanarain Oct 27, 2021
1175ace
Make some changes to the UG (only until features right now)
aakanshanarain Oct 28, 2021
bda6714
Update UserGuide.md
aakanshanarain Oct 28, 2021
e07a2c6
Update UserGuide.md
aakanshanarain Oct 28, 2021
d2a9e3c
Update UserGuide.md
aakanshanarain Oct 28, 2021
bb8a34c
Merge pull request #111 from aakanshanarain/enhance-user-guide
ngjiayuan Oct 28, 2021
61da01f
Add Highlight and user profile icon for user profile
charltonator Oct 28, 2021
dd7234a
Add user profile highlight and user profile icon
charltonator Oct 28, 2021
ef293d8
user profile highlight and user profile icon
charltonator Oct 28, 2021
49eb07b
Merge pull request #114 from charltonator/userProfileHighlight
charltonator Oct 28, 2021
4a324b0
Adds the user profile to the top of the list
ngjiayuan Oct 28, 2021
5cedda2
Merge pull request #115 from ngjiayuan/profile-top-branch
zacharylwy Oct 28, 2021
1ca8c1c
Update UserGuide.md
zacharylwy Oct 28, 2021
ac8ed97
Update UserGuide.md
zacharylwy Oct 28, 2021
3034114
fixed sample data util
zacharylwy Oct 28, 2021
f8eb309
Merge pull request #116 from zacharylwy/small-fix-branch
zacharylwy Oct 28, 2021
d0c0ae3
Small change to Main.java - remove assertion
aakanshanarain Oct 28, 2021
4d1e37c
change box size and wrap text
charltonator Oct 28, 2021
50ecb91
update stuff again
charltonator Oct 28, 2021
9417495
update the padding
charltonator Oct 28, 2021
5b9005b
update padding
charltonator Oct 28, 2021
87409a3
Merge pull request #118 from charltonator/master
ngjiayuan Oct 28, 2021
86dc2c5
Add more sample persons
ngjiayuan Oct 28, 2021
488a3de
Merge branch 'AY2122S1-CS2103T-W12-4:master' into master
aakanshanarain Oct 28, 2021
9e47469
Merge pull request #119 from ngjiayuan/sample-data
ngjiayuan Oct 28, 2021
ec7acbe
addFav/remFav doesnt unfilter list
EthanWong6362 Oct 28, 2021
25f625f
Update CreateCommandTest.java
EthanWong6362 Oct 28, 2021
04469f6
Merge pull request #120 from EthanWong6362/master
EthanWong6362 Oct 28, 2021
5bf2da7
Merge branch 'AY2122S1-CS2103T-W12-4:master' into master
aakanshanarain Oct 29, 2021
3fb761b
Update UserGuide.md
zacharylwy Oct 31, 2021
63d69e6
Merge pull request #172 from zacharylwy/master
zacharylwy Oct 31, 2021
c99479f
Delete Ui2.png
zacharylwy Oct 31, 2021
2f00c26
Add files via upload
zacharylwy Oct 31, 2021
8aa19c7
Delete Ui2.png
zacharylwy Oct 31, 2021
1ce45c3
Add files via upload
zacharylwy Oct 31, 2021
88f2023
Delete Ui2.png
zacharylwy Oct 31, 2021
2160218
Delete createProfile.png
zacharylwy Oct 31, 2021
650be0e
Add files via upload
zacharylwy Oct 31, 2021
60366fd
Delete editProfile.png
zacharylwy Oct 31, 2021
9a916c2
Delete addMod.png
zacharylwy Oct 31, 2021
94b6e1a
Delete originalForegsc.png
zacharylwy Oct 31, 2021
eb020cf
Delete egsc.png
zacharylwy Oct 31, 2021
050cd48
Delete remMod.png
zacharylwy Oct 31, 2021
0d5a0cb
Delete remFav.png
zacharylwy Oct 31, 2021
0a72c6e
Delete addFav.png
zacharylwy Oct 31, 2021
64b35f5
Delete list.png
zacharylwy Oct 31, 2021
733d921
Delete listfav.png
zacharylwy Oct 31, 2021
b7263b4
Add files via upload
zacharylwy Oct 31, 2021
658a6eb
Delete find.png
zacharylwy Oct 31, 2021
25099da
Delete findId.png
zacharylwy Oct 31, 2021
2028cff
Delete filtermod.png
zacharylwy Oct 31, 2021
d52d56f
Delete filtermodgroup.png
zacharylwy Oct 31, 2021
614342f
Delete remModProfile.png
zacharylwy Oct 31, 2021
8e95957
Delete editedGroupStatus.png
zacharylwy Oct 31, 2021
dc22e17
Delete addModProfile.png
zacharylwy Oct 31, 2021
76b57c4
Add files via upload
zacharylwy Oct 31, 2021
74ec444
Add files via upload
zacharylwy Oct 31, 2021
7b9f8cc
Merge pull request #173 from zacharylwy/master
zacharylwy Oct 31, 2021
418efd4
Fixed smaller bugs from PED
EthanWong6362 Oct 31, 2021
e22992c
Mod & status changes
EthanWong6362 Nov 2, 2021
caccc30
Merge pull request #174 from EthanWong6362/master
EthanWong6362 Nov 2, 2021
f41a0d2
Fixes #154.
charltonator Nov 2, 2021
53203f3
Fixes #158
charltonator Nov 2, 2021
827a736
made find command only take alphanumeric charcters
charltonator Nov 2, 2021
a83ccc2
Added line to say cannot edit module tags with edit command
charltonator Nov 2, 2021
b8961be
undid previous commit
charltonator Nov 2, 2021
1803b13
Edit edit command instructions in GUI
charltonator Nov 2, 2021
3601404
added instruction to edit command
charltonator Nov 2, 2021
55d2324
Merge pull request #177 from charltonator/master
charltonator Nov 2, 2021
b29a344
Update UserGuide.md
charltonator Nov 2, 2021
fce70c0
Fix link to java 11 download
ngjiayuan Nov 2, 2021
6ac9037
Added section 1.1
ngjiayuan Nov 2, 2021
6727881
Edited getting started
ngjiayuan Nov 2, 2021
6eb4a5d
Bug fixes
EthanWong6362 Nov 2, 2021
e1a7bf3
Merge pull request #178 from EthanWong6362/master
EthanWong6362 Nov 3, 2021
decc4ad
Merge branch 'AY2122S1-CS2103T-W12-4:master' into master
aakanshanarain Nov 3, 2021
36610ba
Clean ups for closed issues
EthanWong6362 Nov 3, 2021
3bb1606
dunno why these weren't in the previous commit lol
EthanWong6362 Nov 3, 2021
1490d9b
Merge pull request #179 from EthanWong6362/master
aakanshanarain Nov 3, 2021
6cba08d
Merge branch 'AY2122S1-CS2103T-W12-4:master' into master
aakanshanarain Nov 3, 2021
9cf68f5
remove the OR Search in the find section as it may be unclear
charltonator Nov 3, 2021
9cd145b
Add files via upload
zacharylwy Nov 3, 2021
c651b5b
Update UserGuide.md
zacharylwy Nov 3, 2021
d6aa321
Add exception for corrupted JSON file with duplicate studentId
ngjiayuan Nov 3, 2021
85f0a9d
Merge pull request #180 from zacharylwy/master
ngjiayuan Nov 3, 2021
503cc89
Merge pull request #181 from ngjiayuan/master
ngjiayuan Nov 3, 2021
c4a7481
fixed the addFav glitch(?????????
EthanWong6362 Nov 3, 2021
3aea779
Merge pull request #182 from EthanWong6362/master
EthanWong6362 Nov 3, 2021
a2d2c83
Merge branch 'AY2122S1-CS2103T-W12-4:master' into master
aakanshanarain Nov 4, 2021
f737029
v1.4 bug fixes and edits
aakanshanarain Nov 4, 2021
ae5a84a
Commit more files (for some reason didn't happen earlier??)
aakanshanarain Nov 4, 2021
d9faa9d
EOF fix
aakanshanarain Nov 4, 2021
257959c
Create zacharywy.md
zacharylwy Nov 5, 2021
3c19072
Merge pull request #184 from aakanshanarain/v1.4-edits
zacharylwy Nov 5, 2021
606b9a7
Merge branch 'AY2122S1-CS2103T-W12-4:master' into master
zacharylwy Nov 5, 2021
6cd37f4
Rename zacharywy.md to zacharylwy.md
zacharylwy Nov 5, 2021
3b76778
Add personal project portfolio for aakanshanarain
aakanshanarain Nov 5, 2021
bb8553f
Fix EOF
aakanshanarain Nov 5, 2021
ef902ad
Fix EOF
aakanshanarain Nov 5, 2021
d5f0df7
Merge pull request #186 from zacharylwy/master
aakanshanarain Nov 5, 2021
bc32d85
Merge pull request #187 from aakanshanarain/personal-project-portfolio
zacharylwy Nov 5, 2021
4a87e64
Update zacharylwy.md
zacharylwy Nov 5, 2021
a9ec175
Update aakanshanarain.md
aakanshanarain Nov 5, 2021
822d981
Merge pull request #188 from aakanshanarain/master
aakanshanarain Nov 5, 2021
a459400
Update index.md
aakanshanarain Nov 5, 2021
aab9ec2
Update UserGuide.md
aakanshanarain Nov 5, 2021
20d981a
Update DeveloperGuide.md
aakanshanarain Nov 5, 2021
f1e3de4
Add ngjiayuan.md and edit DG
ngjiayuan Nov 5, 2021
5660bcf
Merge pull request #189 from ngjiayuan/master
zacharylwy Nov 5, 2021
5dcc940
Update UserGuide.md
aakanshanarain Nov 5, 2021
f1f6dc8
Update DeveloperGuide.md
aakanshanarain Nov 5, 2021
479a6c9
Update DeveloperGuide.md
aakanshanarain Nov 5, 2021
441aa67
Update UserGuide.md
aakanshanarain Nov 5, 2021
ea08b67
Small tweak to error message for GitHub Username and add null tests t…
aakanshanarain Nov 6, 2021
7206e78
Fix checkstyle
aakanshanarain Nov 6, 2021
b4a6edb
Add tests for EditGroupStatusCommand
aakanshanarain Nov 6, 2021
0b19085
Add tests for more coverage hopefully
aakanshanarain Nov 6, 2021
347269e
Fix checkstyle
aakanshanarain Nov 6, 2021
da53914
Create charltonator.md
charltonator Nov 6, 2021
20bb9b9
Update charltonator.md
charltonator Nov 6, 2021
08db251
Merge pull request #192 from charltonator/master
charltonator Nov 6, 2021
95e62c0
Update ngjiayuan.md
charltonator Nov 6, 2021
ad4ac53
Fixes #193; Added portfolio hyperlinks to AboutUs.md
charltonator Nov 6, 2021
a4c482b
More tests
aakanshanarain Nov 6, 2021
b27d67b
Push these changes
aakanshanarain Nov 6, 2021
c0289a8
Merge pull request #190 from aakanshanarain/master
aakanshanarain Nov 6, 2021
082241a
Add ppp
EthanWong6362 Nov 6, 2021
b0413c0
Merge pull request #194 from EthanWong6362/master
EthanWong6362 Nov 6, 2021
1eec434
Update charltonator.md
charltonator Nov 7, 2021
eceaacf
Fix DG diagram
aakanshanarain Nov 7, 2021
59b3983
Fix DG Diagram
aakanshanarain Nov 7, 2021
677a366
Merge pull request #196 from aakanshanarain/master
aakanshanarain Nov 7, 2021
1c9587b
Update model diagram
zacharylwy Nov 7, 2021
2fb9d69
Merge branch 'master' of https://github.com/zacharylwy/tp
zacharylwy Nov 7, 2021
e06088f
Update UserGuide.md
aakanshanarain Nov 7, 2021
2091f85
Correct Typo
zacharylwy Nov 7, 2021
2f5c842
Merge pull request #197 from zacharylwy/master
zacharylwy Nov 7, 2021
3422d7b
smol updates
EthanWong6362 Nov 7, 2021
644c235
Merge pull request #198 from EthanWong6362/master
EthanWong6362 Nov 7, 2021
68121d7
Update UserGuide.md
zacharylwy Nov 7, 2021
1437d42
Merge pull request #199 from zacharylwy/master
zacharylwy Nov 7, 2021
a7393cf
Add check for profile that is both user profile and favourite
charltonator Nov 7, 2021
375fbbb
Merge pull request #200 from charltonator/master
charltonator Nov 7, 2021
84a7f78
Update DeveloperGuide.md
EthanWong6362 Nov 7, 2021
924fff8
Update AboutUs.md
EthanWong6362 Nov 7, 2021
9e041da
Update UserGuide.md
zacharylwy Nov 7, 2021
fea8772
Delete editProfile.png
zacharylwy Nov 7, 2021
c2146eb
Delete createProfile.png
zacharylwy Nov 7, 2021
a1601db
Add files via upload
zacharylwy Nov 7, 2021
56bdda5
Update Ui.png
EthanWong6362 Nov 7, 2021
f95e6e6
Merge pull request #201 from EthanWong6362/master
EthanWong6362 Nov 7, 2021
4dbef23
Update DeveloperGuide
ngjiayuan Nov 7, 2021
8c3d080
Merge pull request #202 from zacharylwy/master
zacharylwy Nov 7, 2021
4b6de5f
Update ethanwong6362.md
EthanWong6362 Nov 7, 2021
6c60e33
Update DG
zacharylwy Nov 7, 2021
a9d9091
Update addFav Sequence Diagram
zacharylwy Nov 7, 2021
19f6d04
Merge pull request #203 from zacharylwy/master
zacharylwy Nov 7, 2021
27b6a8f
Delete createProfile.png
zacharylwy Nov 7, 2021
3d0160c
Add files via upload
zacharylwy Nov 7, 2021
edb038d
Update DeveloperGuide.md
EthanWong6362 Nov 7, 2021
fe1e82c
Update DG Diagram
zacharylwy Nov 7, 2021
c6693f6
Update aakanshanarain.md
aakanshanarain Nov 7, 2021
f3a2b56
Merge pull request #204 from zacharylwy/master
zacharylwy Nov 7, 2021
dae3bed
Update UserGuide.md
ngjiayuan Nov 9, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
40 changes: 26 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)

![Ui](docs/images/Ui.png)

* This is **a sample project for Software Engineering (SE) students**.<br>
Example usages:
* as a starting point of a course project (as opposed to writing everything from scratch)
* as a case study
* The project simulates an ongoing software project for a desktop application (called _AddressBook_) used for managing contact details.
* It is **written in OOP fashion**. It provides a **reasonably well-written** code base **bigger** (around 6 KLoC) than what students usually write in beginner-level SE modules, without being overwhelmingly big.
* It comes with a **reasonable level of user and developer documentation**.
* It is named `AddressBook Level 3` (`AB3` for short) because it was initially created as a part of a series of `AddressBook` projects (`Level 1`, `Level 2`, `Level 3` ...).
* For the detailed documentation of this project, see the **[Address Book Product Website](https://se-education.org/addressbook-level3)**.
* This project is a **part of the se-education.org** initiative. If you would like to contribute code to this project, see [se-education.org](https://se-education.org#https://se-education.org/#contributing) for more info.
[![CI Status](https://github.com/AY2122S1-CS2103T-W12-4/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2122S1-CS2103T-W12-4/tp/actions)

# ModuLink

### The **best** module partner finder for CS students.

#### Overview
- [X] Text based CLI commands - for the fast coders
- [X] Simple - learn in seconds
- [X] Fastest - 0 ping

> Better than Tinder! - SoC CS students

#### Features
1. Create and edit your own profile
2. Add and remove as favourite
3. Find by name
4. Filter by module
5. Filter by grouping status
6. And many more!

For a more detailed documentation of this project, please visit our [Product Website](https://ay2122s1-cs2103t-w12-4.github.io/tp/UserGuide)!

#### Ui Mockup for ModuLink

![Ui Mockup](docs/images/screenshots/Ui.png)
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'jacoco'
}

mainClassName = 'seedu.address.Main'
mainClassName = 'seedu.modulink.Main'

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand Down Expand Up @@ -66,7 +66,11 @@ dependencies {
}

shadowJar {
archiveName = 'addressbook.jar'
archiveName = 'ModuLink.jar'
}

defaultTasks 'clean', 'test'

run {
enableAssertions = true
}
56 changes: 27 additions & 29 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,55 +5,53 @@ title: About Us

We are a team based in the [School of Computing, National University of Singapore](http://www.comp.nus.edu.sg).

You can reach us at the email `seer[at]comp.nus.edu.sg`

## Project team

### John Doe

<img src="images/johndoe.png" width="200px">
### Aakansha Narain

[[homepage](http://www.comp.nus.edu.sg/~damithch)]
[[github](https://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
<img src="images/developerPhotos/aakanshanarain.png" width="200px">

* Role: Project Advisor
[[github](https://github.com/aakanshanarain)]
[[portfolio](team/aakanshanarain.md)]

### Jane Doe
* Role: Developer
* Responsibilities: Delivarables
### Charlton Tan

<img src="images/johndoe.png" width="200px">
<img src="images/developerPhotos/charltonator.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/charltonator)]
[[portfolio](team/charltonator.md)]

* Role: Team Lead
* Responsibilities: UI
* Role: Developer
* Responsibilities: Testing

### Johnny Doe
### Ethan Wong

<img src="images/johndoe.png" width="200px">
<img src="images/developerPhotos/ethanwong6362.png" width="200px">

[[github](http://github.com/johndoe)] [[portfolio](team/johndoe.md)]
[[github](http://github.com/ethanwong6362)]
[[portfolio](team/ethanwong6362.md)]

* Role: Developer
* Responsibilities: Data
* Responsibilities: Logic flow

### Jean Doe
### Ng Jia Yuan

<img src="images/johndoe.png" width="200px">
<img src="images/developerPhotos/ngjiayuan.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/ngjiayuan)]
[[portfolio](team/ngjiayuan.md)]

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Role: Team Lead
* Responsibilities: Code quality and team operations

### James Doe
### Zachary Lau

<img src="images/johndoe.png" width="200px">
<img src="images/developerPhotos/zacharylwy.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/zacharylwy)]
[[portfolio](team/zacharylwy.md)]

* Role: Developer
* Responsibilities: UI
Loading