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

[CS2113-F11-3] YetAnotherModuleOrganiserManager #20 #32

Open
wants to merge 655 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 250 commits
Commits
Show all changes
655 commits
Select commit Hold shift + click to select a range
72eb182
Refactor Day
owenl131 Oct 28, 2022
c25e791
Add model class diagram
owenl131 Oct 28, 2022
4a48756
Add parser into the model class diagram
owenl131 Oct 28, 2022
d962f0a
Merge pull request #138 from owenl131/owen/dg
owenl131 Oct 28, 2022
023c7f7
Update model class diagram
owenl131 Oct 28, 2022
4ecb079
Merge branch 'master' of https://github.com/AY2223S1-CS2113-F11-3/tp …
owenl131 Oct 28, 2022
e5f2f23
Merge pull request #134 from owenl131/owen/fix-linebreaks-get-command
kohnh Oct 28, 2022
4d6d524
Merge pull request #133 from owenl131/owen/more-integration-tests
kohnh Oct 28, 2022
fddd769
Merge pull request #137 from owenl131/owen/module-bug
kohnh Oct 28, 2022
9af4b30
Merge pull request #139 from owenl131/owen/dg
kohnh Oct 28, 2022
7ea191a
Merge pull request #135 from kohnh/KohNgiapHin-tests
owenl131 Oct 28, 2022
8220cf6
validation and tests for select module command
deenliong Oct 28, 2022
6c655e4
updated user guide
deenliong Oct 28, 2022
f30846e
changed to assertThrows
deenliong Oct 28, 2022
83b8fea
updated select slot validation test
deenliong Oct 28, 2022
228558e
pass gradlew and removed actual.txt
deenliong Oct 28, 2022
1cba5ae
Refactor
owenl131 Oct 28, 2022
aec5d17
Update main sequence diagram
owenl131 Oct 28, 2022
383f7cf
Merge pull request #141 from owenl131/owen/cleanup
amitrahman1026 Oct 28, 2022
8a09cd2
Merge pull request #143 from owenl131/owen/dg
amitrahman1026 Oct 28, 2022
97a312a
Align help, remove unnecessary functions
owenl131 Oct 28, 2022
1948cf8
Validation for search module command
owenl131 Oct 28, 2022
9a165cd
Fix link class to handle all errors
kohnh Oct 28, 2022
c77b162
Boost test coverage
owenl131 Oct 28, 2022
02b5256
More tests
owenl131 Oct 28, 2022
349ca21
Fix checkstyle
owenl131 Oct 28, 2022
94dc4fb
Order class diagram alphabetically
kohnh Oct 28, 2022
f4beec2
Add to DG
kohnh Oct 28, 2022
98726a9
Add more to DG
kohnh Oct 28, 2022
6aead7e
Merge branch 'master' into KohNgiapHin-documentation
kohnh Oct 28, 2022
9f9dc29
Merge branch 'master' into SelecSlotCommand-data-validation
deenliong Oct 28, 2022
4988c32
Fix architecture
kohnh Oct 28, 2022
8abc199
Merge pull request #142 from deenliong/SelecSlotCommand-data-validation
owenl131 Oct 28, 2022
6d2bf2e
Merge
owenl131 Oct 28, 2022
5f311a0
Merge pull request #136 from kohnh/KohNgiapHin-documentation
amitrahman1026 Oct 28, 2022
2aad6d5
Merge pull request #144 from owenl131/owen/cleanup
amitrahman1026 Oct 28, 2022
cead59a
Change command keywords
owenl131 Oct 28, 2022
6f6be18
Merge pull request #185 from owenl131/owen/cleanup
owenl131 Oct 28, 2022
fb8f9df
update user guide
deenliong Oct 29, 2022
e67aa52
Merge branch 'master' into KohNgiapHin-Link
kohnh Oct 29, 2022
9335a56
Fix regex for link and make storage save after every command
kohnh Oct 29, 2022
af885e7
Merge pull request #186 from deenliong/update-UG
kohnh Oct 29, 2022
c3d9f16
Merge branch 'master' into KohNgiapHin-Link
kohnh Oct 29, 2022
fba1cb9
Standardize UG
kohnh Oct 29, 2022
2e5dbfb
Add to UG
kohnh Oct 29, 2022
4f2eeaf
Order UI uml alphabetically
kohnh Oct 29, 2022
1c13b71
Fix save states in storage
kohnh Oct 29, 2022
0a8cc8e
Fix expected output
kohnh Oct 29, 2022
bd21c8f
Merge pull request #187 from kohnh/KohNgiapHin-Link
amitrahman1026 Oct 29, 2022
f1133ff
hotfix #181 display full database
amitrahman1026 Oct 29, 2022
859e151
update UG for select slot command examples
amitrahman1026 Oct 29, 2022
a21d730
Fix import not working after export
kohnh Oct 29, 2022
37781da
Makes sure lesson delimiter is correct
kohnh Oct 29, 2022
7f6f885
Update link to provide more useful information when parsing link
kohnh Oct 29, 2022
2411804
Add missing modules
owenl131 Oct 29, 2022
388f0fd
Fix timetable on weekends
owenl131 Oct 29, 2022
b6bcd5d
Update user guide
owenl131 Oct 29, 2022
8687636
Merge pull request #191 from owenl131/owen/userguide
owenl131 Oct 29, 2022
b64f448
Update dg
owenl131 Oct 29, 2022
0ce0830
Make the delimiters all final
kohnh Oct 29, 2022
3b8a256
Merge pull request #190 from owenl131/owen/timetable-fixes
kohnh Oct 29, 2022
65d5c67
update UG for select slot
amitrahman1026 Oct 30, 2022
d36335a
Update PPP
owenl131 Oct 30, 2022
018f03b
Merge pull request #193 from owenl131/owen/ppp
owenl131 Oct 30, 2022
96ae298
Merge pull request #192 from owenl131/owen/dg
owenl131 Oct 30, 2022
c221214
Merge pull request #189 from kohnh/KohNgiapHin-Link
owenl131 Oct 30, 2022
0db0c33
Add more helpful error messages
owenl131 Oct 30, 2022
d11626f
Add stricter checkstyle
owenl131 Oct 30, 2022
d8a7365
minor refactor
amitrahman1026 Oct 30, 2022
279537b
Fix test-ui-tests
owenl131 Oct 30, 2022
7af864f
Merge branch 'master' into KohNgiapHin-Link
kohnh Oct 30, 2022
00b62d2
Add data downloaded date as disclaimer
owenl131 Oct 30, 2022
8edfe09
Merge pull request #196 from owenl131/owen/userguide
owenl131 Oct 30, 2022
162a0c3
Merge pull request #188 from amitrahman1026/tests
owenl131 Oct 30, 2022
cf19f9c
Merge pull request #194 from owenl131/owen/select-enhancement
owenl131 Oct 30, 2022
da4d94c
Fix special term for link
kohnh Oct 30, 2022
b11fb16
Merge branch 'master' into KohNgiapHin-Link
kohnh Oct 30, 2022
7fd7647
Refactor code
owenl131 Oct 30, 2022
1a743dd
Merge pull request #203 from owenl131/owen/docs
owenl131 Oct 30, 2022
2c97202
change to DG
kohnh Oct 30, 2022
e8b31fa
Add more info for list, add some tests for lesson type parser
owenl131 Oct 30, 2022
d79da1e
Merge pull request #204 from owenl131/owen/timetable
owenl131 Oct 30, 2022
e881838
Merge branch 'master' into KohNgiapHin-Link
kohnh Oct 31, 2022
476e42c
Includes all the commands in the DG
kohnh Oct 31, 2022
8a3e9bf
Update examples in userguide
owenl131 Oct 31, 2022
fd75990
Fix formatting
owenl131 Oct 31, 2022
e0e431f
Merge pull request #205 from owenl131/owen/userguide
owenl131 Oct 31, 2022
4a287b9
Fix errors in user guide
owenl131 Oct 31, 2022
2c0913a
Merge pull request #206 from owenl131/owen/userguide
owenl131 Oct 31, 2022
e8036c7
Add more into DG
kohnh Oct 31, 2022
5354bd5
Fix expected output
kohnh Oct 31, 2022
f1b3d3f
Disable test that still does not pass on gradle but pass on intellij
kohnh Oct 31, 2022
8c3e3a3
Merge pull request #207 from kohnh/KohNgiapHin-Link
owenl131 Oct 31, 2022
6f65245
Fix timetable bug, hide missing list fields
owenl131 Oct 31, 2022
d94bbaa
Merge pull request #208 from owenl131/owen/timetable
owenl131 Oct 31, 2022
77d2c2b
Update UserGuide.md
owenl131 Nov 1, 2022
9f4ccaa
Check for excess params
owenl131 Nov 1, 2022
0cadaa2
Fix timetable bug
owenl131 Nov 1, 2022
1522325
Remove unnecessary javadoc
owenl131 Nov 1, 2022
c33aedb
Refactor tests
owenl131 Nov 1, 2022
631380e
Refactor tests
owenl131 Nov 1, 2022
1c466ed
Merge branch 'master' into KohNgiapHin-documentation
kohnh Nov 1, 2022
60b6029
Split parseLink function into smaller parts
kohnh Nov 1, 2022
a311c4f
Update individual PPP
kohnh Nov 1, 2022
bf107ed
Merge pull request #209 from owenl131/owen/cleanup
amitrahman1026 Nov 1, 2022
4be2d77
Merge branch 'master' into KohNgiapHin-documentation
kohnh Nov 1, 2022
dbd1956
Fix file naming
kohnh Nov 1, 2022
3adba91
Merge branch 'master' into KohNgiapHin-Storage
kohnh Nov 1, 2022
09e2e80
Merge pull request #210 from kohnh/KohNgiapHin-documentation
owenl131 Nov 2, 2022
9fb46ea
Update README.md
owenl131 Nov 2, 2022
51a108e
update tests
amitrahman1026 Nov 3, 2022
0abec9c
Merge branch 'master' into tests
amitrahman1026 Nov 3, 2022
53f151d
passed gradlew
deenliong Nov 3, 2022
7f9adde
Merge branch 'master' into search-command
deenliong Nov 3, 2022
11a3d18
first commit
deenliong Nov 3, 2022
850cb73
Modify timetable class
kohnh Nov 3, 2022
e879a54
Rename DeleteModuleCommand to RemoveModuleCommand
owenl131 Nov 4, 2022
f3f72ca
Update diagram
owenl131 Nov 4, 2022
c205487
Merge pull request #213 from owenl131/owen/dg
owenl131 Nov 4, 2022
2366dde
Merge pull request #212 from deenliong/search-command
owenl131 Nov 4, 2022
332879f
Update model class diagram
owenl131 Nov 4, 2022
af7bfd3
Merge pull request #214 from owenl131/owen/dg
owenl131 Nov 4, 2022
d16b9df
Make data file hidden and read-only
kohnh Nov 4, 2022
6d64629
Merge branch 'master' into KohNgiapHin-Storage
kohnh Nov 4, 2022
e2c810a
Fix storage uml
kohnh Nov 4, 2022
fa98aaf
Check for unix os
kohnh Nov 4, 2022
dec6ead
For windows only
kohnh Nov 4, 2022
f9724d4
Update UserGuide.md
owenl131 Nov 4, 2022
efe5e77
Update UserGuide.md
owenl131 Nov 4, 2022
ef218f4
Update UserGuide.md
owenl131 Nov 4, 2022
8db8c9a
Merge branch 'master' into tests
amitrahman1026 Nov 4, 2022
ea89727
added info usage in UG
deenliong Nov 4, 2022
551ea64
added target user profile, value documentation and some testing methods
deenliong Nov 4, 2022
5360aca
Merge pull request #215 from kohnh/KohNgiapHin-Storage
kohnh Nov 5, 2022
2f950f4
Merge pull request #217 from deenliong/ug-and-dg-still-in-progress
kohnh Nov 5, 2022
e357ba7
Merge branch 'master' into KohNgiapHin-documentation
kohnh Nov 5, 2022
05e1b25
Modify DG
kohnh Nov 5, 2022
eadd769
Minor changes to the DG
kohnh Nov 5, 2022
d6b3a52
Merge pull request #218 from kohnh/KohNgiapHin-documentation
amitrahman1026 Nov 5, 2022
bb675f4
Merge branch 'master' into tests
amitrahman1026 Nov 5, 2022
8db3a99
Fix semester command
kohnh Nov 5, 2022
cc03238
Merge branch 'master' into deen-ppp
deenliong Nov 5, 2022
608ead6
update section 5 (testing) of DG
amitrahman1026 Nov 5, 2022
6d5ba33
add ppp
amitrahman1026 Nov 5, 2022
65ab6ae
Update expected results
kohnh Nov 5, 2022
e5c6177
fix checkstyle
amitrahman1026 Nov 5, 2022
c2b7d32
Merge pull request #219 from kohnh/KohNgiapHin-documentation
owenl131 Nov 5, 2022
bcac28a
Update UserGuide.md
owenl131 Nov 5, 2022
cb1bd97
Update UserGuide.md
owenl131 Nov 5, 2022
45bae35
Add to quick start
owenl131 Nov 5, 2022
b88596f
Merge pull request #221 from owenl131/owen/userguide
owenl131 Nov 5, 2022
8dff596
update StateTest
amitrahman1026 Nov 5, 2022
8cf7948
Update UserGuide.md
owenl131 Nov 5, 2022
55680ea
Fix link class
kohnh Nov 5, 2022
95128ed
Add class diagrams for some commands
kohnh Nov 5, 2022
8a3306e
Add class uml diagram for remaining commands
kohnh Nov 5, 2022
7db4bc9
Merge branch 'master' into tests
kohnh Nov 5, 2022
3228031
Merge pull request #220 from amitrahman1026/tests
kohnh Nov 5, 2022
10bcce6
Merge branch 'master' into KohNgiapHin-documentation
kohnh Nov 5, 2022
7ef64a5
Fix expected results
kohnh Nov 5, 2022
c27e6b3
Merge branch 'master' into deen-ppp
deenliong Nov 6, 2022
060214e
convert to puml file
deenliong Nov 6, 2022
dd8da0f
change example for integration testing and revamp system testing in DG
amitrahman1026 Nov 6, 2022
067dd73
add product scope
amitrahman1026 Nov 6, 2022
0a2332e
added add command sequnce diagram
deenliong Nov 6, 2022
d1b6a78
Wrote Hao Yi's PP
CheahHaoYi Nov 6, 2022
73d3c03
Update Hao Yi's PP
CheahHaoYi Nov 6, 2022
c4d7d1d
Merge pull request #223 from amitrahman1026/tests
owenl131 Nov 6, 2022
28affbd
Merge pull request #224 from CheahHaoYi/haoyi/PPP
owenl131 Nov 6, 2022
afbfd19
added addmodule sequence code
deenliong Nov 6, 2022
7e526be
ppp first commit
deenliong Nov 6, 2022
1917755
edited addmodule sequence diagram
deenliong Nov 6, 2022
957df9d
remove commented code
deenliong Nov 6, 2022
dbead0c
converted image file format
deenliong Nov 6, 2022
abab773
added remove sequence diagram
deenliong Nov 6, 2022
53a4363
edited typo
deenliong Nov 6, 2022
d1c12a2
reupload image
deenliong Nov 6, 2022
36b9695
Fix link class
kohnh Nov 6, 2022
11de39f
Merge branch 'master' into KohNgiapHin-documentation
kohnh Nov 6, 2022
d7499fc
Remove unnecessary parts
kohnh Nov 6, 2022
d8cb570
edited diagram
deenliong Nov 6, 2022
3874e93
reupload image
deenliong Nov 6, 2022
0c253ce
Fix parser javadocs
kohnh Nov 6, 2022
b7d99b6
Update UserGuide.md
owenl131 Nov 6, 2022
6fa30a5
Update UserGuide.md
owenl131 Nov 6, 2022
f6280cb
hotfix for remove
amitrahman1026 Nov 6, 2022
ec687a9
checkstyle
amitrahman1026 Nov 6, 2022
efd5761
Update UserGuide.md
owenl131 Nov 6, 2022
1f49f1d
hide footbox
deenliong Nov 6, 2022
22429e9
checkstyle
amitrahman1026 Nov 6, 2022
fe5a293
checkstyle
amitrahman1026 Nov 6, 2022
3133fb9
Merge pull request #222 from kohnh/KohNgiapHin-documentation
CheahHaoYi Nov 6, 2022
2cd738c
Merge pull request #227 from amitrahman1026/tests
CheahHaoYi Nov 6, 2022
0e42216
Remove circles from class diagram
owenl131 Nov 6, 2022
ef88c7f
added "why is it implemented this way" for add and remove
deenliong Nov 6, 2022
a7cbcf9
Merge branch 'master' into Add-and-Remove-sequence-diagram
deenliong Nov 6, 2022
c132c9b
Merge pull request #228 from owenl131/owen/dg
owenl131 Nov 6, 2022
5d72073
edited text
deenliong Nov 6, 2022
e799bd2
edited
deenliong Nov 6, 2022
29a5bd6
Update DeveloperGuide.md
owenl131 Nov 6, 2022
ecd0e0f
Merge pull request #226 from deenliong/Add-and-Remove-sequence-diagram
deenliong Nov 6, 2022
5549572
Add profile pic
owenl131 Nov 6, 2022
98bb094
Merge pull request #229 from owenl131/owen/userguide
owenl131 Nov 6, 2022
b1d5c60
edit name
deenliong Nov 6, 2022
c3c7afc
Merge pull request #230 from deenliong/deen-about-us
deenliong Nov 6, 2022
0837721
Update AboutUs.md
owenl131 Nov 6, 2022
aa34119
Merge branch 'master' into new-deen-ppp
deenliong Nov 6, 2022
d5cf922
add object diagram
amitrahman1026 Nov 6, 2022
5f518a0
edited ppp
deenliong Nov 6, 2022
917ce64
Merge branch 'master' into new-deen-ppp
deenliong Nov 6, 2022
c5d91a2
Merge pull request #231 from deenliong/deen-ppp
deenliong Nov 6, 2022
a71ce7e
Merge branch 'master' into tests
amitrahman1026 Nov 6, 2022
f9467aa
Merge pull request #232 from amitrahman1026/tests
amitrahman1026 Nov 6, 2022
b293f65
Merge branch 'master' into KohNgiapHin-documentation
kohnh Nov 6, 2022
f245977
Update all command class diagram
kohnh Nov 6, 2022
f8c1c80
Update UserGuide.md
owenl131 Nov 6, 2022
c520c43
Update other class diagrams
kohnh Nov 6, 2022
45bdb36
edited profile code link
deenliong Nov 6, 2022
57df5f9
Fix addmodule class diagram
kohnh Nov 6, 2022
0af94b3
Update list command class diagram
kohnh Nov 6, 2022
7a2889f
Merge pull request #233 from kohnh/KohNgiapHin-documentation
deenliong Nov 6, 2022
4583f6b
Merge branch 'master' into deen-ppp
deenliong Nov 6, 2022
307f64d
Edit PPP
kohnh Nov 6, 2022
7a729ab
Merge branch 'master' into KohNgiapHin-documentation
kohnh Nov 6, 2022
1b7b294
Merge pull request #235 from kohnh/KohNgiapHin-documentation
kohnh Nov 6, 2022
ab87a16
Shorten PPP
kohnh Nov 6, 2022
7214b9e
Merge pull request #236 from kohnh/KohNgiapHin-documentation
kohnh Nov 6, 2022
6c62e43
minor changes
CheahHaoYi Nov 6, 2022
ed40e0c
Merge branch 'master' of https://github.com/AY2223S1-CS2113T-F11-3/tp
CheahHaoYi Nov 6, 2022
913c583
Merge pull request #234 from deenliong/deen-ppp
kohnh Nov 7, 2022
7af2940
Add documentation for V2.1
CheahHaoYi Nov 7, 2022
6131073
Merge branch 'master' of https://github.com/AY2223S1-CS2113T-F11-3/tp
CheahHaoYi Nov 7, 2022
83146c8
Merge branch 'master' of https://github.com/CheahHaoYi/tp into haoyi/…
CheahHaoYi Nov 7, 2022
50f3e34
Minor change in documentation based on TA feedback
CheahHaoYi Nov 7, 2022
cfc7633
Merge pull request #237 from CheahHaoYi/haoyi/v2_1_updates
CheahHaoYi Nov 7, 2022
54062e8
Minor indentation fixes
CheahHaoYi Nov 7, 2022
bd5a21c
Merge pull request #238 from CheahHaoYi/haoyi/v2_1_updates
CheahHaoYi Nov 7, 2022
7f78c9c
Fix Content Page
CheahHaoYi Nov 7, 2022
3d697cf
Merge pull request #239 from CheahHaoYi/haoyi/v2_1_updates
CheahHaoYi Nov 7, 2022
ba26bf1
ppp typo
amitrahman1026 Nov 7, 2022
a69c004
Merge pull request #240 from amitrahman1026/tests
amitrahman1026 Nov 7, 2022
280b787
Update UserGuide.md
owenl131 Nov 7, 2022
0ca3c8d
new image
deenliong Nov 7, 2022
65d9514
added remove sequence diagram
deenliong Nov 7, 2022
6944cd0
add ui class
deenliong Nov 7, 2022
b699db9
Merge pull request #241 from deenliong/Add-and-Remove-sequence-diagram
deenliong Nov 7, 2022
533714a
fix object diagram
amitrahman1026 Nov 7, 2022
b2f5149
Merge pull request #242 from amitrahman1026/tests
amitrahman1026 Nov 7, 2022
6e84a58
Update README.md
owenl131 Nov 17, 2023
8706d95
Merge pull request #243 from AY2223S1-CS2113-F11-3/owenl131-patch-1
owenl131 Nov 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ bin/

/text-ui-test/ACTUAL.txt
text-ui-test/EXPECTED-UNIX.TXT
gradle.properties
.vscode/

/data/
15 changes: 15 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id 'java'
id 'application'
id 'checkstyle'
id 'jacoco'
id 'com.github.johnrengelman.shadow' version '5.1.0'
}

Expand All @@ -10,8 +11,21 @@ repositories {
}

dependencies {
implementation 'org.jetbrains:annotations:23.0.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.5.0'
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.0-rc1'
// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
}

test {
finalizedBy jacocoTestReport // report is always generated after tests run
}

jacocoTestReport {
dependsOn test // tests are required to run before generating the report
}

test {
Expand Down Expand Up @@ -43,4 +57,5 @@ checkstyle {

run{
standardInput = System.in
enableAssertions = true
}
10 changes: 10 additions & 0 deletions config/checkstyle/suppressions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0"?>

<!DOCTYPE suppressions PUBLIC
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
"https://checkstyle.org/dtds/suppressions_1_2.dtd">

<suppressions>
<suppress checks="JavadocType" files=".*Test\.java"/>
<suppress checks="MissingJavadocMethodCheck" files=".*Test\.java"/>
</suppressions>
15 changes: 8 additions & 7 deletions docs/AboutUs.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# About us

Display | Name | Github Profile | Portfolio
--------|:----:|:--------------:|:---------:
![](https://via.placeholder.com/100.png?text=Photo) | John Doe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Don Joe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Ron John | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | John Roe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Don Roe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
| Display | Name | Github Profile |
|-----------------------------------------------------|:-------------:|:-------------------------------------------:|
| ![](https://via.placeholder.com/100.png?text=Photo) | Koh Ngiap Hin | [Github](https://github.com/kohnh) |
| ![](https://via.placeholder.com/100.png?text=Photo) | Deen Liong | [Github](https://github.com/deenliong) |
| ![](https://via.placeholder.com/100.png?text=Photo) | Amit Rahman | [Github](https://github.com/amitrahman1026) |
| ![](https://via.placeholder.com/100.png?text=Photo) | Cheah Hao Yi | [Github](https://github.com/CheahHaoYi) |
| ![](https://via.placeholder.com/100.png?text=Photo) | Owen Leong | [Github](https://github.com/owenl131) |

349 changes: 333 additions & 16 deletions docs/DeveloperGuide.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Duke
# Yet Another Module Organizer/Manager (YAMOM)

{Give product intro here}
YAMOM is a lightweight, simplified Module Organizer and Manager application that provides simple and intuitive interface for timetable organization. YAMOM is more oriented towards users who are proficient in Command Line Interface (CLI).

Useful links:
For further reference, useful links below:
* [User Guide](UserGuide.md)
* [Developer Guide](DeveloperGuide.md)
* [About Us](AboutUs.md)
Loading