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-T13-3] BankWithUs #41

Open
wants to merge 518 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
518 commits
Select commit Hold shift + click to select a range
4de79f1
Merge pull request #88 from vishnuvk47/master
tyuyang Mar 28, 2023
77eb9f2
Merge remote-tracking branch 'upstream/master' into branch-debugging
tyuyang Mar 28, 2023
1253080
changes to UG, storage and fix date bugs
manushridiv Mar 28, 2023
69154f9
Merge branch 'master' of https://github.com/AY2223S2-CS2113-T13-3/tp …
manushridiv Mar 28, 2023
cdf6108
changes to date
manushridiv Mar 28, 2023
8c789da
Fix transaction history not having feedback if there are no transactions
tyuyang Mar 28, 2023
ca08a7f
Add printLine function after show-transactions is complete
tyuyang Mar 28, 2023
ea53650
Merge pull request #92 from manushridiv/branch-ug
tyuyang Mar 28, 2023
edb3e1f
Merge remote-tracking branch 'upstream/master' into branch-debugging
tyuyang Mar 28, 2023
9375f04
Modified User Guide and Developer Guide
xiaoge26 Mar 28, 2023
1ae38a0
Fix checkstyle errors
xiaoge26 Mar 28, 2023
db3becc
Fix checkstyle issues
tyuyang Mar 28, 2023
24cbf99
Merge pull request #95 from xiaoge26/master
manushridiv Mar 28, 2023
7dd49c6
Modify expected.txt
tyuyang Mar 28, 2023
0a8547e
Fix typos
xiaoge26 Mar 28, 2023
160dd24
Merge pull request #96 from xiaoge26/master
tyuyang Mar 28, 2023
00cb959
Merge pull request #94 from tyuyang/branch-debugging
manushridiv Mar 28, 2023
e5219cd
Update show help
tyuyang Mar 28, 2023
2b3073c
Fix checkstyle
tyuyang Mar 28, 2023
19a32b5
Fixed 2 small bugs: no printline after deposit, and set-wl no $ sign
tyuyang Mar 28, 2023
5a741a0
Update expected.txt
tyuyang Mar 28, 2023
6fb84a4
Update expected.txt
tyuyang Mar 28, 2023
95336d1
Shifted ui.showFileCreated() to BWU since that is the only use of Ui …
tyuyang Mar 28, 2023
0d9d0d2
Add tentative puml diagram for main architecture
tyuyang Mar 28, 2023
b64a0bb
Refine puml main diagram
tyuyang Mar 28, 2023
98ad6e8
Add temporary sequence uml diagram
tyuyang Mar 28, 2023
6f4acf1
Removed unused import
tyuyang Mar 28, 2023
6d9eb9b
Merge branch 'branch-debugging' into branch-puml-diagrams
tyuyang Mar 28, 2023
a1c18d0
Continued on example sequence diagram
tyuyang Mar 28, 2023
21df275
Merge pull request #98 from tyuyang/branch-debugging
tyuyang Mar 28, 2023
148c889
Merge remote-tracking branch 'upstream/master' into branch-puml-diagrams
tyuyang Mar 29, 2023
7035cdd
Finished example seq diagram
tyuyang Mar 29, 2023
9a1f634
Added tentative puml diagrams to Developer guide
tyuyang Mar 29, 2023
f2d0501
Change the stupid 2 lines
tyuyang Mar 29, 2023
57b0484
Make lots of changes:
tyuyang Mar 29, 2023
3536cbf
Merge pull request #100 from tyuyang/branch-puml-diagrams
xiaoge26 Mar 29, 2023
2b5f704
Remove empty transaction file exception message
xiaoge26 Mar 29, 2023
4d1dff7
Fix text ui test
xiaoge26 Mar 29, 2023
0fc541f
Fixed logging messages
tyuyang Mar 30, 2023
8ddbe8b
Merge remote-tracking branch 'upstream/master' into branch-puml-diagrams
tyuyang Mar 30, 2023
038ff2b
Merge branch 'branch-puml-diagrams'
tyuyang Mar 30, 2023
172bc37
Merge pull request #102 from tyuyang/master
xiaoge26 Mar 30, 2023
cb23f18
Merge branch 'master' of https://github.com/AY2223S2-CS2113-T13-3/tp
xiaoge26 Mar 30, 2023
839b25a
Remove empty transaction file exception message
xiaoge26 Mar 30, 2023
a89dc57
Add no transaction message
xiaoge26 Mar 30, 2023
f84da91
Change EXPECTED.TXT
xiaoge26 Mar 30, 2023
ca49012
Merge pull request #101 from xiaoge26/master
tyuyang Mar 30, 2023
23d02ca
Add a save goal amount check before showing save goal
Mar 31, 2023
0859a20
Made changes as per TA code review
Mar 31, 2023
ac916ca
Change deleteAccount method to show ui message and resolve bug where …
Mar 31, 2023
8630e27
Made a hashmap to chack that a username only exists once
Mar 31, 2023
eae0b5d
Format to meet checkstyle and update expectedl.txt
Mar 31, 2023
b583164
Solved bug where /bin/zsh balance saved as /bin/zsh
Mar 31, 2023
405a4db
Change .contains to .equals in switchmain accoutn method resolves bug…
Mar 31, 2023
842750f
Merge branch 'master' into branch-fixBugs
vishnuvk47 Mar 31, 2023
368902a
Formatted some typos in the JavaDocs
Mar 31, 2023
c1714b5
Formatted some typos in the JavaDocs and resolve conflicts
Mar 31, 2023
8239cd4
Fix typos in javadocs
Mar 31, 2023
8516c6c
Pulled changes from remote branch
Mar 31, 2023
6585cf8
Changed date in expected.txt 3rd last line
Mar 31, 2023
f4acaed
Changed date style in expected.txt
Mar 31, 2023
4702ddd
Resolve IO redir
Apr 1, 2023
707f816
Added . to all javadocs and changed the saveGoal command in UG
Apr 1, 2023
c94c7ee
Made change in askUserForBalance to strip -ve sign in -0
Apr 1, 2023
fa84f6c
Changed expected.txt to match the new change
Apr 1, 2023
0c61d0b
Added code to parse names into hashmap if savefile exists
Apr 1, 2023
8baed00
Delete expected-unix 2.txt
Apr 3, 2023
58f4cfa
Changed date in expected.tct
Apr 3, 2023
b9a4d95
Merge pull request #109 from vishnuvk47/branch-fixBugs
vishnuvk47 Apr 3, 2023
8d931fd
Merge remote-tracking branch 'upstream/master'
tyuyang Apr 3, 2023
3f7993d
Added withdrawal cancelled exception. Made it unique to save goals
tyuyang Apr 3, 2023
ee9b343
Changed handleProceed back to void type, and using exceptions to dete…
tyuyang Apr 3, 2023
cf90ff4
Changed hasWithdrawMoney back to withdrawMoney, used WithdrawalCancel…
tyuyang Apr 3, 2023
7d5c0a5
Update parseCommand method to account for cancelled withdrawal
tyuyang Apr 3, 2023
5a23b0d
Updated tests in AccountlistTest and also credited vishnu
tyuyang Apr 3, 2023
3a408de
Added new constructor to SaveGoal class
tyuyang Apr 3, 2023
af80f15
Changed how localDate was parsed in the savefile
tyuyang Apr 3, 2023
e3748f8
Fixed checkstyle
tyuyang Apr 3, 2023
0a3655a
Merge pull request #143 from tyuyang/branch-fix-save-goal
tyuyang Apr 3, 2023
a409aa2
Merge remote-tracking branch 'upstream/master'
tyuyang Apr 3, 2023
87af21b
Remove johndoe.md file
tyuyang Apr 3, 2023
a75c503
Add tyuyang.md file
tyuyang Apr 3, 2023
671fcdb
Add PPP for tyuyang
tyuyang Apr 3, 2023
b8d46e5
Merge pull request #144 from tyuyang/branch-PPP
tyuyang Apr 3, 2023
6923404
Merge remote-tracking branch 'upstream/master'
tyuyang Apr 3, 2023
70d716e
add MoreThanTwoDecimalPlace detection when user try to withdraw or de…
Sherlock-YH Apr 3, 2023
df7730d
update text-ui-test
Sherlock-YH Apr 3, 2023
d97726e
remove unused Class
Sherlock-YH Apr 3, 2023
8fe5f92
Merge pull request #145 from Sherlock-YH/master
manushridiv Apr 3, 2023
e154061
add test for AccountList withdraw and deposit method
Sherlock-YH Apr 3, 2023
c16350b
Changed Floats to BigDecimal where calculations were involved
Apr 3, 2023
b2e0393
Merge pull request #146 from Sherlock-YH/master
tyuyang Apr 4, 2023
4c36173
Merge remote-tracking branch 'upstream/master'
tyuyang Apr 4, 2023
8a17b64
Revert gitignore
tyuyang Apr 4, 2023
4048833
Changed relevant floats to BigDecimal where calcs are involved
Apr 4, 2023
ff1a6c4
Fix bugs
tyuyang Apr 4, 2023
a280f40
Changed isMoreThanTwoDecimalPlaces function to take in string not float
Apr 4, 2023
a0f7191
Add corrupted transaction file exception
xiaoge26 Apr 4, 2023
bc8688c
Modify IO redir
Apr 4, 2023
098c067
Merge pull request #155 from vishnuvk47/branch-fixFloatError
tyuyang Apr 4, 2023
9f324a9
Allow the corrupted entries to be deleted individually
xiaoge26 Apr 4, 2023
7d4662e
Merge branch 'master' of https://github.com/AY2223S2-CS2113-T13-3/tp …
xiaoge26 Apr 4, 2023
bdd79e0
Fix decimal number bug in withdraw feature
xiaoge26 Apr 4, 2023
1167941
Fix Checkstyle errors
xiaoge26 Apr 4, 2023
f1210d2
Updated sequence diagram to (hopefully) fit with kerct's comments
tyuyang Apr 4, 2023
f1fa881
Merge remote-tracking branch 'upstream/master' into branch-debugging
tyuyang Apr 4, 2023
af27de4
Merge pull request #154 from xiaoge26/DeleteTransaction
tyuyang Apr 4, 2023
881918b
add NoValueInput exception
Sherlock-YH Apr 5, 2023
d0dba20
Merge pull request #156 from Sherlock-YH/master
xiaoge26 Apr 6, 2023
2da28b3
Fix delete account bug
xiaoge26 Apr 6, 2023
fcfefa8
Update EXPECTED.TXT
xiaoge26 Apr 6, 2023
df86a8f
Add create account message when all accounts are deleted
xiaoge26 Apr 6, 2023
67be20b
Merge pull request #157 from xiaoge26/master
vishnuvk47 Apr 6, 2023
ca962d5
Wrote PPP for vishnuvk47
Apr 7, 2023
e6dee0e
Rename vishnu.md to vishnuvk47.md to match github profile
Apr 7, 2023
c83c052
Changed date in expected to tdy date to pass io redir
Apr 7, 2023
5d19a83
Merge pull request #158 from vishnuvk47/branch-ppp
vishnuvk47 Apr 7, 2023
9da38cb
Add delete transaction feature
xiaoge26 Apr 7, 2023
8978ad8
Update delete transaction feature in UserGuide
xiaoge26 Apr 7, 2023
4ba0bcc
Update EXPECTED.TXT
xiaoge26 Apr 7, 2023
95c2975
Update DeveloperGuide.md and fix typos
xiaoge26 Apr 7, 2023
40db42b
Combine Design & Inplementation sections
xiaoge26 Apr 7, 2023
27b4a6f
Add instructions for manual testing
xiaoge26 Apr 7, 2023
7294aa1
Update EXPECTED.TXT
xiaoge26 Apr 7, 2023
48904d3
Add PPP for myself
xiaoge26 Apr 7, 2023
9e39223
Merge pull request #159 from xiaoge26/master
manushridiv Apr 7, 2023
a67dd44
Fix errors in UserGuide.md
xiaoge26 Apr 7, 2023
2477793
Updated command summary
xiaoge26 Apr 7, 2023
6ef4f3a
Change the names of .jar release in both guides
xiaoge26 Apr 7, 2023
7e88658
Merge pull request #160 from xiaoge26/DevGuide
xiaoge26 Apr 7, 2023
1b47352
Add new method to avoid - signs in any transaction commands
Apr 7, 2023
d1cd747
Add a method to check for -ve in both wl and save goal
Apr 7, 2023
70e9d95
Add JavaDoc for checkNegative method
Apr 7, 2023
bea8d49
Add case in parser to only show curr account
Apr 7, 2023
056aaf4
Add some asserts and test code
Apr 7, 2023
966aa3e
Refactor some code
Apr 7, 2023
e7c26f1
Fix undeleted transctions for deleted account issue
xiaoge26 Apr 8, 2023
eca1f42
Change expected date and rmv unused import
Apr 8, 2023
a3fb0f1
Update PPP
xiaoge26 Apr 8, 2023
9972953
Complete PPP
xiaoge26 Apr 8, 2023
19e5664
Add implementation section to the DG
Apr 8, 2023
47c19ff
Made updates to my PPP
Apr 8, 2023
9935190
Continue DG implementation
Apr 8, 2023
3e11b40
Add some commands implementation to Dev Guide
Apr 9, 2023
089fa38
Made some changes from float to BigDecimal
Apr 9, 2023
4b7158e
Merge pull request #162 from vishnuvk47/branch-cleanUp
manushridiv Apr 9, 2023
cbcc09c
Merge pull request #163 from xiaoge26/DevGuide
manushridiv Apr 9, 2023
9c61fae
Change date to pass io redir and added a line in PPP
Apr 9, 2023
39965f0
ppp
manushridiv Apr 9, 2023
cb413a2
changes to ppp
manushridiv Apr 9, 2023
2ecbf97
Merge pull request #165 from vishnuvk47/branch-cleanUp
manushridiv Apr 9, 2023
f22b10e
Wrote a lot of JUNIT to validate MAIN AccountList methods and functio…
Apr 9, 2023
1f88ae0
Delete extra lines at end
Apr 9, 2023
ff54124
Enable assertions in build.gradle
Apr 9, 2023
6734ace
Resolve checkstyle errors in accountlist tests
Apr 9, 2023
fa6b66a
Change name format of test method in accountlist
Apr 9, 2023
8b8ecc6
Merge pull request #166 from vishnuvk47/branch-testCode
vishnuvk47 Apr 9, 2023
5451ca7
Move test files into packages
xiaoge26 Apr 9, 2023
f1cb8a3
Add tests for TransactionDecoder
xiaoge26 Apr 9, 2023
dc1b324
Merge branch 'master' of https://github.com/AY2223S2-CS2113-T13-3/tp …
xiaoge26 Apr 9, 2023
099fb1f
Remove redundant imports
xiaoge26 Apr 9, 2023
0e35099
Merge pull request #167 from xiaoge26/TransactionDecoderTests
vishnuvk47 Apr 9, 2023
c50b98b
Create PPP for Sherlock-YH
Sherlock-YH Apr 9, 2023
18bc656
Merge pull request #168 from Sherlock-YH/master
tyuyang Apr 10, 2023
dd22e50
Merge remote-tracking branch 'upstream/master'
tyuyang Apr 10, 2023
a0c562e
Merge branch 'master' into branch-PPP
tyuyang Apr 10, 2023
410caeb
Changed gitignore
tyuyang Apr 10, 2023
9a04642
Changed back cos i am an idiot
tyuyang Apr 10, 2023
6574309
Update EXPECTED.TXT
tyuyang Apr 10, 2023
c8b21dc
Fix minor bug where delete transaction 1 will throw an index out of b…
tyuyang Apr 10, 2023
1a1fa80
Changed startup message
tyuyang Apr 10, 2023
98ff82a
Fix set-save-goal command where normal inputs cause an assertion trigger
tyuyang Apr 10, 2023
0c037b7
Change withdrawal limit feature to use BigDecimal instead of float
tyuyang Apr 10, 2023
7f51bd3
Merge branch 'branch-PPP' into branch-puml-diagrams
tyuyang Apr 10, 2023
53b93db
Merge branch 'branch-puml-diagrams' into branch-debugging
tyuyang Apr 10, 2023
36a1b09
Update expected.txt
tyuyang Apr 10, 2023
32995fb
Merge pull request #169 from tyuyang/branch-PPP
tyuyang Apr 10, 2023
6c16c86
Merge branch 'branch-debugging' into branch-PPP
tyuyang Apr 10, 2023
1b5b626
Update seq diagram
tyuyang Apr 10, 2023
05017f1
Add note for seq diagram
tyuyang Apr 10, 2023
981143a
Modify UG
tyuyang Apr 10, 2023
d9a4e9b
Merge pull request #170 from tyuyang/branch-PPP
tyuyang Apr 10, 2023
bc95782
Fix broken link in aboutUs.md
tyuyang Apr 10, 2023
ba9d5a1
Merge pull request #171 from tyuyang/branch-PPP
tyuyang Apr 10, 2023
31c9fc3
Modify PPP
tyuyang Apr 10, 2023
c5f1807
Merge pull request #172 from tyuyang/branch-PPP
tyuyang Apr 10, 2023
8c63797
Removed image
tyuyang Apr 10, 2023
dc2ca12
Merge pull request #173 from tyuyang/branch-PPP
tyuyang Apr 10, 2023
672694a
Fix bug where add a blank line to the savefile causes undesirable bah…
tyuyang Apr 10, 2023
18fe653
Modify behaviour of adding empty lines to save file
tyuyang Apr 10, 2023
2725813
Merge pull request #174 from tyuyang/branch-PPP
tyuyang Apr 10, 2023
cca5761
Added overall architecture portion to DG
Apr 10, 2023
4e30f83
Modify DG
Apr 10, 2023
f63cd6e
Add show-save-goal in UG
xiaoge26 Apr 10, 2023
e529732
Change typos in DG and refactored some else after throw
Apr 10, 2023
4a6b869
Merge pull request #175 from vishnuvk47/branch-testCode
xiaoge26 Apr 10, 2023
75fabc2
Merge branch 'master' of https://github.com/AY2223S2-CS2113-T13-3/tp …
xiaoge26 Apr 10, 2023
8f3279d
Add view-current in UG
xiaoge26 Apr 10, 2023
003ca30
Fix minor inconsistencies
xiaoge26 Apr 10, 2023
ef45eb5
Merge pull request #176 from xiaoge26/UserGuide
xiaoge26 Apr 10, 2023
14ddef9
Add table of contents for UG
Sherlock-YH Apr 10, 2023
30212e6
Merge branch 'master' into master
Sherlock-YH Apr 10, 2023
591e621
Add Table of contents for implementation section of the DG
Apr 10, 2023
0f20d83
Add portfolio links in AboutMe.md
Apr 10, 2023
495f1c0
Merge pull request #178 from vishnuvk47/branch-testCode
tyuyang Apr 10, 2023
c0962ca
Add new seq diagram for withdraw command
tyuyang Apr 10, 2023
a262625
Adjusted size of second diagram
tyuyang Apr 10, 2023
f7ee971
Add fail wl case for withdraw
tyuyang Apr 10, 2023
0b19514
Merge pull request #179 from tyuyang/branch-puml-diagrams
vishnuvk47 Apr 10, 2023
8ae928f
Correct a grammar mistake in PPP
xiaoge26 Apr 10, 2023
a5d771f
Add seq diagram for fail save goal case
tyuyang Apr 10, 2023
a351970
Edited PPP
tyuyang Apr 10, 2023
cfb8523
Merge pull request #180 from tyuyang/branch-puml-diagrams
tyuyang Apr 10, 2023
2dc4858
Change all local links in docs to weblinks
xiaoge26 Apr 10, 2023
0164b00
Fix typos
xiaoge26 Apr 10, 2023
b3a1116
Undo an unnecessary change
xiaoge26 Apr 10, 2023
6efc33e
Delete redundant lines
xiaoge26 Apr 10, 2023
4d0dabe
Delete extra lines
xiaoge26 Apr 10, 2023
d0053ae
Fix format error for PPP
xiaoge26 Apr 10, 2023
7344848
Make and add UML diagrams
Apr 10, 2023
1b1ced6
Merge pull request #181 from xiaoge26/master
xiaoge26 Apr 10, 2023
da3f4a7
Add seq diagram for fail save goal case
tyuyang Apr 10, 2023
98590a4
Edited PPP
tyuyang Apr 10, 2023
eb6969b
Correct a grammar mistake in PPP
xiaoge26 Apr 10, 2023
a5ee3fb
Change all local links in docs to weblinks
xiaoge26 Apr 10, 2023
44a17b5
Fix typos
xiaoge26 Apr 10, 2023
f3086b5
Undo an unnecessary change
xiaoge26 Apr 10, 2023
c731f61
Delete redundant lines
xiaoge26 Apr 10, 2023
e77269a
Delete extra lines
xiaoge26 Apr 10, 2023
45b0b61
Fix format error for PPP
xiaoge26 Apr 10, 2023
464d21f
Add some links to my PPP
Apr 10, 2023
15d1944
Merge pull request #182 from vishnuvk47/branch-testCode
vishnuvk47 Apr 10, 2023
06b817e
Update instructions for manual testing
xiaoge26 Apr 10, 2023
84ecb8b
Merge pull request #183 from xiaoge26/master
vishnuvk47 Apr 10, 2023
88b997b
Add page break
xiaoge26 Apr 10, 2023
c7822e3
Merge branch 'master' of https://github.com/AY2223S2-CS2113-T13-3/tp
xiaoge26 Apr 10, 2023
60fac54
Add more page breaks
xiaoge26 Apr 10, 2023
95e0b04
Add one line to DG
xiaoge26 Apr 10, 2023
d86e257
Fix typo
xiaoge26 Apr 10, 2023
783626c
Merge pull request #184 from xiaoge26/master
vishnuvk47 Apr 10, 2023
3992e9d
update UserGuide with table of contents
Sherlock-YH Apr 10, 2023
27a9f1f
update UserGuide
Sherlock-YH Apr 10, 2023
9dab15b
update UserGuide with Command Summary link
Sherlock-YH Apr 10, 2023
fbd3caa
no message
Sherlock-YH Apr 10, 2023
6758594
no message
Sherlock-YH Apr 10, 2023
c906d2a
refine UserGuide
Sherlock-YH Apr 10, 2023
d82481a
Update AboutUs.md
Sherlock-YH Apr 10, 2023
9a0c7d4
Change AboutUS
Sherlock-YH Apr 10, 2023
18b35b3
Merge branch 'master' into master
Sherlock-YH Apr 10, 2023
41ae99d
Merge pull request #177 from Sherlock-YH/master
vishnuvk47 Apr 10, 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: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ src/main/resources/docs/
*.iml
bin/

/text-ui-test/ACTUAL.TXT
data
data/save.txt
text-ui-test/ACTUAL.TXT
text-ui-test/EXPECTED-UNIX.TXT
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: seedu.bankwithus.BankWithUs

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Duke project template
# Duke project template Team 3

This is a project template for a greenfield Java project. It's named after the Java mascot _Duke_. Given below are instructions on how to use it.

Expand Down
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ test {
}

application {
mainClass = "seedu.duke.Duke"
mainClass = "seedu.bankwithus.BankWithUs"
}

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

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

run{
standardInput = System.in
enableAssertions = true
}
15 changes: 8 additions & 7 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) | Manushri | [Github](https://github.com/manushridiv) | [Portfolio](https://ay2223s2-cs2113-t13-3.github.io/tp/team/manushridiv.html) |
| ![](https://via.placeholder.com/100.png?text=Photo) | Tay Yu Yang | [Github](https://github.com/tyuyang) | [Portfolio](https://ay2223s2-cs2113-t13-3.github.io/tp/team/tyuyang.html) |
| ![](https://via.placeholder.com/100.png?text=Photo) | Liu Xiaoge | [Github](https://github.com/xiaoge26) | [Portfolio](https://ay2223s2-cs2113-t13-3.github.io/tp/team/xiaoge26.html) |
| ![](https://via.placeholder.com/100.png?text=Photo) | Vishnu | [Github](https://github.com/vishnuvk47) | [Portfolio](https://ay2223s2-cs2113-t13-3.github.io/tp/team/vishnuvk47.html) |
| ![](https://via.placeholder.com/100.png?text=Photo>) | Yao He | [Github](https://github.com/Sherlock-YH) | [Portfolio](https://ay2223s2-cs2113-t13-3.github.io/tp/team/Sherlock-YH.html) |

Loading