Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
453 commits
Select commit Hold shift + click to select a range
f2b588b
Merge pull request #81 from YipWayne/Wayne-v2.0b
Bobowoo2468 Oct 24, 2021
598c03a
Add sort functionality for Clients and Tours
Bobowoo2468 Oct 24, 2021
107348e
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Oct 24, 2021
1908421
Edit to clear Java CI
Bobowoo2468 Oct 24, 2021
d44d9b3
Merge pull request #82 from Bobowoo2468/master
Bobowoo2468 Oct 24, 2021
de0b07b
Add clientPackageId attribute to ClientPackage class, add and update …
swongts Oct 24, 2021
50fb3c0
Fix gradle checks
swongts Oct 24, 2021
914e029
add's exception
Oct 25, 2021
bc0f6fb
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
swongts Oct 25, 2021
1487c15
Merge pull request #91 from swongts/master
Bobowoo2468 Oct 25, 2021
b499176
add's exception
Oct 26, 2021
bc70625
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Oct 26, 2021
fe65909
add's exception
Oct 26, 2021
d1808f7
Update Ui.java
Bobowoo2468 Oct 26, 2021
9e2392f
Merge pull request #93 from Demonshaha/master
Bobowoo2468 Oct 26, 2021
946a37e
Add sort flights functionality
Bobowoo2468 Oct 26, 2021
2398d46
Refresh Junit tests to pass all testing
Bobowoo2468 Oct 26, 2021
9f3c353
Clear checkstyle tests
Bobowoo2468 Oct 26, 2021
52f189b
Add list of packages when using find client
swongts Oct 26, 2021
d44e461
Merge pull request #94 from Bobowoo2468/master
Bobowoo2468 Oct 26, 2021
57530e9
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
swongts Oct 26, 2021
5ba9f0e
storage
Oct 27, 2021
fad5665
Merge remote-tracking branch 'origin/master'
Oct 27, 2021
9a42cf3
Merge branch 'master' into master
YipWayne Oct 27, 2021
861b047
Merge pull request #98 from swongts/master
Bobowoo2468 Oct 27, 2021
6d6b520
Update Parser.java
Bobowoo2468 Oct 27, 2021
cc639c9
Update Parser.java
Bobowoo2468 Oct 27, 2021
d9d1f96
Merge pull request #99 from Demonshaha/master
Bobowoo2468 Oct 27, 2021
b553b13
Delete TourList
Bobowoo2468 Oct 27, 2021
683b463
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Oct 27, 2021
8cbbf6b
Fix storage to run Main
Bobowoo2468 Oct 27, 2021
b26831c
Merge pull request #101 from Bobowoo2468/master
swongts Oct 27, 2021
0ff4fd9
Complete storage functionality
Bobowoo2468 Oct 27, 2021
6b09423
Merge pull request #102 from Bobowoo2468/master
Bobowoo2468 Oct 27, 2021
08ceb68
Committed Find JUnit Test, minor bug in ParseFind
yipwayyne Oct 27, 2021
88a37cc
Merge branch 'master' into Wayne-v2.0b
YipWayne Oct 27, 2021
068782e
Update FindClientPackageCommandTest.java
YipWayne Oct 27, 2021
f15d179
Update FindFlightCommandTest.java
YipWayne Oct 27, 2021
fd4a301
Update FindTourCommandTest.java
YipWayne Oct 27, 2021
1c73cc6
Merge pull request #103 from YipWayne/Wayne-v2.0b
Bobowoo2468 Oct 27, 2021
bae1787
Add parse exception for duplicate functions and refactored parser cod…
Bobowoo2468 Oct 27, 2021
e32e2bb
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Oct 27, 2021
23db78a
Comitted JUnit testing for List Commands
yipwayyne Oct 28, 2021
7390b14
Merge pull request #104 from Bobowoo2468/master
YipWayne Oct 28, 2021
c5d32da
Update ListClientCommandTest.java
YipWayne Oct 28, 2021
0e81701
Update ListClientPackageCommandTest.java
YipWayne Oct 28, 2021
15a7b7d
Update ListClientPackageCommandTest.java
YipWayne Oct 28, 2021
1ffdfcf
Update ListFlightCommandTest.java
YipWayne Oct 28, 2021
83f6b77
Update ListClientPackageCommandTest.java
YipWayne Oct 28, 2021
825973a
Update ListTourCommandTest.java
YipWayne Oct 28, 2021
0dd20cc
Update FindFlightCommandTest.java
YipWayne Oct 28, 2021
38ec965
Update ListClientPackageCommandTest.java
YipWayne Oct 28, 2021
1468620
Committ v2.0 of UG, minor bug fixes
yipwayyne Oct 28, 2021
fde659e
Committed back original ver of TourPlanner.txt
yipwayyne Oct 28, 2021
b1b5671
Committed * error for some classes
yipwayyne Oct 28, 2021
791367e
Merge pull request #105 from YipWayne/Wayne-v2.0
Bobowoo2468 Oct 28, 2021
230a267
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp…
yipwayyne Oct 28, 2021
752958a
Add cutClientCommand junit test
swongts Oct 28, 2021
36adfe6
Merge pull request #106 from YipWayne/Wayne-v2.0
swongts Oct 28, 2021
d3c9e3f
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
swongts Oct 28, 2021
791e7c8
TourPlanner v2.0 Release
Bobowoo2468 Oct 28, 2021
ce7a577
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Oct 28, 2021
53b81ca
Merge pull request #109 from Bobowoo2468/master
Bobowoo2468 Oct 28, 2021
5f9cbbe
Merge pull request #107 from swongts/master
Bobowoo2468 Oct 28, 2021
8886f1f
Incremental add for UG add command
Bobowoo2468 Oct 29, 2021
fe8716f
Minor edits for find function in UG, fleshed out find in DG. Bug fixe…
yipwayyne Oct 29, 2021
0738247
Merge branch 'master' into Wayne-v2.0
YipWayne Oct 29, 2021
fd848fb
Merge pull request #110 from Bobowoo2468/master
Bobowoo2468 Oct 29, 2021
1f2173f
Merge pull request #111 from YipWayne/Wayne-v2.0
Bobowoo2468 Oct 29, 2021
5cbca78
Add cut command to user guide, show client package for cut client/fli…
swongts Oct 29, 2021
76344e0
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
swongts Oct 29, 2021
325298f
Merge pull request #112 from swongts/master
Bobowoo2468 Oct 29, 2021
0893af2
Update add client package, must have unique client package id
swongts Oct 29, 2021
d503bc0
Finish up add command documentation for User Guide
Bobowoo2468 Oct 29, 2021
7bde550
Merge pull request #113 from swongts/master
YipWayne Oct 29, 2021
3c62f45
Merge pull request #114 from Bobowoo2468/master
YipWayne Oct 29, 2021
ef0576c
Add exceptions for missing sort identifiers for Sort Command
Bobowoo2468 Oct 29, 2021
9bb63fc
Merge pull request #115 from Bobowoo2468/master
YipWayne Oct 29, 2021
be6ee8d
Update UserGuide.md
Demonshaha Oct 29, 2021
2559e1b
Merge branch 'AY2122S1-CS2113T-F11-3:master' into master
Demonshaha Oct 29, 2021
15cc613
Update UserGuide.md
Demonshaha Oct 29, 2021
87abfc5
Merge pull request #116 from Demonshaha/master
Bobowoo2468 Oct 29, 2021
8b38628
Update UserGuide.md
Bobowoo2468 Oct 29, 2021
d1fe56c
Update User Guide to fix documentation bugs and Storage
Bobowoo2468 Oct 29, 2021
867b246
Committed Start and end content of DG,
yipwayyne Oct 29, 2021
293e25c
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp…
yipwayyne Oct 29, 2021
e4d4139
Merge pull request #118 from YipWayne/Wayne-v2.0
Bobowoo2468 Oct 29, 2021
55fb000
Add Junit testing for all Sort Commands
Bobowoo2468 Oct 29, 2021
276dc65
Edit to clear Checkstyle errors
Bobowoo2468 Oct 29, 2021
0fe8871
Add changes to parser test to include testing for duplicate prefixes
Bobowoo2468 Oct 29, 2021
1927a86
Add jUnit testing for cutFlightCommand, cutTourCommand
swongts Oct 30, 2021
de91562
Add help command
swongts Nov 2, 2021
ca958ad
Merge pull request #121 from swongts/master
Bobowoo2468 Nov 2, 2021
bedb3d7
Fix UG-related issues
yipwayyne Nov 2, 2021
0ec90d2
Organised points in UG, added emojis
yipwayyne Nov 2, 2021
9af993a
Merge pull request #162 from YipWayne/Wayne-v2.1
YipWayne Nov 3, 2021
0e51154
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Nov 3, 2021
9c7524b
Merge pull request #119 from Bobowoo2468/master
Bobowoo2468 Nov 3, 2021
19c7b53
Add addClientPackageCommandTest
swongts Nov 3, 2021
781f8c9
Fix gradle checks
swongts Nov 3, 2021
e610121
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
swongts Nov 3, 2021
fb928a1
Merge pull request #163 from swongts/master
Bobowoo2468 Nov 3, 2021
7934445
Add flight and client exception for erroneous email and contact numbe…
Bobowoo2468 Nov 3, 2021
2da2bb1
no message
Bobowoo2468 Nov 3, 2021
2885840
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Nov 3, 2021
464b40a
Committed UG (should be mostly final save for missing info)
yipwayyne Nov 3, 2021
46e79f5
Merge pull request #164 from Bobowoo2468/master
Bobowoo2468 Nov 3, 2021
55414b4
Add Storage functionality (some implementation by ChengXu) and furthe…
Bobowoo2468 Nov 3, 2021
c74c47d
Add Command and cutCommand to developer's guide
swongts Nov 3, 2021
da82ff8
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
swongts Nov 3, 2021
f2a9a15
Fix DG diagram bug
swongts Nov 3, 2021
aec091b
Merge pull request #167 from swongts/master
YipWayne Nov 4, 2021
b47ea63
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp…
yipwayyne Nov 4, 2021
cdd3830
Merge pull request #166 from Bobowoo2468/master
swongts Nov 4, 2021
9dff572
Merge pull request #165 from YipWayne/Wayne-v2.1
swongts Nov 4, 2021
aa3f3bb
Added Ui component in UG, minor changes to UML diagrams
yipwayyne Nov 4, 2021
42276d5
Merge pull request #172 from YipWayne/Wayne-v2.1
Bobowoo2468 Nov 5, 2021
9b23894
Added images yayerz
YipWayne Nov 5, 2021
826b85c
Add TOC to UG and How-To-Use UG
Bobowoo2468 Nov 5, 2021
a0111f1
Update README.md
Bobowoo2468 Nov 5, 2021
555125f
Update README.md
Bobowoo2468 Nov 5, 2021
4211948
Merge pull request #174 from Bobowoo2468/master
Bobowoo2468 Nov 5, 2021
651fdd7
Add sortCommand to DG
swongts Nov 6, 2021
4afd9cc
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
swongts Nov 6, 2021
b67dd0d
Fix clientPackageStorage bug
swongts Nov 6, 2021
8b95056
Delete unnecessary comments
swongts Nov 6, 2021
86b9308
Merge pull request #175 from swongts/master
Bobowoo2468 Nov 6, 2021
888cfb2
Committed TOC for DG
yipwayyne Nov 6, 2021
7aa9610
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp…
yipwayyne Nov 6, 2021
a9b85bd
Add sequence diagram to Parser, and made changes to pass Junit testing
Bobowoo2468 Nov 6, 2021
8cd686b
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Nov 6, 2021
8531d8e
Add bugfix to method in lists, and JavaDoc
Bobowoo2468 Nov 6, 2021
e36fb8b
Merge pull request #176 from Bobowoo2468/master
Bobowoo2468 Nov 6, 2021
2cf97b2
Add javadoc for cut related commands and client package
swongts Nov 6, 2021
dcbe642
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
swongts Nov 6, 2021
422be36
add jUnit test for CutClientPackageCommand, HelpCommand and ByeCommand
swongts Nov 6, 2021
e1c496f
Update DeveloperGuide.md
Demonshaha Nov 7, 2021
5cbac1b
Fix DG UML diagram bugs, refactor magic Strings in test for cut commands
swongts Nov 7, 2021
a9217ad
Merge pull request #177 from swongts/master
swongts Nov 7, 2021
74ed7cc
Add addCommand and Parser to DG
Bobowoo2468 Nov 7, 2021
69f543c
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Nov 7, 2021
2658c55
Clear Checkstyle tests
Bobowoo2468 Nov 7, 2021
1a8b517
Update DeveloperGuide.md
Bobowoo2468 Nov 7, 2021
b106b98
Add PPP, and add tests to Parser
Bobowoo2468 Nov 7, 2021
e5d9713
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Nov 7, 2021
50fd636
Merge pull request #181 from Bobowoo2468/master
swongts Nov 7, 2021
5722ef7
Merge branch 'master' into Wayne-v2.1
YipWayne Nov 7, 2021
79dc89b
Changed ListCommandTest and FindCommandTest, Edited DG and UML diagrams
yipwayyne Nov 7, 2021
19f3c59
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp…
yipwayyne Nov 7, 2021
b3a391a
add PPP, add javadoc for Storage and TourPlanner, refactor TourPlanne…
swongts Nov 7, 2021
fe5fbf8
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
swongts Nov 7, 2021
7a506ab
Merge pull request #189 from YipWayne/Wayne-v2.1
Bobowoo2468 Nov 8, 2021
73a0c78
Update Storage Class diagram (Chengxu)
Bobowoo2468 Nov 8, 2021
ffe54ee
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Nov 8, 2021
19a1065
Set theme jekyll-theme-time-machine
Bobowoo2468 Nov 8, 2021
5de68de
Update _config.yml
Bobowoo2468 Nov 8, 2021
4dc9de3
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Nov 8, 2021
81b1159
Committed YipWayne's PPP
yipwayyne Nov 8, 2021
5a6d0fa
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp…
yipwayyne Nov 8, 2021
9c7038f
Merge pull request #192 from YipWayne/Wayne-v2.1
YipWayne Nov 8, 2021
f0676fe
Merge pull request #190 from swongts/master
YipWayne Nov 8, 2021
65ae9ca
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Nov 8, 2021
821a0ab
Update DeveloperGuide.md
YipWayne Nov 8, 2021
c976614
Change AddClientPackageCommand
swongts Nov 8, 2021
f2a5d22
Create Demonshaha.md
Demonshaha Nov 8, 2021
8808d87
Update Demonshaha.md
Demonshaha Nov 8, 2021
fe64099
Update Demonshaha.md
Demonshaha Nov 8, 2021
5e9958b
Add UML diagram for DG for add client package
Bobowoo2468 Nov 8, 2021
5c9e6f3
add author declare
Demonshaha Nov 8, 2021
4e503f6
Update ClientStorage.java
Demonshaha Nov 8, 2021
9730e63
Update FlightStorage.java
Demonshaha Nov 8, 2021
194d10c
Update TourStorage.java
Demonshaha Nov 8, 2021
65b186d
FIx gradle checks
swongts Nov 8, 2021
d581ec9
Fix gradle checks 2
swongts Nov 8, 2021
868546c
Merge branch 'master' into master
swongts Nov 8, 2021
a8a3560
Fix gradle checks 3
swongts Nov 8, 2021
c2b6e9c
Edit DG
swongts Nov 8, 2021
d2c1b6c
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
swongts Nov 8, 2021
9320f65
Merge branch 'master' of https://github.com/swongts/tp
swongts Nov 8, 2021
553533e
Merge pull request #193 from swongts/master
swongts Nov 8, 2021
60ef9a7
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Nov 8, 2021
eab0890
Merge pull request #194 from Bobowoo2468/master
Bobowoo2468 Nov 8, 2021
02127e1
Add UML parser diagram
swongts Nov 8, 2021
f3bcae2
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
swongts Nov 8, 2021
50f36e9
Add JavaDoc and rearranged code
Bobowoo2468 Nov 8, 2021
5fa73e7
Deleted storage test
Bobowoo2468 Nov 8, 2021
6861416
Merge pull request #195 from Bobowoo2468/master
Bobowoo2468 Nov 8, 2021
79bfff7
Add logger functionality
Bobowoo2468 Nov 8, 2021
0f3f4a0
Update ClientPackageStorage.java
Demonshaha Nov 8, 2021
5f64e8a
Merge pull request #196 from Bobowoo2468/master
swongts Nov 8, 2021
4ce6d28
Update ClientStorage.java
Demonshaha Nov 8, 2021
1a5c497
Update FlightStorage.java
Demonshaha Nov 8, 2021
66a0877
Update TourStorage.java
Demonshaha Nov 8, 2021
605d697
Clean up DG
swongts Nov 8, 2021
57530b8
Add image to AboutUs
Bobowoo2468 Nov 8, 2021
ba63a0b
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Nov 8, 2021
35f0ecd
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
swongts Nov 8, 2021
6714b11
Commit Javadoc for some Ui functions, change to findclient UML
yipwayyne Nov 8, 2021
ba0a415
Update TourStorage.java
Demonshaha Nov 8, 2021
4d95ae5
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp…
yipwayyne Nov 8, 2021
72c1b93
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp…
yipwayyne Nov 8, 2021
70ba014
Fix gradle checks
swongts Nov 8, 2021
0d78615
Merge pull request #197 from swongts/master
Bobowoo2468 Nov 8, 2021
6bc700d
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Nov 8, 2021
41ebeb5
Merge pull request #198 from Bobowoo2468/master
Bobowoo2468 Nov 8, 2021
245aed4
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp…
yipwayyne Nov 8, 2021
66c2d00
wen face
YipWayne Nov 8, 2021
bddf83f
Update AboutUs.md
YipWayne Nov 8, 2021
9814f37
Updated picture for Wayne
YipWayne Nov 8, 2021
f547438
Changed images for DG and Logger for TourPlanner
Bobowoo2468 Nov 8, 2021
cced587
Update bobowoo2468.md
Bobowoo2468 Nov 8, 2021
c565321
Update bobowoo2468.md
Bobowoo2468 Nov 8, 2021
5834893
Update bobowoo2468.md
Bobowoo2468 Nov 8, 2021
5b0dae2
Update UG
Bobowoo2468 Nov 8, 2021
164a464
Add picture to AboutUs
Bobowoo2468 Nov 8, 2021
ea44adc
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Nov 8, 2021
521a735
Merge pull request #199 from Bobowoo2468/master
Bobowoo2468 Nov 8, 2021
8519bb8
Update bobowoo2468.md
Bobowoo2468 Nov 8, 2021
9f8bd2f
Add appendix to DG
swongts Nov 8, 2021
d0589ba
Merge pull request #200 from swongts/master
swongts Nov 8, 2021
2e1dd74
Add minor changes to DG
Bobowoo2468 Nov 8, 2021
745d26c
Merge pull request #201 from Bobowoo2468/master
Bobowoo2468 Nov 8, 2021
77f2e80
Update Ui.java
YipWayne Nov 8, 2021
8728fff
Merge pull request #202 from YipWayne/Wayne-v2.1
Bobowoo2468 Nov 8, 2021
17648c8
Update DeveloperGuide.md
YipWayne Nov 8, 2021
5348e9a
Add major bugfix to addCommand
Bobowoo2468 Nov 8, 2021
7e535b2
Made new title lermaooooo
yipwayyne Nov 8, 2021
6984e91
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp…
yipwayyne Nov 8, 2021
17450a9
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Nov 8, 2021
86c9aae
Update YipWayne.md
YipWayne Nov 8, 2021
6554507
Add findClient sequence diagram to DG
Bobowoo2468 Nov 8, 2021
299b7b2
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Nov 8, 2021
e72596a
Merge pull request #204 from YipWayne/Wayne-v2.1
Bobowoo2468 Nov 8, 2021
f56ae50
Merge pull request #203 from Bobowoo2468/master
YipWayne Nov 8, 2021
1af38eb
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Nov 8, 2021
5a6844c
FindClient bug fix
yipwayyne Nov 8, 2021
5e04877
Merge pull request #205 from YipWayne/Wayne-v2.1
Bobowoo2468 Nov 8, 2021
db9f3a2
Fix null pointer bug
swongts Nov 8, 2021
c5968c9
Merge pull request #206 from swongts/master
Bobowoo2468 Nov 8, 2021
0aeea7d
Update YipWayne.md
YipWayne Nov 8, 2021
0ad2de4
Fix clientPackageCommand bug
swongts Nov 8, 2021
e465213
Delete PNG file
Bobowoo2468 Nov 8, 2021
f699606
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Nov 8, 2021
34fd1a0
Merge pull request #207 from swongts/master
Bobowoo2468 Nov 8, 2021
7da75c8
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F11-3/tp
Bobowoo2468 Nov 8, 2021
be8ca8b
Add changes for bugfix
Bobowoo2468 Nov 8, 2021
9f082e1
Change to clear Java CI tests
Bobowoo2468 Nov 8, 2021
c7d9c41
Merge pull request #208 from Bobowoo2468/master
Bobowoo2468 Nov 8, 2021
baabce1
Update UserGuide.md
Bobowoo2468 Nov 12, 2021
34dd0fc
Update UserGuide.md
Bobowoo2468 Nov 12, 2021
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
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ checkstyle {
toolVersion = '8.23'
}

run{
run {
standardInput = System.in
enableAssertions = true;
}
14 changes: 8 additions & 6 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# About us

Display | Name | Github Profile | Portfolio
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)
![image](https://user-images.githubusercontent.com/62021897/140710285-5c0a50ae-40b5-485c-a97b-d310cead7151.png) | Woo Bo Tuan | [Bobowoo2468](https://github.com/Bobowoo2468) | [Portfolio](team/bobowoo2468.md)
![Sam_Potrait](https://user-images.githubusercontent.com/62021897/140722740-fcad3644-2516-452c-aff0-dad4e41af303.jpg) | Wong Tze Shan Samantha | [swongts](https://github.com/swongts) | [Portfolio](team/swongts.md)
![image](https://user-images.githubusercontent.com/79963329/140712676-0fa1f0ec-8fb9-43b4-b2e0-59ab7e31e678.jpg)| Yip Wayne | [YipWayne](https://github.com/YipWayne) | [Portfolio](team/YipWayne.md)
![](https://via.placeholder.com/100.png?text=Photo) | Zhou Chengxu | [Demonshaha](https://github.com/Demonshaha) | [Portfolio](team/Demonshaha.md)



Loading