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

[CS2113T-T09-4] Simplst #6

Open
wants to merge 463 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
463 commits
Select commit Hold shift + click to select a range
a516d8b
Create OrderTest.java
Nnythingy Apr 7, 2022
d321421
Update OrderTest.java
Nnythingy Apr 7, 2022
4428108
Merge pull request #87 from Shyunyin/branch_ShyunYin-DG
Nnythingy Apr 8, 2022
97a09e9
Merge branch 'master' into branch-Nnythingy-Version2.1
Nnythingy Apr 8, 2022
a53e257
Order class completion + other stuff
LDerpy Apr 8, 2022
29dce37
Update Warehouse.java
Nnythingy Apr 8, 2022
50e798f
Merge branch 'master' of https://github.com/AY2122S2-CS2113T-T09-4/tp
Shyunyin Apr 8, 2022
fef2c42
Update DG
Nnythingy Apr 8, 2022
295190b
Include exceptions for missing flags and empty non-optional fields
Shyunyin Apr 8, 2022
327118e
Edit Checkstyle
Shyunyin Apr 8, 2022
8c4482f
Edit checkstyle
Shyunyin Apr 8, 2022
d6fc44a
Update UserGuide.md
Nnythingy Apr 8, 2022
34c0ae6
Edit MatchKeywordsTest to fit new order input
Shyunyin Apr 8, 2022
5208505
Fix checkstyle
Shyunyin Apr 8, 2022
4d75d18
Edit MatchKeywordsTest regex for testing
Shyunyin Apr 8, 2022
20b5555
Fix MatchKeywordTest
Shyunyin Apr 8, 2022
3b38d21
Fix MatchKeywordsTest again
Shyunyin Apr 8, 2022
4d8a5fe
FIx MatchKeywordstest
Shyunyin Apr 8, 2022
aa78057
FIx MatchKeywordstest
Shyunyin Apr 8, 2022
6a8d006
Fix MatchKeywordsTest
Shyunyin Apr 8, 2022
392551f
Error for repeated SKU
Shyunyin Apr 9, 2022
3ae60cb
Merge https://github.com/AY2122S2-CS2113T-T09-4/tp
tuan0369 Apr 9, 2022
a986f54
Update Warehouse.java
Nnythingy Apr 9, 2022
271a272
Revert "Update Warehouse.java"
Nnythingy Apr 9, 2022
fbb24ce
Update remove orderline feature
Nnythingy Apr 9, 2022
f208c33
Update UserGuide.md
Nnythingy Apr 9, 2022
40ccc30
Update UserGuide.md
Nnythingy Apr 9, 2022
bf2ca2e
Add diagrams for DG
Nnythingy Apr 9, 2022
fb6ad2b
Create CommandParser.puml
Nnythingy Apr 9, 2022
1ccc647
Delete CommandsClass.puml
Nnythingy Apr 9, 2022
219a166
Update DeveloperGuide.md
Nnythingy Apr 9, 2022
2e86541
Update CommandParser.puml
Nnythingy Apr 9, 2022
3591dc5
Create Warehouse.puml
Nnythingy Apr 9, 2022
6a2b4e8
Update DeveloperGuide.md
Nnythingy Apr 9, 2022
3fe0165
Adedd some serialize functions
hjunleon Apr 9, 2022
cba2807
UG and DG updates
LDerpy Apr 9, 2022
d17412d
Set theme jekyll-theme-cayman
LDerpy Apr 9, 2022
5a574b7
Added serialize for two more cllasses
hjunleon Apr 9, 2022
f56a101
Add warehouse test
tuan0369 Apr 10, 2022
8a1bbd8
Update test for warehouse
tuan0369 Apr 10, 2022
d68b2c0
Update warehouse test
tuan0369 Apr 10, 2022
7dbc9af
Update warehouse test
tuan0369 Apr 10, 2022
a0611d7
Update warehouse test
tuan0369 Apr 10, 2022
3056545
Update src/main/java/seedu/simplst/Warehouse.java
Shyunyin Apr 10, 2022
b63db9b
Update UserGuide
Nnythingy Apr 10, 2022
7e702ca
Update UserGuide.md
Nnythingy Apr 10, 2022
cc05dd5
Some UG and warehose changes
Apr 10, 2022
d5abe19
Include size in non-empty field
Shyunyin Apr 10, 2022
6d7bfb3
Finish UnitGoodTest setup OrderlineTest
Shyunyin Apr 10, 2022
63d28c1
Set theme jekyll-theme-cayman
LDerpy Apr 10, 2022
7392fd9
Merge branch 'branch-UGDG' into branch-Nnythingy-Version2.1
Nnythingy Apr 10, 2022
e0d1b67
Merge pull request #92 from Shyunyin/branch-Shyunyin-skuoverwrite
Nnythingy Apr 10, 2022
b9dbd85
Merge https://github.com/AY2122S2-CS2113T-T09-4/tp
tuan0369 Apr 10, 2022
41c5c3e
Merge branch 'master' into branch-Tuan-UpdateDG
tuan0369 Apr 10, 2022
3518d06
Update Order.java
Nnythingy Apr 10, 2022
3b5391b
Create Order.puml
Nnythingy Apr 10, 2022
db72406
Merge remote-tracking branch 'upstream/master' into branch-Nnythingy-…
Nnythingy Apr 10, 2022
c09bbd1
Merge pull request #3 from Nnythingy/branch-Nnythingy-Version2.1
LDerpy Apr 10, 2022
349febc
Add UserInterface class to DG
tuan0369 Apr 10, 2022
1de3e0d
Code almost complete
hjunleon Apr 10, 2022
bc11083
Merged with master
hjunleon Apr 10, 2022
fff46fd
Finish orderline test
Shyunyin Apr 10, 2022
8964ddb
Add Display class to DG
tuan0369 Apr 10, 2022
bb21bbb
Update DeveloperGuide.md
Nnythingy Apr 10, 2022
5960495
Add protection to fulfilled orders
Nnythingy Apr 10, 2022
94bb37e
Update EXPECTED.TXT
Nnythingy Apr 10, 2022
bbacf19
Update EXPECTED.TXT
Nnythingy Apr 10, 2022
ad30e78
Update DG
tuan0369 Apr 10, 2022
f7bcdb3
Update DeveloperGuide.md
Nnythingy Apr 10, 2022
8a3c998
Merge branch 'branch-Nnythingy-Version2.1' of https://github.com/Nnyt…
Nnythingy Apr 10, 2022
ee295f9
Merge pull request #93 from tuan0369/branch-Tuan-Warehouse-Test
Nnythingy Apr 10, 2022
d351791
Include parser tests
Shyunyin Apr 10, 2022
3d406a0
Merge branch 'master' of https://github.com/AY2122S2-CS2113T-T09-4/tp…
Shyunyin Apr 10, 2022
940ce3e
Fix conflicts
Shyunyin Apr 10, 2022
4213596
Fix checkstyle
Shyunyin Apr 10, 2022
73a0bfa
Fix checkstyle
Shyunyin Apr 10, 2022
183b05b
Save and restore works
hjunleon Apr 10, 2022
3032010
Update DeveloperGuide.md
Nnythingy Apr 10, 2022
4ea9868
Merge branch 'master' into branch-JunLeong-storage
hjunleon Apr 10, 2022
b24cd61
Merge pull request #97 from hjunleon/branch-JunLeong-storage
hjunleon Apr 10, 2022
24edfee
Commented out matchKeywordsTest
Shyunyin Apr 10, 2022
de26965
Update DeveloperGuide.md
Nnythingy Apr 10, 2022
c687060
Merge branch 'master' of https://github.com/AY2122S2-CS2113T-T09-4/tp…
Shyunyin Apr 10, 2022
3259abc
Fix UnitGoodTest
Shyunyin Apr 10, 2022
a7c5077
UG updates and some display to UI changes
Apr 10, 2022
590d06d
Formatted code
hjunleon Apr 10, 2022
3ebe81b
Merge pull request #99 from hjunleon/branch-JunLeong-storage
hjunleon Apr 10, 2022
f4790d4
More updates
Apr 10, 2022
2e21569
Merge branch 'master' into branch-Shyunyin-RegexMatching
LDerpy Apr 10, 2022
886c970
Text ui fix
Apr 10, 2022
0e269ab
Remove duplicate method
LDerpy Apr 10, 2022
dbd5174
More fixes
Apr 10, 2022
75ee320
Shyun match keywords fix
LDerpy Apr 10, 2022
5d15caf
Tuan DG updates
LDerpy Apr 10, 2022
b82e774
Merge branch 'master' into branch-Shyunyin-UnitTest
Nnythingy Apr 10, 2022
5435aed
Update addParserTest
Shyunyin Apr 10, 2022
55c5d26
Shyun tests
LDerpy Apr 10, 2022
288192d
Merge branch 'master' into branch-UGDG
LDerpy Apr 10, 2022
d97e9cd
UG and some other minor changes
LDerpy Apr 10, 2022
e32df9d
Strengthened the storage code
hjunleon Apr 10, 2022
68043a1
Merge branch 'master' into branch-Nnythingy-Version2.1
Nnythingy Apr 10, 2022
91a7048
Update PPP
Nnythingy Apr 10, 2022
872c999
Merge branch 'branch-Nnythingy-Version2.1' of https://github.com/Nnyt…
Nnythingy Apr 10, 2022
045cb17
Update AboutUs.md
Nnythingy Apr 10, 2022
e3fde21
Update DeveloperGuide.md
Nnythingy Apr 10, 2022
e216709
Update Display.puml
Nnythingy Apr 10, 2022
027d8d1
Update UserInterface.puml
Nnythingy Apr 10, 2022
a8b279a
Update ViewOrder.puml
Nnythingy Apr 10, 2022
31b3400
Fix Checkstyles
Nnythingy Apr 10, 2022
f961400
Update Warehouse.java
Nnythingy Apr 10, 2022
e5bc5df
Update Display.java
Nnythingy Apr 10, 2022
0f28d14
Update AddParser.java
Nnythingy Apr 10, 2022
350a9d8
Strengthened the storage code
hjunleon Apr 11, 2022
e443f97
Merge branch 'master' into branch-JunLeong-storage
hjunleon Apr 11, 2022
507daff
Merge pull request #100 from hjunleon/branch-JunLeong-storage
hjunleon Apr 11, 2022
0d884ec
AddParserTest for UnitGood, Good and Order
Shyunyin Apr 11, 2022
2f2157d
Merge branch 'master' of https://github.com/AY2122S2-CS2113T-T09-4/tp…
Shyunyin Apr 11, 2022
77a9e6b
Update FindParserTest
Shyunyin Apr 11, 2022
ef082fd
Update HelpParserTest
Shyunyin Apr 11, 2022
65fd74c
Fixed save file error handling
hjunleon Apr 11, 2022
a959ad6
Update list parser
Shyunyin Apr 11, 2022
51bd90b
Update RemoveParserTest
Shyunyin Apr 11, 2022
1d8980d
Update guides and some small fixes
Apr 11, 2022
a0e3403
Some checkstyle fixes
Apr 11, 2022
1f7eb53
Merge pull request #102 from LDerpy/branch-2.1SmallFixes
LDerpy Apr 11, 2022
718cd34
Merge branch 'master' into branch-Nnythingy-Version2.1
LDerpy Apr 11, 2022
9d6f4e9
Update TotalParserTest
Shyunyin Apr 11, 2022
01b3fa0
Merge pull request #96 from Nnythingy/branch-Nnythingy-Version2.1
LDerpy Apr 11, 2022
f69bb12
Update ViewParserTest
Shyunyin Apr 11, 2022
3599588
Fix WarehouseTest
Shyunyin Apr 11, 2022
616ddfa
Merge branch 'master' of https://github.com/AY2122S2-CS2113T-T09-4/tp…
Shyunyin Apr 11, 2022
ef6ce28
Fix checkstyle
Shyunyin Apr 11, 2022
197a217
Added Exiting and a small FAQ for UG alongside PPP and DG formatting …
Apr 11, 2022
2c21def
Merge pull request #103 from LDerpy/branch-UGDGPPP
LDerpy Apr 11, 2022
f843228
Include quickstart picture in UG
Shyunyin Apr 11, 2022
1ebddda
Include mainstream OS to glossary of DG
Shyunyin Apr 11, 2022
e056540
Include symbol for order commands for managers in UG
Shyunyin Apr 11, 2022
91d6917
Added tests and polished abit of code
hjunleon Apr 11, 2022
c250e84
merge conflicts
hjunleon Apr 11, 2022
d9aee4a
Fix checkstyle
Shyunyin Apr 11, 2022
c873335
Create FulfillSequence.puml
Nnythingy Apr 11, 2022
b1bb0ed
Update ViewOrder.puml
Nnythingy Apr 11, 2022
1ee0fc2
Update DeveloperGuide.md
Nnythingy Apr 11, 2022
fbf4eb1
Update DeveloperGuide.md
Nnythingy Apr 11, 2022
d0a868a
Update code
tuan0369 Apr 11, 2022
666740e
Update display
tuan0369 Apr 11, 2022
3253f46
Merge pull request #101 from Shyunyin/branch-Shyunyin-UnitTest
LDerpy Apr 11, 2022
d3d9ea7
Merge pull request #104 from Shyunyin/branch-Shyunyin-OtherDocumentation
LDerpy Apr 11, 2022
f3281c3
Merge branch 'master' into branch-JunLeong-storage
LDerpy Apr 11, 2022
a9961de
Add PPP
tuan0369 Apr 11, 2022
146dd77
Adds the isCheckedOff and qtyFulfillled
hjunleon Apr 11, 2022
348f53f
Merged
hjunleon Apr 11, 2022
7b3e4c4
Merge branch 'branch-JunLeong-storage' of github.com:hjunleon/tp into…
hjunleon Apr 11, 2022
efd5cb5
Update UserGuide.md
hjunleon Apr 11, 2022
83064a1
Update PPP
tuan0369 Apr 11, 2022
7cad2d2
Merge https://github.com/AY2122S2-CS2113T-T09-4/tp
tuan0369 Apr 11, 2022
22c5ac7
Merge branch 'master' into branch-Tuan-UpdatePPP
tuan0369 Apr 11, 2022
bf949bb
Update AboutUs.md
Nnythingy Apr 11, 2022
84fc1fe
Update AboutUs.md
LDerpy Apr 11, 2022
9b4d178
Merge pull request #106 from Nnythingy/branch-Nnythingy-Version2.1
LDerpy Apr 11, 2022
6c1e9a5
Include acknowledgement in DG
Shyunyin Apr 11, 2022
37e7fd4
Merge branch 'master' into branch-Nnythingy-Version2.1
Nnythingy Apr 11, 2022
f51ceee
Merge branch 'master' of https://github.com/AY2122S2-CS2113T-T09-4/tp…
Shyunyin Apr 11, 2022
04a60f6
Change format of acknowledgement
Shyunyin Apr 11, 2022
6d4fdea
Edit acknowledgement
Shyunyin Apr 11, 2022
1642b5a
Update nnythingy.md
Nnythingy Apr 11, 2022
31b7e54
Merge pull request #105 from hjunleon/branch-JunLeong-storage
LDerpy Apr 11, 2022
57f5229
Merge pull request #109 from Nnythingy/branch-Nnythingy-Version2.1
LDerpy Apr 11, 2022
1893638
Fix checkstyle
tuan0369 Apr 11, 2022
9a9df9b
Update KeywordMatching.puml
Nnythingy Apr 11, 2022
69ce3f8
Merge branch 'master' into branch-Tuan-UpdatePPP
tuan0369 Apr 11, 2022
0661e58
DG stuff
hjunleon Apr 11, 2022
3ebbc3c
Merge branch 'branch-JunLeong-storage' of github.com:hjunleon/tp into…
hjunleon Apr 11, 2022
11dae33
Merge branch 'master' of https://github.com/AY2122S2-CS2113T-T09-4/tp…
Shyunyin Apr 11, 2022
6387568
Update DeveloperGuide.md
Nnythingy Apr 11, 2022
e6fcbd9
Fix checkstyle
tuan0369 Apr 11, 2022
9ae9ae5
Merge branch 'branch-Tuan-UpdatePPP' of https://github.com/tuan0369/t…
tuan0369 Apr 11, 2022
656139f
Update Simplst.java
Nnythingy Apr 11, 2022
7166388
Update Warehouse.java
Nnythingy Apr 11, 2022
4c6b3b6
Update EXPECTED.TXT
Nnythingy Apr 11, 2022
256afa1
Update PPP
tuan0369 Apr 11, 2022
5307c48
Merge pull request #108 from tuan0369/branch-Tuan-UpdatePPP
tuan0369 Apr 11, 2022
25529fd
Added diagrams
hjunleon Apr 11, 2022
2bbe983
Checkstyle and bug fixes
Apr 11, 2022
9049d99
Merge branch 'master' into branch-LastMinuteStuffv2.1
LDerpy Apr 11, 2022
d2aa70a
Some DG stuff
hjunleon Apr 11, 2022
a5e6e40
Include PPP for Shyunyin
Shyunyin Apr 11, 2022
486bb1b
Dealt with merge issues
hjunleon Apr 11, 2022
8df1748
Checkstyle fix
Apr 11, 2022
8a9fc8b
Merge pull request #107 from Shyunyin/branch-Shyunyin-OtherDocumentation
Nnythingy Apr 11, 2022
2badfe2
Merge pull request #111 from Nnythingy/branch-Nnythingy-Version2.1
Nnythingy Apr 11, 2022
99234c3
Merge pull request #112 from Shyunyin/branch-Shyunyin-PPP
Nnythingy Apr 11, 2022
7c322a1
Checkstyle fixes
Apr 11, 2022
9892195
checkstyle fix final v2.1
Apr 11, 2022
fd6dfcc
Merge pull request #113 from hjunleon/branch-JunLeong-storage
hjunleon Apr 11, 2022
aebae47
More checkstyle fixes
Apr 11, 2022
b3f5057
Merge branch 'master' into branch-LastMinuteStuffv2.1
Nnythingy Apr 11, 2022
bbfbaa2
double checking
hjunleon Apr 11, 2022
0ad0d71
Test fix
Apr 11, 2022
36ed219
Merge branch 'branch-LastMinuteStuffv2.1' of https://github.com/LDerp…
Apr 11, 2022
ec55325
UG stuff
Apr 11, 2022
bfbc10b
Update links in about us
Shyunyin Apr 11, 2022
f32a1c4
Merge pull request #114 from Shyunyin/branch-Shyunyin-AboutUs
Shyunyin Apr 11, 2022
e5f5727
Update RemoveParser.java
Nnythingy Apr 11, 2022
d3f3ad9
Added PPP and DG updates
hjunleon Apr 11, 2022
83c0960
Merge pull request #115 from Nnythingy/master
Nnythingy Apr 11, 2022
750c226
Merged
hjunleon Apr 11, 2022
9dbb7a0
Merge pull request #116 from hjunleon/branch-JunLeong-storage
hjunleon Apr 11, 2022
f0fcabb
More fixes
Apr 11, 2022
2af43f4
Merge branch 'master' into branch-LastMinuteStuffv2.1
LDerpy Apr 11, 2022
ddc440c
test test
Apr 11, 2022
2bfc3dc
Update Warehouse.java
Nnythingy Apr 11, 2022
486294f
Merge branch 'branch-LastMinuteStuffv2.1' of https://github.com/LDerp…
Apr 11, 2022
d685722
final final fix
Apr 11, 2022
73713d7
Merge pull request #117 from Nnythingy/master
Nnythingy Apr 11, 2022
a50d13f
true final fix
Apr 11, 2022
c370953
text ui stuff final?
Apr 11, 2022
11d1b7c
Added one orderSerialize sequence, will add just one restore for example
hjunleon Apr 11, 2022
9df004a
Merge branch 'master' into branch-JunLeong-storage
hjunleon Apr 11, 2022
23ed004
pls fix
Apr 11, 2022
85d4aba
UG update
Apr 11, 2022
e107c45
Merge pull request #110 from LDerpy/branch-LastMinuteStuffv2.1
LDerpy Apr 11, 2022
a377b21
Final DG Push
hjunleon Apr 11, 2022
1c9d765
Added last diagram
hjunleon Apr 11, 2022
469741b
UG update
Apr 11, 2022
4308ad4
Merge branch 'master' into branch-JunLeong-storage
hjunleon Apr 11, 2022
511819f
Merge pull request #119 from LDerpy/branch-UGLAST
LDerpy Apr 11, 2022
79ee6ce
Merge pull request #118 from hjunleon/branch-JunLeong-storage
LDerpy Apr 11, 2022
c52c010
Typo
hjunleon Apr 11, 2022
ea91c14
Merge branch 'master' into branch-JunLeong-storage
hjunleon Apr 11, 2022
079125e
Merge pull request #120 from hjunleon/branch-JunLeong-storage
Nnythingy Apr 11, 2022
e50b22f
Update UserGuide.md
Nnythingy Apr 14, 2022
9ef4b1a
Update UserGuide.md
Nnythingy Apr 14, 2022
3e2a985
Merge pull request #121 from Nnythingy/master
Shyunyin Apr 14, 2022
e6a1d4a
Include class definition
Shyunyin Apr 14, 2022
b441a02
Merge branch 'master' of https://github.com/AY2122S2-CS2113T-T09-4/tp
Shyunyin Apr 14, 2022
acf2f34
Edit some parts of UG
Shyunyin Apr 14, 2022
1c0b8df
Update UserGuide.md
Nnythingy Apr 14, 2022
d909d67
Update UserGuide.md
Nnythingy Apr 14, 2022
bffc5aa
Include FAQ
Shyunyin Apr 14, 2022
4d5aba7
Merge pull request #125 from Nnythingy/master
Shyunyin Apr 14, 2022
558b289
Merge branch 'master' of https://github.com/AY2122S2-CS2113T-T09-4/tp…
Shyunyin Apr 14, 2022
fd43c1d
Merge pull request #124 from Shyunyin/branch-Shyunyin-2101UG1
Nnythingy Apr 14, 2022
1331d52
Update UserGuide.md
Nnythingy Apr 15, 2022
39e7498
Merge remote-tracking branch 'upstream/master'
Nnythingy Apr 15, 2022
2f82e17
Update UserGuide.md
Nnythingy Apr 15, 2022
e719c1d
Update StorageTest.java
Nnythingy Apr 15, 2022
a40aea9
Merge pull request #126 from Nnythingy/master
Nnythingy Apr 15, 2022
5d9cf65
Revert "Update StorageTest.java"
Nnythingy Apr 16, 2022
281be76
Merge pull request #127 from Nnythingy/master
Nnythingy Apr 16, 2022
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ bin/

/text-ui-test/ACTUAL.txt
text-ui-test/EXPECTED-UNIX.TXT
text-ui-test/runtest.bat
3 changes: 3 additions & 0 deletions META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: Duke

6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ repositories {
dependencies {
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'
implementation group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
}

test {
Expand All @@ -29,11 +30,11 @@ test {
}

application {
mainClassName = "seedu.duke.Duke"
mainClassName = "seedu.simplst.Simplst"
}

shadowJar {
archiveBaseName = "duke"
archiveBaseName = "simplst"
archiveClassifier = null
}

Expand All @@ -43,4 +44,5 @@ checkstyle {

run{
standardInput = System.in
// enableAssertions = true;
}
17 changes: 9 additions & 8 deletions docs/AboutUs.md
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 | Portfolio |
|-----------------------------------------------------|:-----------:|:--------------------------------------:|:------------------------------:|
| ![](https://via.placeholder.com/100.png?text=Photo) | Nnythingy | [Github](https://github.com/Nnythingy) | [Portfolio](team/nnythingy.md) |
| ![](https://via.placeholder.com/100.png?text=Photo) | Shyun Yin | [Github](https://github.com/Shyunyin) | [Portfolio](team/Shyunyin.md) |
| ![](https://via.placeholder.com/100.png?text=Photo) | Tuan | [Github](https://github.com/tuan0369) | [Portfolio](team/tuan0369.md) |
| ![](https://via.placeholder.com/100.png?text=Photo) | Haziq Hakim | [Github](https://github.com/LDerpy) | [Portfolio](team/lderpy.md) |
| ![](https://via.placeholder.com/100.png?text=Photo) | Jun Leong | [Github](https://github.com/hjunleon) | [Portfolio](team/hjunleon.md) |


394 changes: 382 additions & 12 deletions docs/DeveloperGuide.md

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Duke
# Simplst

{Give product intro here}
*Simplst* is a Warehouse Management System (WMS) for managing warehouse inventory and order management, optimzed for use
via a Command Line Interface (CLI) for warehouse management workers and managers.

Useful links:
* [User Guide](UserGuide.md)
Expand Down
Loading