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-T08-4] GoonBook #136

Open
wants to merge 387 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
387 commits
Select commit Hold shift + click to select a range
21ee7c7
Add Find Command activity diagram
martout2002 Oct 24, 2024
aeb5643
Add uml for export
Hoodini231 Oct 24, 2024
32d2979
Fix EOL issue on ExportSequenceDiagram.puml
Hoodini231 Oct 24, 2024
c193cb4
Merge pull request #91 from Hoodini231/branch-import
wenjebs Oct 24, 2024
93b7297
Merge pull request #95 from wenjebs/update-colors
wenjebs Oct 24, 2024
5918f06
Merge pull request #96 from martout2002/puml-for-person
wenjebs Oct 24, 2024
ad6394b
Merge pull request #97 from wenjebs/update-uml-wenjie
wenjebs Oct 24, 2024
ea492ba
Merge pull request #100 from Hoodini231/branch-export-uml
wenjebs Oct 24, 2024
e5ad330
Allow Person to be added without tags
martout2002 Oct 25, 2024
0b69f73
Fix checkstyle
martout2002 Oct 25, 2024
4c927bd
Merge branch 'master' of https://github.com/yimjianbing/tp into Refac…
yimjianbing Oct 25, 2024
61bd2a6
Revise UML class diagram
hyxnnii Oct 25, 2024
d538974
Merge pull request #103 from hyxnnii/add-uml-diagram
yimjianbing Oct 25, 2024
72e5e47
Fix and add new test files for refactored commands
yimjianbing Oct 25, 2024
aea04e8
Fix checkstyle errors
yimjianbing Oct 25, 2024
1baec28
Merge branch 'master' of https://github.com/yimjianbing/tp into Refac…
yimjianbing Oct 25, 2024
b91f425
Fix no newlines and EOF for checkstyles
yimjianbing Oct 25, 2024
ad8df19
Update addressbook.json to have new line at EOF
yimjianbing Oct 25, 2024
fc1e1a7
Delete unused json file
yimjianbing Oct 25, 2024
3805654
Merge branch 'Refactor-UI' of https://github.com/yimjianbing/tp into …
yimjianbing Oct 25, 2024
fa230d1
remove addressbook.json
yimjianbing Oct 25, 2024
abfff42
Fix checkstyle errors in src/main
yimjianbing Oct 25, 2024
c348761
Add GroupListTest.java for code coverage
yimjianbing Oct 25, 2024
ea44e15
add addressbook.json to gitignore
yimjianbing Oct 25, 2024
a7663c7
Add more test files
yimjianbing Oct 25, 2024
474eb77
Add more tests for better code coverage
yimjianbing Oct 25, 2024
a7579a0
Remove one test
yimjianbing Oct 25, 2024
f52de1b
Add even more test liens to GroupContainsKeywordsPredicate
yimjianbing Oct 25, 2024
d948fa4
Update user guide with new information
Hoodini231 Oct 27, 2024
d2df2ae
Add test files to improve code coverage
yimjianbing Oct 29, 2024
0f0b2c1
Add more code coverage
yimjianbing Oct 29, 2024
dd82f5f
Add more code coverage
yimjianbing Oct 29, 2024
b7a581e
Merge pull request #94 from yimjianbing/Refactor-UI
yimjianbing Oct 29, 2024
c73c339
Add the new activity diagram for FindGroupCommand and update FindCommand
yimjianbing Oct 29, 2024
59d7f27
Merge pull request #107 from yimjianbing/Update-activity-diagram
yimjianbing Oct 29, 2024
59e5e46
Merge pull request #105 from Hoodini231/userguide-update
yimjianbing Oct 30, 2024
73c549f
Add section for findGroup Command in UG
yimjianbing Oct 30, 2024
e42b7f7
Merge pull request #118 from yimjianbing/update-ug-with-findGroup
martout2002 Oct 30, 2024
dee0857
Add tests
martout2002 Oct 30, 2024
bd9073a
Merge branch 'master' into import-fix
martout2002 Oct 30, 2024
09dfa45
Add space at EOF
martout2002 Oct 30, 2024
980e00b
Merge branch 'import-fix' of https://github.com/martout2002/tp into i…
martout2002 Oct 30, 2024
ae5dcaa
Add test file
martout2002 Oct 30, 2024
8350905
Add space at EOF
martout2002 Oct 30, 2024
ca73290
Add group command to user guide
wenjebs Oct 31, 2024
2b1036c
Merge pull request #102 from martout2002/import-fix
wenjebs Oct 31, 2024
2e9bc3e
Update images and DG
wenjebs Oct 31, 2024
12d5c12
Store groups when exiting app
wenjebs Oct 31, 2024
5da1e9a
Fix test cases
wenjebs Oct 31, 2024
ab9f594
Merge branch 'master' into group-storage
wenjebs Oct 31, 2024
eff60c0
Fix bug where export command exports wrong place
Hoodini231 Oct 31, 2024
bdbf525
Fix Import command bugs and added new tests
Hoodini231 Oct 31, 2024
48d9116
Merge branch 'master' into branch-fixImportCommand
Hoodini231 Oct 31, 2024
95a3c1a
Fix checkstyle bugs
Hoodini231 Oct 31, 2024
80c5ed2
Merge branch 'master' into branch-FinalFixes
Hoodini231 Oct 31, 2024
4258321
Fix import command bug
Hoodini231 Oct 31, 2024
abb40fe
Merge pull request #138 from wenjebs/group-ug-update
yimjianbing Oct 31, 2024
dc32992
Merge pull request #140 from wenjebs/group-dg-update
yimjianbing Oct 31, 2024
153b1a4
Fix naming scheme of a method
Hoodini231 Oct 31, 2024
d004d64
Merge branch 'master' into branch-fixImportCommand
Hoodini231 Oct 31, 2024
12a2b2d
Merge pull request #145 from Hoodini231/branch-FinalFixes
Hoodini231 Oct 31, 2024
7e92d4b
Merge pull request #144 from Hoodini231/branch-fixImportCommand
yimjianbing Oct 31, 2024
155add4
Merge pull request #141 from wenjebs/group-storage
martout2002 Nov 1, 2024
ff93444
Add Consecutive command
martout2002 Nov 1, 2024
7343c53
Add empty group message
martout2002 Nov 1, 2024
ee1c425
Add test for Not Empty groups
martout2002 Nov 1, 2024
03cd651
Change order of import
martout2002 Nov 1, 2024
6d32fc2
Untag message more clear
martout2002 Nov 1, 2024
3c34ac6
Merge pull request #146 from martout2002/consec-execute
hyxnnii Nov 1, 2024
0e0d9c1
Merge pull request #147 from martout2002/groups-message
hyxnnii Nov 1, 2024
0fadeaa
Refine constraints on tag names
hyxnnii Nov 1, 2024
e023bb4
Add test
hyxnnii Nov 1, 2024
a3a3f67
Add specific message about boundary of delete index
martout2002 Nov 1, 2024
b08ae2c
Merge pull request #149 from hyxnnii/refine-tag
martout2002 Nov 1, 2024
0706eff
Merge pull request #150 from martout2002/delete-input-msg
wenjebs Nov 3, 2024
a3ba6d0
Write tests for jsonadaptedgroup
wenjebs Nov 3, 2024
8f14eaa
Fix group command grammar
wenjebs Nov 4, 2024
bc8d335
Merge pull request #152 from wenjebs/json-group-test
martout2002 Nov 5, 2024
6cd4c33
Merge pull request #153 from wenjebs/group-command-grammar
martout2002 Nov 5, 2024
291a1c2
Fix grammar error
martout2002 Nov 5, 2024
105b6b0
Fix Read-me and Consecutive-Command
martout2002 Nov 5, 2024
2579ec2
Merge pull request #155 from martout2002/master
martout2002 Nov 5, 2024
3082d79
Change colors of list cells in Group Window
yimjianbing Nov 5, 2024
efd2331
update help window to have new color scheme and updated commands
yimjianbing Nov 5, 2024
f60d16e
Change add cli syntax to be consistent with the rest of the commands
yimjianbing Nov 5, 2024
e15494b
Update java docs for GroupCard, GroupListPanel and GroupsWindow
yimjianbing Nov 6, 2024
4d9c468
Add clear command to help window
yimjianbing Nov 6, 2024
030c127
Add HD logo to the app
yimjianbing Nov 6, 2024
4121907
Merge pull request #158 from yimjianbing/fix-bugs
hyxnnii Nov 6, 2024
2fdc2ea
Made changes to prefix
martout2002 Nov 6, 2024
9bb1a8b
Merge branch 'master' into read-me
martout2002 Nov 6, 2024
e5f14f9
Change pre-fix for README
martout2002 Nov 6, 2024
f3ec182
Merge branch 'read-me' of https://github.com/martout2002/tp into read-me
martout2002 Nov 6, 2024
a54ad9b
Merge pull request #157 from martout2002/read-me
Hoodini231 Nov 6, 2024
3e43537
Show names of missing students in group
wenjebs Nov 6, 2024
56604e4
Add duplicate check in group command input
wenjebs Nov 6, 2024
6e1f18c
Add check for empty name in group command
wenjebs Nov 6, 2024
8242c5f
Fix list command messages to user
Hoodini231 Nov 6, 2024
a4f11eb
Fix checkstyle issue with imports
Hoodini231 Nov 6, 2024
12728ed
Fix bug in AddressBookParser
Hoodini231 Nov 6, 2024
c98fe1c
Fix test failure case
Hoodini231 Nov 6, 2024
a267dfb
Add test for address book parser
Hoodini231 Nov 6, 2024
bd5f0a6
Merge pull request #162 from Hoodini231/branch-exemptedCommands
martout2002 Nov 6, 2024
0d37212
Add test coverage to group command
wenjebs Nov 6, 2024
7f9c29b
Merge pull request #160 from Hoodini231/branch-fix-list
martout2002 Nov 6, 2024
556117a
Merge pull request #159 from wenjebs/group-issue-fixes
martout2002 Nov 6, 2024
18b776a
Update UI to the new layout
yimjianbing Nov 6, 2024
a045089
Edit UI and CSS styling
yimjianbing Nov 6, 2024
34e533a
Change logo, and refactor findGroups command
yimjianbing Nov 6, 2024
7b1911e
Add new line to EOF for MainWindow.fxml
yimjianbing Nov 6, 2024
0167d1d
Change group name, tag, person name to be case-insensitive
hyxnnii Nov 7, 2024
f3f27ce
Merge branch 'master' of https://github.com/hyxnnii/tp into refinements
hyxnnii Nov 7, 2024
b3bdef6
Merge pull request #163 from yimjianbing/Fix-UG-Redo-UI
martout2002 Nov 7, 2024
6a00b56
Update tests
hyxnnii Nov 7, 2024
4815c30
Merge conflict
hyxnnii Nov 7, 2024
4034e59
Debug hashcode test
hyxnnii Nov 7, 2024
e969ce6
Change Tag and Tags fields to private
hyxnnii Nov 7, 2024
872f8f6
Merge pull request #164 from hyxnnii/refinements
wenjebs Nov 7, 2024
e8c9058
Update version in MainApp
wenjebs Nov 7, 2024
586f75f
Update to correct version
wenjebs Nov 7, 2024
f16a1c5
Merge pull request #165 from wenjebs/version-1.6-update
wenjebs Nov 7, 2024
729f763
Update user guide
hyxnnii Nov 7, 2024
e25802d
Merge pull request #166 from hyxnnii/refinements
martout2002 Nov 7, 2024
c921960
Update Ui images on UG
martout2002 Nov 7, 2024
6ba7e2f
Merge pull request #167 from martout2002/user-guide-pics
wenjebs Nov 7, 2024
5dc00c8
Add correct images
martout2002 Nov 7, 2024
f34c05f
Fix find image
martout2002 Nov 7, 2024
0bff2b6
Fix summary table
martout2002 Nov 7, 2024
b315ed2
Merge pull request #168 from martout2002/master
wenjebs Nov 7, 2024
dd0a217
Update group command in UG
wenjebs Nov 8, 2024
abe530b
Merge pull request #169 from wenjebs/master
wenjebs Nov 8, 2024
48e8030
Link delete and group functionality
wenjebs Nov 8, 2024
d63d63c
Add model test coverage
wenjebs Nov 8, 2024
97b85f6
Merge pull request #170 from wenjebs/update-groups-on-delete
yimjianbing Nov 8, 2024
2528ce9
Update DG with new updated diagrams
yimjianbing Nov 8, 2024
b62141c
Merge pull request #171 from yimjianbing/Update-DG
wenjebs Nov 8, 2024
39be877
Fix typo in UG
yimjianbing Nov 8, 2024
108a92f
Merge pull request #172 from yimjianbing/Update-DG
yimjianbing Nov 8, 2024
64f0f73
Update UserGuide.md
wenjebs Nov 8, 2024
251c134
Update UserGuide.md
wenjebs Nov 8, 2024
d2a2fec
Update UserGuide.md
wenjebs Nov 8, 2024
846a041
Fix table formatting in DeveloperGuide.md
Hoodini231 Nov 8, 2024
25f0812
Merge pull request #174 from Hoodini231/branch-dg-table-fix
wenjebs Nov 8, 2024
3546376
User guide slight update
martout2002 Nov 9, 2024
e7c55fe
asdf
martout2002 Nov 9, 2024
2a922bc
Merge pull request #238 from martout2002/post-pe-d
Hoodini231 Nov 9, 2024
d42dad5
Change findGroup to search for a single keyword
Hoodini231 Nov 9, 2024
2041490
Merge pull request #239 from Hoodini231/branch-findGroup-search-singu…
martout2002 Nov 9, 2024
da7bf0c
Refactor groups command name and ug update
Hoodini231 Nov 9, 2024
14cd2dc
Fix merge conflicts in ug
Hoodini231 Nov 9, 2024
ab20ef9
Fix checkstyle import order
Hoodini231 Nov 9, 2024
1b46739
Fix UG and + for phone
martout2002 Nov 9, 2024
3a258c2
Change testcases
martout2002 Nov 9, 2024
d688f71
Fix stylecheck
Hoodini231 Nov 9, 2024
e38d1b3
Fix test error
Hoodini231 Nov 9, 2024
00f65f7
Remove Consecutive command
martout2002 Nov 9, 2024
709b933
Fix import order
Hoodini231 Nov 9, 2024
7814741
Fix UG more and add character limit
martout2002 Nov 9, 2024
a7eb105
Fix deletegroup bug
martout2002 Nov 9, 2024
f899091
Fix Edit not showing up in Group
martout2002 Nov 9, 2024
91bf53c
Fix checkstyle
martout2002 Nov 9, 2024
ca96505
Add test
martout2002 Nov 9, 2024
291f58c
Merge pull request #240 from Hoodini231/branch-refactorGroups
Hoodini231 Nov 9, 2024
ccd0a14
Merge pull request #241 from martout2002/UG-change
Hoodini231 Nov 9, 2024
d75473a
Merge branch 'master' into delete-consec
Hoodini231 Nov 9, 2024
893fa7d
Merge pull request #244 from martout2002/edit-command-fix
Hoodini231 Nov 9, 2024
d35de19
Remove Trailing Whitespace
martout2002 Nov 9, 2024
78cf6b9
Merge pull request #242 from martout2002/delete-consec
Hoodini231 Nov 9, 2024
82c410b
Add invalid groupName message
martout2002 Nov 9, 2024
ca946e2
TOC listgroup linked to correct header
martout2002 Nov 10, 2024
99b3d2a
Merge pull request #246 from martout2002/master
martout2002 Nov 10, 2024
90d33fb
Update user guide
hyxnnii Nov 10, 2024
fb09e4b
Resolve merge conflict
hyxnnii Nov 10, 2024
33acf39
Update UG
hyxnnii Nov 10, 2024
a56eb7a
Adhere to java coding standards
hyxnnii Nov 10, 2024
2a79eef
Remove trailing whitespace
hyxnnii Nov 10, 2024
3b65f1d
Merge pull request #245 from martout2002/group-name-missing
wenjebs Nov 10, 2024
bea399c
Merge branch 'master' into more-UG-bugs
martout2002 Nov 10, 2024
e992489
Update UG ToC
wenjebs Nov 10, 2024
e5ce5ab
Merge pull request #243 from martout2002/more-UG-bugs
wenjebs Nov 10, 2024
2941436
Merge remote-tracking branch 'origin/master' into userguide-update
wenjebs Nov 10, 2024
62e1dae
Update UG
wenjebs Nov 10, 2024
c8e1a2e
Update DG ToC
wenjebs Nov 10, 2024
9e32d03
Merge pull request #249 from wenjebs/userguide-update
martout2002 Nov 10, 2024
31de0ba
Merge pull request #250 from wenjebs/dg-update
martout2002 Nov 10, 2024
908c1a8
Increase code coverage
hyxnnii Nov 10, 2024
0aba2db
Resolve merge conflict
hyxnnii Nov 10, 2024
4b572d6
Increase code coverage
hyxnnii Nov 10, 2024
9c4c3d7
Merge pull request #247 from hyxnnii/ug-update
wenjebs Nov 10, 2024
6c9a821
Fix DG Header
wenjebs Nov 10, 2024
aa603a8
Update user stories in DG
wenjebs Nov 10, 2024
d3a50ef
Update user stories
wenjebs Nov 10, 2024
4fb8093
Update use cases in DG
wenjebs Nov 10, 2024
4101db9
Update use cases to match functionality
wenjebs Nov 10, 2024
7f9cd02
Merge pull request #251 from wenjebs/dg-update
Hoodini231 Nov 10, 2024
0ea42a9
Fix userguide with groups
Hoodini231 Nov 10, 2024
d74ba09
Update group command in UG
wenjebs Nov 10, 2024
4a9234f
Fix incorrect file error shown in import command
Hoodini231 Nov 10, 2024
2de081e
Merge pull request #253 from Hoodini231/branch-group-ugIssues
martout2002 Nov 10, 2024
b5b2eb9
Fix style check
Hoodini231 Nov 10, 2024
257efe7
Merge pull request #256 from Hoodini231/branch-importCommandErrorFix
wenjebs Nov 11, 2024
3a6b314
Fix user guide issues
Hoodini231 Nov 11, 2024
e0ab20c
Merge pull request #258 from Hoodini231/branch-general-UG-fix
martout2002 Nov 11, 2024
aa1009a
Fix tag and untag case sensitivity issue
Hoodini231 Nov 11, 2024
28ea7d1
Update UG for 2101
wenjebs Nov 11, 2024
64805aa
Merge branch 'master' into ug-2101-update
wenjebs Nov 11, 2024
6a44cd9
Fix layout paragraph
wenjebs Nov 11, 2024
4de2164
Merge branch 'ug-2101-update' of github.com:wenjebs/tp into ug-2101-u…
wenjebs Nov 11, 2024
6e34239
Merge pull request #261 from wenjebs/ug-2101-update
wenjebs Nov 11, 2024
23c5273
Merge pull request #260 from Hoodini231/fix_tag_untag_case_insensitive
Hoodini231 Nov 11, 2024
830bfa9
Update UserGuide.md
Hoodini231 Nov 11, 2024
876a83b
Update UserGuide.md
Hoodini231 Nov 11, 2024
829369c
Fix Dg and Ug with known issues and enchacements
Hoodini231 Nov 11, 2024
b9a1c9b
Add glossary and better command descriptions
Hoodini231 Nov 11, 2024
15458ff
Fix inconsistent attribute naming of PHONE_NUMBER
Hoodini231 Nov 11, 2024
fb8cd59
Merge pull request #262 from Hoodini231/branch-dg-fixes
martout2002 Nov 11, 2024
bef05e9
Merge branch 'master' into branch-dg-indexfix-glossaryAdded
martout2002 Nov 11, 2024
9eee474
Merge pull request #263 from Hoodini231/branch-dg-indexfix-glossaryAdded
martout2002 Nov 11, 2024
cc4897f
Page break
martout2002 Nov 11, 2024
0cf50b1
Merge pull request #264 from martout2002/master
martout2002 Nov 11, 2024
6cbb7c2
Check
martout2002 Nov 11, 2024
82e973a
Merge pull request #265 from martout2002/master
martout2002 Nov 11, 2024
461caeb
Increase code coverage
hyxnnii Nov 11, 2024
b9cd4c6
Increase code coverage
hyxnnii Nov 11, 2024
1de5984
AddressBook change
martout2002 Nov 11, 2024
cb41660
Update UG for 2101
martout2002 Nov 11, 2024
b8667ce
Add a GroupSequenceDiagram uml
yimjianbing Nov 11, 2024
b7d07f5
Merge branch 'master' of https://github.com/yimjianbing/tp into Fix-DG
yimjianbing Nov 11, 2024
c01eeea
Add new Sequence Diagrams, and revamp the planned implementation section
yimjianbing Nov 11, 2024
559aa95
Add newline to EOF
yimjianbing Nov 11, 2024
705f008
Merge pull request #276 from yimjianbing/Fix-DG
yimjianbing Nov 11, 2024
af6a2b1
Update TOC
yimjianbing Nov 12, 2024
9183daf
Merge pull request #277 from yimjianbing/Fix-DG
yimjianbing Nov 12, 2024
ab377a9
Fix broken TOC on DG
yimjianbing Nov 12, 2024
bfefd35
Add correct link for hyperlink in UG
yimjianbing Nov 12, 2024
95d279f
Merge pull request #278 from yimjianbing/Fix-DG
yimjianbing Nov 12, 2024
b7333dc
Scale up DG diagram imagees to become clearer
yimjianbing Nov 12, 2024
dc0bc78
Merge pull request #279 from yimjianbing/Fix-DG
yimjianbing Nov 12, 2024
50ca264
fix formatting issue with DG TOC
yimjianbing Nov 12, 2024
0196d5b
Merge pull request #280 from yimjianbing/Fix-DG
yimjianbing Nov 12, 2024
d634d51
Fix broken hyperlinks in TOC
yimjianbing Nov 12, 2024
5513999
Merge pull request #281 from yimjianbing/Fix-DG
yimjianbing Nov 12, 2024
a5ea797
Clean up DG
hyxnnii Nov 12, 2024
366e082
Merge pull request #282 from hyxnnii/dg-update
hyxnnii Nov 12, 2024
b877691
Clean up DG
hyxnnii Nov 12, 2024
2091db6
Merge pull request #283 from hyxnnii/dg-update
hyxnnii Nov 12, 2024
2320a79
Clean up DG
hyxnnii Nov 12, 2024
1b19d12
Merge pull request #284 from hyxnnii/dg-update
hyxnnii Nov 12, 2024
d178cce
Clean up UG
hyxnnii Nov 12, 2024
8b3f9bf
Merge pull request #285 from hyxnnii/dg-update
hyxnnii Nov 12, 2024
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 README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![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)
MEOW MEOW

* This is **a sample project for Software Engineering (SE) students**.<br>
Example usages:
Expand Down
34 changes: 22 additions & 12 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`

## Project team

### John Doe
### Beh Wen Jie

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

[[homepage](http://www.comp.nus.edu.sg/~damithch)]
[[github](https://github.com/johndoe)]
[[github](https://github.com/wenjebs)]
[[portfolio](team/johndoe.md)]

* Role: Project Advisor
* Responsibilities: Mewing

### Jane Doe

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

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

* Role: Team Lead
* Role: Frontend designer
* Responsibilities: UI

### Johnny Doe
### Martin NGGGGGG

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

Expand All @@ -38,12 +38,12 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`
* Role: Developer
* Responsibilities: Data

### Jean Doe
### Annie Song Si Hyun

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

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

* Role: Developer
* Responsibilities: Dev Ops + Threading
Expand All @@ -57,3 +57,13 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`

* Role: Developer
* Responsibilities: UI

### Shaun Lee

<img src="images/hoodini231.png" width="200px">

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

* Role: Back-end Developer
* Responsibilities: Database
Binary file added docs/images/hoodini231.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/hyxnnii.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/martout2002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/wenjebs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/yimjianbing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.