Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
574 commits
Select commit Hold shift + click to select a range
d9a8cc1
Update UG
Oct 31, 2024
ec928e4
Bug Fix: project status color on selection
Oct 31, 2024
c07df25
Update index.md
tanwartushar Oct 31, 2024
67dcf21
Update UserGuide.md
tanwartushar Oct 31, 2024
f7a2323
Update UserGuide.md
tanwartushar Nov 1, 2024
8117d25
Update UserGuide.md
tanwartushar Nov 1, 2024
841545a
Merge pull request #147 from tanwartushar/update-user-guide
Dinoman44 Nov 1, 2024
10bb7b9
Update UG with command details and landing page with CI/codecov badges
Dinoman44 Nov 1, 2024
8d0a995
Fix type in README
Dinoman44 Nov 1, 2024
dbadbd5
Fix typo in docs/index.md
Dinoman44 Nov 1, 2024
cbf6546
Merge branch 'master' into master
Dinoman44 Nov 1, 2024
3a4e104
Fix incorrect saving during SortCommand
agarwalrahul1008 Nov 1, 2024
7dcbce5
Add test case
agarwalrahul1008 Nov 1, 2024
87218ce
Add archive commands
jktang14 Nov 1, 2024
73d3795
Add new storage for archived clients
jktang14 Nov 1, 2024
538e2f5
Fix Assertion
agarwalrahul1008 Nov 1, 2024
fe410c2
Add new archived address book
jktang14 Nov 1, 2024
23020d3
Add functions for showing archived list
jktang14 Nov 1, 2024
a39a18b
Initialise archived address book
jktang14 Nov 1, 2024
4d914af
Add listener for archived list change
jktang14 Nov 1, 2024
752e76b
Add toggle back to normal list
jktang14 Nov 1, 2024
38563b6
Add javadoc comments
jktang14 Nov 1, 2024
53f112a
Fix typos in user guide
Dinoman44 Nov 1, 2024
eb256ca
Conclude merge
Dinoman44 Nov 1, 2024
e7f154d
Merge pull request #154 from rahula1008/sortCommandBugFix
Dinoman44 Nov 1, 2024
30dec4c
Merge pull request #150 from Dinoman44/master
tanwartushar Nov 1, 2024
3441e0b
Prevent adding clients who are archived
jktang14 Nov 1, 2024
8e09e5d
Add equals and toString
jktang14 Nov 1, 2024
7410c17
Add additional assignment
jktang14 Nov 1, 2024
55bd5d1
Fix checkstyle
jktang14 Nov 1, 2024
77ff7fd
Fix variable permission
jktang14 Nov 1, 2024
96ebb9d
Add tests
jktang14 Nov 1, 2024
57ac520
Merge branch 'master'
jktang14 Nov 1, 2024
aa880a3
Fix test
jktang14 Nov 1, 2024
8ce8767
Add tests
jktang14 Nov 1, 2024
20d66be
Add minor code changes
jktang14 Nov 2, 2024
eee6551
Add code improvements
jktang14 Nov 2, 2024
8162691
Merge pull request #155 from jktang14/branch-archive-command
Dinoman44 Nov 2, 2024
4f064d6
Add support for listing white/blacklisted clients directly
Dinoman44 Nov 3, 2024
6fbf7f3
docs/UserGuide.md: update UG with new whitelist/blacklist command info
Dinoman44 Nov 3, 2024
8aa931f
Fix comments for whitelist command
Dinoman44 Nov 4, 2024
c9eccc7
Add test cases for whitelist and blacklist commands
Dinoman44 Nov 4, 2024
42e00b4
Add commands to user guide
jktang14 Nov 4, 2024
1d6929a
Add description
jktang14 Nov 4, 2024
35f3f69
Add changes
jktang14 Nov 4, 2024
afeeead
Update GUI images in docs
Nov 4, 2024
bf91a10
Add changes
jktang14 Nov 4, 2024
3bcb6cc
Update reminder.png
Nov 4, 2024
980b308
Change emoji symbol
jktang14 Nov 4, 2024
5b71b17
Merge pull request #158 from tanwartushar/update-ui-images
rahula1008 Nov 4, 2024
78094be
Merge pull request #157 from jktang14/branch-archive-guide
rahula1008 Nov 4, 2024
03c7266
ClearCommand.java: Update success message
Nov 4, 2024
8671ade
Add tests for white/blacklist command parsers
Dinoman44 Nov 4, 2024
23ebabf
Add tests for blacklist list command
Dinoman44 Nov 4, 2024
deb62b5
Add tests for whitelist list command
Dinoman44 Nov 4, 2024
4a09380
Update UG with details of extended black/whitelist command functionality
Dinoman44 Nov 4, 2024
7daa34b
Pre-empt feature flaw relating to add/edit after filtering
Dinoman44 Nov 4, 2024
37a4de9
Merge pull request #159 from tanwartushar/update-clear-command-msg
Dinoman44 Nov 4, 2024
a26e74c
Merge branch 'master' into master
Dinoman44 Nov 4, 2024
c8eb4f8
Add tests for ArgumentPredicateToFail
Dinoman44 Nov 4, 2024
281d50f
Merge branch 'master' of https://github.com/Dinoman44/tp
Dinoman44 Nov 4, 2024
491d857
Merge pull request #156 from Dinoman44/master
jktang14 Nov 4, 2024
c895cc2
Add changes
jktang14 Nov 4, 2024
8db59d1
Merge pull request #160 from jktang14/branch-guide
jktang14 Nov 4, 2024
6d2ecca
Fix typos and grammatical errors in User Guide
Dinoman44 Nov 5, 2024
6d2b6a9
Merge pull request #162 from Dinoman44/master
JunLongling Nov 5, 2024
d25444e
Decouple blacklist command from find command
Dinoman44 Nov 5, 2024
ac27db5
Merge pull request #164 from Dinoman44/master
rahula1008 Nov 5, 2024
76c059e
Make deadline format restrictions more flexible
Dinoman44 Nov 5, 2024
d3bf1cf
Add tests for payment status field
Nov 5, 2024
846db9f
PaymentStatusTest.java: fix style issues
Nov 5, 2024
8af7ef1
Add test cases for new deadline validation (day, month, year, Deadlin…
Dinoman44 Nov 5, 2024
181309a
Extend testing for ParserUtil.getYear method
Dinoman44 Nov 5, 2024
3272eb7
Remove usage of input formatter except in JsonAdapatedPerson
Dinoman44 Nov 5, 2024
bc13cd9
Adhere to naming convention for constants
Dinoman44 Nov 5, 2024
6a1c84b
DeleteCommand.java: fix equals method
Nov 5, 2024
46d1418
Improve testing for ParserUtil::parseDeadline method
Dinoman44 Nov 5, 2024
f1e2a98
Improve parsing for year from date input
Dinoman44 Nov 5, 2024
d334890
TypicalPersons.java: Add person with duplicate name
Nov 5, 2024
302ab25
docs/UserGuide.md: Reduce ambiguity in find command usage
Dinoman44 Nov 5, 2024
7e5a9fb
SortCommandTest.java: Update person indices
Nov 5, 2024
c5dd1b4
DeleteCommandParserTest.java: Add test cases
Nov 5, 2024
9ce27ed
DeleteCommandTest.java: Add test cases
Nov 5, 2024
ddeaa35
DeleteCommand.java: Fix style issues
Nov 5, 2024
e437489
DeleteCommandTest.java: Fix style issues
Nov 5, 2024
be281c2
DeleteCommandTest.java: Add test cases
Nov 5, 2024
fcba61e
Merge pull request #170 from tanwartushar/payment-status-tests
Dinoman44 Nov 5, 2024
f360971
Merge pull request #169 from Dinoman44/master
JunLongling Nov 5, 2024
b2cecbe
Update UserGuide
Nov 5, 2024
36054e8
Update UserGuide
Nov 5, 2024
a060f01
fix tip
Nov 5, 2024
49d20df
fix archive-list
Nov 5, 2024
6229d51
update userguide
Nov 5, 2024
2ffeda3
update userguide
Nov 5, 2024
c294c31
fix userguide
Nov 5, 2024
564fcb7
fix userguide
Nov 5, 2024
f9c6206
Update userGuide
Nov 5, 2024
c717535
update userGuide
Nov 5, 2024
e7cdf8d
Update coming soon section
Nov 5, 2024
f5cbb37
Merge pull request #171 from JunLongling/UpdateUserGuide
rahula1008 Nov 5, 2024
1f4c97f
Add unarchive command
jktang14 Nov 5, 2024
cd29bd3
Add check if command used in correct list
jktang14 Nov 5, 2024
45829d8
Fix formatting
jktang14 Nov 5, 2024
587e7c3
Add tests
jktang14 Nov 5, 2024
264b077
Fix checkstyle
jktang14 Nov 5, 2024
c3feb12
Fix error
jktang14 Nov 5, 2024
d1cb2e8
Add check for clear command
jktang14 Nov 5, 2024
3795fb9
Add tests
jktang14 Nov 5, 2024
7a77378
Add unarchive to user guide
jktang14 Nov 5, 2024
2d53fb8
Fix checkstyle
jktang14 Nov 5, 2024
42b9904
Merge pull request #173 from jktang14/branch-unarchive-command
JunLongling Nov 5, 2024
55b59f0
Update userguide
Nov 5, 2024
a0b8112
Merge pull request #174 from JunLongling/UpdateUserGuide2
jktang14 Nov 5, 2024
d7d5195
Update UG with section on acceptable values by field
Dinoman44 Nov 5, 2024
2c55bb5
Merge pull request #176 from Dinoman44/master
rahula1008 Nov 6, 2024
427cadb
Attempt to fix incorrect table rendering issue
Dinoman44 Nov 6, 2024
e3cb6bd
Merge pull request #178 from Dinoman44/master
jktang14 Nov 6, 2024
95caf7f
Update table CSS to make it wider than rest of the content
Dinoman44 Nov 6, 2024
869c3aa
Merge pull request #179 from Dinoman44/master
JunLongling Nov 6, 2024
cc39290
Update landing page image
jktang14 Nov 6, 2024
78db9ec
Change name of jar file in UG and gradle build config file
Dinoman44 Nov 6, 2024
81c219b
Merge pull request #180 from Dinoman44/master
tanwartushar Nov 6, 2024
bcbfc9f
Add blacklisted image
jktang14 Nov 6, 2024
9e3820d
Edit quick start commands
jktang14 Nov 6, 2024
08d400d
Update storage and model with archived book
jktang14 Nov 6, 2024
0ca50d3
Add description
jktang14 Nov 6, 2024
90de5b9
Remove old proposed changes
jktang14 Nov 6, 2024
0b6ea21
Update user stories
Nov 6, 2024
4d999e7
Update use cases
Nov 6, 2024
c04d761
Update Appendix
Nov 6, 2024
3647f3a
Fix typos
Nov 6, 2024
d28a0c1
Merge pull request #183 from jktang14/branch-update-docs
rahula1008 Nov 7, 2024
da2aed1
Improve user guide
agarwalrahul1008 Nov 7, 2024
2cec65a
Fix formatting
Nov 7, 2024
6e1cd52
Merge pull request #185 from rahula1008/branch-improveUG
tanwartushar Nov 7, 2024
c0d4f63
Improve use cases and user stories
Nov 7, 2024
8582a12
Update links in DG
Nov 7, 2024
050de5c
Fix typos
Nov 7, 2024
2ea7201
Update user guide
Nov 7, 2024
190c1bd
Merge pull request #188 from tanwartushar/update-ug
rahula1008 Nov 7, 2024
5db79de
Merge branch 'master' into update-dg
rahula1008 Nov 7, 2024
1f39f9e
Merge pull request #184 from tanwartushar/update-dg
rahula1008 Nov 7, 2024
851c6a7
Remove old storage diagrams
agarwalrahul1008 Nov 7, 2024
5a54664
Merge pull request #189 from rahula1008/branch-UG
tanwartushar Nov 7, 2024
c71ac13
Add find sequence diagram to DG
Nov 7, 2024
a7ca717
Add sequence diagram for find command
Nov 7, 2024
394028d
Merge pull request #191 from tanwartushar/add-uml-diagrams
Dinoman44 Nov 7, 2024
17c4c13
Fix grammatical errors in command help messages
Dinoman44 Nov 7, 2024
0329eb3
Merge pull request #192 from Dinoman44/master
JunLongling Nov 7, 2024
9c7614a
fix delete command in puml
Nov 7, 2024
a2f8ce7
Merge pull request #193 from JunLongling/uml
JunLongling Nov 7, 2024
248ad54
fix image
Nov 7, 2024
4537b92
Merge pull request #194 from JunLongling/umladd
JunLongling Nov 7, 2024
522e285
fix image
Nov 7, 2024
3add27f
Merge pull request #195 from JunLongling/Umlfix
JunLongling Nov 7, 2024
b29f611
Update css
jktang14 Nov 7, 2024
de80676
Merge pull request #196 from jktang14/master
jktang14 Nov 7, 2024
2bb7d14
Fix table size
jktang14 Nov 7, 2024
9a36fdd
Merge pull request #197 from jktang14/master
jktang14 Nov 7, 2024
5f903b1
Fix table size
jktang14 Nov 7, 2024
2f55031
Merge pull request #198 from jktang14/master
jktang14 Nov 7, 2024
bb44d78
Fix table size
jktang14 Nov 7, 2024
dfc34d7
Merge pull request #199 from jktang14/master
jktang14 Nov 7, 2024
0c26314
Fix table size
jktang14 Nov 7, 2024
f12f10e
Merge pull request #200 from jktang14/master
jktang14 Nov 7, 2024
02a6417
Edit window size
jktang14 Nov 7, 2024
09e495a
Merge pull request #201 from jktang14/branch-window-size
jktang14 Nov 7, 2024
e568b31
Fix whitelist command usage in UG
Dinoman44 Nov 9, 2024
6953e2a
Increase the minimum width of the UG and DG content
Dinoman44 Nov 9, 2024
932f5b1
Merge pull request #241 from Dinoman44/master
JunLongling Nov 9, 2024
032e7e1
update userguide
Nov 9, 2024
e1d5b50
Fix useguide naming
Nov 9, 2024
30a1135
update user guide
Nov 9, 2024
68a8987
fix
Nov 9, 2024
0ec2a50
fix user guide
Nov 9, 2024
fb1a9b1
Merge pull request #242 from JunLongling/UpdateUserGuide
jktang14 Nov 9, 2024
dff19a7
Merge pull request #244 from JunLongling/UpdateName
jktang14 Nov 9, 2024
c457779
Fix error message for invalid client status
Dinoman44 Nov 9, 2024
8ddcb06
Fix error message for invalid phone number input
Dinoman44 Nov 9, 2024
de401f5
Merge pull request #248 from Dinoman44/branch-phone-errormsg
JunLongling Nov 9, 2024
9a1a03c
docs/UserGuide.md: Update find command to reflect tag-finding method
Dinoman44 Nov 9, 2024
d5ca680
Fix typo in UG
Dinoman44 Nov 9, 2024
a196edf
Update UG to specify that only 2 commands can be used when viewing ar…
Dinoman44 Nov 9, 2024
451f15c
Merge pull request #250 from Dinoman44/branch-UG-tags-find
JunLongling Nov 10, 2024
5f9735d
Add Planned Enhancements to address feature flaws
agarwalrahul1008 Nov 10, 2024
89dc9cc
Update UG with allowed commands when on archived list
Dinoman44 Nov 10, 2024
1f6514e
Add exit command to command summary of UG
Dinoman44 Nov 10, 2024
4c58f54
Fix phrasing of points 2 and 3
agarwalrahul1008 Nov 10, 2024
9803dae
Merge pull request #252 from rahula1008/branch-plannedEnhancements
Dinoman44 Nov 10, 2024
45ebe31
Update UserGuide.md
Dinoman44 Nov 10, 2024
29e1314
Merge pull request #251 from Dinoman44/branch-UG-archive
rahula1008 Nov 10, 2024
3c9966b
Merge pull request #255 from Dinoman44/branch-exit-cmd-summary
rahula1008 Nov 10, 2024
87afb96
Fix formatting issue in UG
Dinoman44 Nov 10, 2024
1d2ee12
Allow + in phone number for country code
Dinoman44 Nov 10, 2024
2952912
Merge pull request #256 from Dinoman44/branch-fix-UG-typo
jktang14 Nov 10, 2024
1c9786c
Merge pull request #259 from Dinoman44/branch-phone-countrycode
jktang14 Nov 10, 2024
444e7d6
Update UG with new phone number input restrictions
Dinoman44 Nov 10, 2024
8a19499
Merge pull request #260 from Dinoman44/branch-UG-phone-update
rahula1008 Nov 10, 2024
7549e87
DG: fix use cases indentation
Nov 10, 2024
811f79a
Update planned enhancements
jktang14 Nov 10, 2024
a3e735e
Add Planned Enhancements
agarwalrahul1008 Nov 11, 2024
6263854
Merge pull request #262 from tanwartushar/branch-dg-use-cases
rahula1008 Nov 11, 2024
13b71ab
Update docs/DeveloperGuide.md
tanwartushar Nov 11, 2024
2f262ed
Add details to sort command fix
agarwalrahul1008 Nov 11, 2024
9741e72
Update docs/DeveloperGuide.md
tanwartushar Nov 11, 2024
7882e76
Update elaboration of planned enhancements
jktang14 Nov 11, 2024
402065d
Fix conflicts
jktang14 Nov 11, 2024
07ef9cf
remove locate,filter from userguide
Nov 11, 2024
96c47c5
Update docs/DeveloperGuide.md
jktang14 Nov 11, 2024
33a05c6
Update docs/DeveloperGuide.md
jktang14 Nov 11, 2024
e4bf68d
Merge pull request #266 from JunLongling/fixLocate
Dinoman44 Nov 11, 2024
27354e0
Update docs
jktang14 Nov 11, 2024
46266b3
Fix conflicts
jktang14 Nov 11, 2024
5405cfb
Merge pull request #264 from jktang14/branch-DG
Dinoman44 Nov 11, 2024
09c8c9f
Improve sorting bug description
agarwalrahul1008 Nov 11, 2024
b264b26
Merge branch 'master' into branch-updatePlannedEnhancements
Dinoman44 Nov 11, 2024
4bd1284
Merge pull request #265 from rahula1008/branch-updatePlannedEnhancements
Dinoman44 Nov 11, 2024
d356408
Phrase datetime restrictions better
Dinoman44 Nov 11, 2024
78c73f7
Merge branch 'AY2425S1-CS2103T-F14A-3:master' into master
Dinoman44 Nov 11, 2024
a42391d
Remove duplicated section for planned enhancements in DG
Dinoman44 Nov 11, 2024
f16d648
Update docs/DeveloperGuide.md
Dinoman44 Nov 11, 2024
7338ca7
Merge pull request #267 from Dinoman44/master
JunLongling Nov 11, 2024
b702f22
Add sort bug to known issues
agarwalrahul1008 Nov 11, 2024
1e8ed76
Fix grammar mistake
agarwalrahul1008 Nov 11, 2024
25ecd90
Add note about JavaFX
agarwalrahul1008 Nov 11, 2024
63a7d79
Add link to planned enhancements
agarwalrahul1008 Nov 11, 2024
f49af95
Fix punctuation mistake
agarwalrahul1008 Nov 11, 2024
af290d8
Update docs/UserGuide.md
rahula1008 Nov 11, 2024
4aef81b
Merge pull request #269 from rahula1008/branch-KnownIssue
Dinoman44 Nov 11, 2024
05b13df
Edit UG
jktang14 Nov 11, 2024
eb90ff8
Update UG with date format
Dinoman44 Nov 11, 2024
54b7f36
Merge pull request #271 from Dinoman44/master
jktang14 Nov 11, 2024
d82a8b9
Edit grammar
jktang14 Nov 11, 2024
c1e3699
DG: Edit Glossary
Nov 11, 2024
bfe83b2
Fix typos
Nov 11, 2024
4e7f193
Merge pull request #270 from jktang14/branch-finalUG
rahula1008 Nov 11, 2024
9641542
Merge pull request #272 from tanwartushar/branch-update-dg
rahula1008 Nov 11, 2024
2e9c363
Add page breaks to UG
Dinoman44 Nov 11, 2024
8f91ea9
Fix incorrect tip under edit command
Dinoman44 Nov 11, 2024
83bc5d5
Merge pull request #273 from Dinoman44/master
rahula1008 Nov 11, 2024
26be765
Add another page break
Dinoman44 Nov 11, 2024
4fe9c53
Merge pull request #274 from Dinoman44/master
JunLongling Nov 11, 2024
a39fee9
Add 2 more page breaks
Dinoman44 Nov 11, 2024
f19faac
Merge pull request #275 from Dinoman44/master
JunLongling Nov 11, 2024
dbfbb29
Remove a page break from the UG
Dinoman44 Nov 11, 2024
50ae2ed
Merge pull request #276 from Dinoman44/master
JunLongling Nov 11, 2024
aea49c8
Update DG
jktang14 Nov 11, 2024
bc7ae6e
Update about us page
jktang14 Nov 11, 2024
4947311
Update DG
jktang14 Nov 12, 2024
aaab840
Merge pull request #277 from jktang14/branch-finalDg
Dinoman44 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
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Gradle build files
/.gradle/
/build/
/bin/
src/main/resources/docs/

# IDEA files
Expand All @@ -21,3 +22,10 @@ src/test/data/sandbox/
# MacOS custom attributes files created by Finder
.DS_Store
docs/_site/

.vscode/

/src/main/java/seedu/address/model/person/BlacklistStatus.java
/src/test/java/seedu/address/model/person/BlacklistStatusTest.java

/out/*
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)
[![CI Status](https://github.com/AY2425S1-CS2103T-F14A-3/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2425S1-CS2103T-F14A-3/tp/actions)
[![codecov](https://codecov.io/gh/AY2425S1-CS2103T-F14A-3/tp/branch/master/graph/badge.svg)](https://codecov.io/gh/AY2425S1-CS2103T-F14A-3/tp)

![Ui](docs/images/Ui.png)

* This is **a sample project for Software Engineering (SE) students**.<br>
Example usages:
* as a starting point of a course project (as opposed to writing everything from scratch)
* as a case study
* The project simulates an ongoing software project for a desktop application (called _AddressBook_) used for managing contact details.
* It is **written in OOP fashion**. It provides a **reasonably well-written** code base **bigger** (around 6 KLoC) than what students usually write in beginner-level SE modules, without being overwhelmingly big.
* It comes with a **reasonable level of user and developer documentation**.
* It is named `AddressBook Level 3` (`AB3` for short) because it was initially created as a part of a series of `AddressBook` projects (`Level 1`, `Level 2`, `Level 3` ...).
* For the detailed documentation of this project, see the **[Address Book Product Website](https://se-education.org/addressbook-level3)**.
* This project is a **part of the se-education.org** initiative. If you would like to contribute code to this project, see [se-education.org](https://se-education.org/#contributing-to-se-edu) for more info.
## Clientele+

**Clientele+** seamlessly combines client contacts, payment tracking and more in one efficient package, tailored specifically for freelance software developers.

### Acknowledgements
This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ dependencies {
}

shadowJar {
archiveFileName = 'addressbook.jar'
archiveFileName = 'ClientelePlus.jar'
}

run {
enableAssertions = true
}

defaultTasks 'clean', 'test'
51 changes: 26 additions & 25 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,51 +9,52 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`

## Project team

### John Doe
### Tushar Tanwar

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

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

* Role: Project Advisor
* Responsibilities: GUI, Commands

### Jane Doe
### Rahul Agarwal

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

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/rahula1008)]
[[portfolio](http://linkedin.com/in/rahula1008)]

* Role: Team Lead
* Responsibilities: UI

### Johnny Doe
* Role: Developer
* Responsibilities: Commands, UX

### Jun Long

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

[[github](http://github.com/johndoe)] [[portfolio](team/johndoe.md)]
[[github](http://github.com/junlongling)] [[portfolio](https://www.linkedin.com/in/junlong-ling-030b55200/)]

* Role: Developer
* Responsibilities: Data
* Responsibilities: Documentation

### Jean Doe
### Tang Jun Kiat

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

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](https://github.com/jktang14)]
[[portfolio](https://www.linkedin.com/in/tang-jun-kiat-0540582b6/)]

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Responsibilities: Deliverables and deadlines

### James Doe
### Prakamya Singh

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

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](https://github.com/Dinoman44)]
[[portfolio](https://prakamya-singh.vercel.app/)]

* Role: Developer
* Responsibilities: UI
* Role: QA (Quality Assurance)
* Responsibilities: Commands, Code Quality
Loading