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-F14b-4] F.A.R.T #202

Open
wants to merge 440 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
440 commits
Select commit Hold shift + click to select a range
37e2d22
Merge pull request #84 from fymbc/find-command-flagging
meatyturtle Oct 24, 2024
3d73b9a
Enable assertions
fymbc Oct 25, 2024
939d9fa
Merge pull request #85 from fymbc/master
fymbc Oct 25, 2024
048eec5
Add upload command for profile picture
fymbc Oct 25, 2024
8cad866
update BetterModelClassDiagram and ModelClassDiagram to have Age and …
Shantaa Oct 25, 2024
5732f81
Merge pull request #91 from Shantaa/change-uml
meatyturtle Oct 25, 2024
0f72bb7
Edit UI Class Diagram
meatyturtle Oct 26, 2024
c71b629
Add JavaFX elements for profile upload
fymbc Oct 26, 2024
4359074
Fix merge conflict for PaidCommand
fymbc Oct 26, 2024
b24a404
Fix checkstyle
fymbc Oct 26, 2024
23b821d
Merge pull request #92 from meatyturtle/duplicate-handling
fymbc Oct 26, 2024
6d08e25
Allow duplicate contacts
meatyturtle Oct 29, 2024
21e26ba
Change enum to be public
Justin-Aw46 Oct 29, 2024
6a7fa95
Add exception to not allow frequency to be changed in editCommand
Justin-Aw46 Oct 29, 2024
3b4d991
Add function for policy deadline checking
Justin-Aw46 Oct 29, 2024
30df9c1
Merge pull request #93 from fymbc/profile-pic-upload
AlphaPyke Nov 1, 2024
2027b80
add templates for users
Shantaa Nov 1, 2024
fd3b82c
fix checkstyles
Shantaa Nov 1, 2024
3139075
Merge branch 'master' into template-command
Shantaa Nov 1, 2024
225f5db
rebase to match with master
Shantaa Nov 1, 2024
2565270
fix more checkstyle errors
Shantaa Nov 1, 2024
7ca2abb
fix more checkstyle errors
Shantaa Nov 1, 2024
6be6ab3
update ModelClassDiagram puml file
Shantaa Nov 1, 2024
3503cd5
update ug
Shantaa Nov 2, 2024
681d7d4
Add confirmation dialog for clear command
meatyturtle Nov 4, 2024
d9b2478
Update User Guide
meatyturtle Nov 4, 2024
d799aa8
Make address optional
Nov 5, 2024
02e9578
Fix birthday bugs
Nov 5, 2024
eba6040
Add preliminary code for tag changing
fymbc Nov 5, 2024
53ead73
Merge pull request #105 from AlphaPyke/fix-birthday-bugs
fymbc Nov 6, 2024
2027c37
fix user guide
meatyturtle Nov 6, 2024
66674a9
Finish tag coloring functionality
fymbc Nov 6, 2024
3fec06c
Merge pull request #104 from AlphaPyke/optional-address-1
fymbc Nov 6, 2024
c92266e
Fix checkstyle
fymbc Nov 6, 2024
12d3d8d
resolve merge conflict
meatyturtle Nov 6, 2024
f042669
fix merge conflicts again
meatyturtle Nov 6, 2024
0e147b6
Add checkbox functionality to toggle colors
fymbc Nov 6, 2024
1201176
Merge branch 'change-tag-color' into birthday-color
fymbc Nov 6, 2024
b4a53d8
Add birthday color feature
fymbc Nov 6, 2024
cd733e9
Add LastPaidDate for tracking of payment
Justin-Aw46 Nov 6, 2024
4975083
add javaDocs
Justin-Aw46 Nov 6, 2024
f79033b
update person to include LastPaidDate attribute
Justin-Aw46 Nov 6, 2024
922df5e
add LastPaidDate to JsonAdaptedPerson
Justin-Aw46 Nov 6, 2024
e59acb8
Fix bugs of unmodifiable tags
fymbc Nov 6, 2024
b33f583
Merge branch 'change-tag-color' into birthday-color
fymbc Nov 6, 2024
cbc8837
Update add and edit command to handle LastPaidDate
Justin-Aw46 Nov 6, 2024
7d4661a
Update functionality in Paid and Unpaid command to have LastPaidDate
Justin-Aw46 Nov 6, 2024
6da0bad
Add functionality for auto flipping of paid to unpaid
Justin-Aw46 Nov 6, 2024
af305f1
edit for style
Justin-Aw46 Nov 6, 2024
55dc706
Edit DG to fit our current version
Nov 6, 2024
a86690d
Change picture in AboutUs.md
Nov 6, 2024
063b1fc
resolve merge conflicts
Justin-Aw46 Nov 6, 2024
847cb2e
Fix issue with upload
Justin-Aw46 Nov 6, 2024
875a675
Fix tests
Justin-Aw46 Nov 6, 2024
eb41507
Fix style errors
Justin-Aw46 Nov 6, 2024
223e753
Add test for editcommandparser
Justin-Aw46 Nov 6, 2024
3f8d181
fix for style
Justin-Aw46 Nov 6, 2024
ec20323
add test for LastPaidDate
Justin-Aw46 Nov 6, 2024
9683e01
edit test
Justin-Aw46 Nov 6, 2024
9e46944
Add test for hash code and remove unnecessary code
Justin-Aw46 Nov 6, 2024
9b3b560
add hashCode test to person
Justin-Aw46 Nov 7, 2024
22f57bc
add test for LastPaidDate in JsonAdaptedPerson
Justin-Aw46 Nov 7, 2024
b6c1d7d
fix style
Justin-Aw46 Nov 7, 2024
2134c13
edit UG
Justin-Aw46 Nov 7, 2024
c7df60d
Update DG for Delete Sequence Diagram
meatyturtle Nov 7, 2024
aac7eb4
Update DG
meatyturtle Nov 7, 2024
0b5fc87
Add tooltip functionality
fymbc Nov 7, 2024
77a95d7
Merge pull request #94 from meatyturtle/duplicate-handling
fymbc Nov 7, 2024
3a87123
Merge pull request #96 from Shantaa/template-command
fymbc Nov 7, 2024
d441a91
Merge pull request #111 from Justin-Aw46/update-automation
fymbc Nov 7, 2024
5057903
Merge pull request #113 from AlphaPyke/changeaboutuspicture
fymbc Nov 7, 2024
c15d804
Fix merge conflicts
fymbc Nov 7, 2024
2a03bb7
Fix checkstyle
fymbc Nov 7, 2024
b2cc0b0
Fix hidden checkstyle errors that no one new about
fymbc Nov 7, 2024
2078a11
Fix merge conflicts
fymbc Nov 7, 2024
d28d062
Fix checkstyle
fymbc Nov 7, 2024
86a3dd9
Update UG
fymbc Nov 7, 2024
5932d28
Change UG first round
Nov 7, 2024
7926065
Merge branch 'master' into dg-attributes-bug
AlphaPyke Nov 7, 2024
f0b4741
Fix and test file upload functionality
fymbc Nov 7, 2024
10a3fcb
Fix checkstyle and bugs
fymbc Nov 7, 2024
01afcdc
Enforce file type acceptance
fymbc Nov 7, 2024
8381b4a
Update more UG
fymbc Nov 7, 2024
4ab8952
Merge pull request #107 from fymbc/change-tag-color
Shantaa Nov 7, 2024
cdb71b3
Fix UI
meatyturtle Nov 7, 2024
763a9ab
remove David Li's profile picture
meatyturtle Nov 7, 2024
03e6be3
resolve merge conflicts
meatyturtle Nov 7, 2024
11ecb02
Fix merge conflicts
fymbc Nov 7, 2024
082beed
Fix checkstyle errors
meatyturtle Nov 7, 2024
9768d37
Merge pull request #117 from fymbc/update-ugdg
Shantaa Nov 7, 2024
b7ec76f
Fix merge conflicts
fymbc Nov 7, 2024
d7f3e2b
Merge pull request #122 from meatyturtle/imgoingtoenditall
fymbc Nov 7, 2024
9e44427
Fix merge conflicts for the umpteenth time
fymbc Nov 7, 2024
6f0c3d1
Yay checkstyle
fymbc Nov 7, 2024
b27896d
Merge pull request #118 from fymbc/profile-pic-upload
AlphaPyke Nov 7, 2024
55f74cd
fix bugs related to help window
Shantaa Nov 7, 2024
f92c0b0
Fix merge conflicts
fymbc Nov 7, 2024
d20b45d
Merge pull request #116 from fymbc/birthday-color
AlphaPyke Nov 7, 2024
b9e979e
Merge pull request #127 from Shantaa/bug-splatting
fymbc Nov 7, 2024
4af2432
Add user guide things
Nov 7, 2024
df61e7e
Merge master to this branch
Nov 7, 2024
6917b04
Refactor PersonDetailedView
Shantaa Nov 7, 2024
813094e
fix checkstyle errors
Shantaa Nov 7, 2024
194a1c3
add newline at EOF
Shantaa Nov 7, 2024
f01af84
change import order
Shantaa Nov 7, 2024
384c3d6
change import order again please
Shantaa Nov 7, 2024
2d5c760
change import order for the last time
Shantaa Nov 7, 2024
3e188ea
Merge pull request #130 from Shantaa/refactor-PersonDetailedView
meatyturtle Nov 7, 2024
6324e50
Merge master into this branch again
Nov 7, 2024
1032516
Update more UG
fymbc Nov 7, 2024
d705487
Fix merge conflicts
fymbc Nov 7, 2024
6d13abd
Update UG
fymbc Nov 7, 2024
876c8d3
Merge pull request #131 from fymbc/update-ugdg
Shantaa Nov 7, 2024
354b5e5
Add glossary to user guide
Nov 7, 2024
839432b
Fix merge conflict
Nov 7, 2024
2c775be
Add some dots
Nov 7, 2024
d490134
Add OS detection for Upload
fymbc Nov 7, 2024
b162a71
Merge pull request #132 from fymbc/profile-pic-upload
Justin-Aw46 Nov 7, 2024
4ada147
Merge branch 'master' into dg-attributes-bug
AlphaPyke Nov 7, 2024
4c56e04
Update UG
fymbc Nov 7, 2024
159bb5d
Merge pull request #133 from AlphaPyke/userguide3
fymbc Nov 7, 2024
aba2b7b
Update UG
fymbc Nov 7, 2024
258d7ff
Fix merge conflicts
Nov 7, 2024
4fd43f5
Merge pull request #134 from fymbc/update-ugdg
fymbc Nov 7, 2024
072edcb
Add LastPaidDate into Model Class Diagram
Nov 7, 2024
944d440
slight changes to sequence diagram
meatyturtle Nov 7, 2024
4d5b4dc
Settle issue with update rejection
Nov 7, 2024
6d21248
Merge master into branch once again
Nov 7, 2024
ea22c5b
Add last paid date as class associated with Person
Nov 7, 2024
e1ea138
Update index and README.md
fymbc Nov 7, 2024
ca8da44
update dg with new diagram
meatyturtle Nov 7, 2024
3acf0fb
Merge pull request #115 from meatyturtle/update-dg
fymbc Nov 7, 2024
4d7f96c
Merge pull request #112 from AlphaPyke/dg-attributes-bug
fymbc Nov 7, 2024
a64ec08
Fix merge conflicts
Nov 7, 2024
ef14b1d
Merge master into branch for the umpteenth time
Nov 7, 2024
1e9f079
Replace old image
Nov 7, 2024
d98b1d5
Merge pull request #135 from AlphaPyke/dg-attributes-bug
Justin-Aw46 Nov 7, 2024
4c15cf3
Remove unnecessary segment in SettingUp.md
Nov 7, 2024
62c11a5
Merge branch 'master' into update-ugdg
fymbc Nov 7, 2024
22a6e99
Update DG
fymbc Nov 7, 2024
6956461
Merge branch 'master' of https://github.com/AY2425S1-CS2103T-F14b-4/t…
fymbc Nov 7, 2024
23248ee
Update website links
Nov 7, 2024
6b596ce
update help window to reflect latest changes to ug
Shantaa Nov 7, 2024
4d8080d
Merge pull request #136 from AY2425S1-CS2103T-F14b-4/userguide3
meatyturtle Nov 7, 2024
93dba23
Merge pull request #138 from AlphaPyke/dg-links
Shantaa Nov 7, 2024
19e2d9d
Merge pull request #137 from AlphaPyke/settingup
meatyturtle Nov 7, 2024
fffbcdf
Merge pull request #139 from Shantaa/update-help-window
meatyturtle Nov 7, 2024
15e8024
edit maunal testing instructions
Justin-Aw46 Nov 7, 2024
fafbc80
Merge pull request #140 from Justin-Aw46/update-DGTesting
meatyturtle Nov 7, 2024
d219ec4
update help window visuals
Shantaa Nov 7, 2024
d1ec9e5
Update DG
fymbc Nov 7, 2024
0794711
Merge pull request #141 from fymbc/update-ugdg
fymbc Nov 7, 2024
b48099a
Merge pull request #142 from Shantaa/update-help-window
fymbc Nov 7, 2024
6a9acec
Add handling of extra prefixes in paid command
Justin-Aw46 Nov 9, 2024
17440d5
add handling for when frequency is empty
Justin-Aw46 Nov 9, 2024
093745d
Fix error handling
Justin-Aw46 Nov 9, 2024
e76dae5
add test
Justin-Aw46 Nov 9, 2024
c8330cd
Increase minimum dimensions
meatyturtle Nov 10, 2024
7859488
Keyboard input support to trigger detailed view
meatyturtle Nov 10, 2024
7016745
fix checking of lastpaiddate
Justin-Aw46 Nov 10, 2024
c3059e6
Allow edited duplicate names
meatyturtle Nov 10, 2024
bbf0695
Add error message for when user does not input index for delete command
Justin-Aw46 Nov 10, 2024
5ce5e31
Fix dg bugs
Nov 10, 2024
d924264
add test for new exception thrown
Justin-Aw46 Nov 10, 2024
d39ccbe
remove catch block
Justin-Aw46 Nov 10, 2024
8b2379b
remove unused import
Justin-Aw46 Nov 10, 2024
2dfbc3b
remove unused import
Justin-Aw46 Nov 10, 2024
7bdf79d
Add another future enhancement
Nov 10, 2024
b2d7efc
Merge pull request #233 from AlphaPyke/dg-bugfix
meatyturtle Nov 10, 2024
e05385c
Add page breaks and further enhancements
Nov 10, 2024
28626f2
squash ug bugs, update ug, update help window content
Nov 10, 2024
27ea462
update checkstyle and improve line wrapping
Nov 10, 2024
1567420
update checkstyle again
Nov 10, 2024
2ab7990
Merge branch 'master' into dry-run-bugs
Shantaa Nov 10, 2024
c8f17f9
clear some whitespaces what
Nov 10, 2024
1911fd9
Merge branch 'master' of https://github.com/AY2425S1-CS2103T-F14b-4/t…
Nov 10, 2024
de4136a
update checkstyle once again
Nov 10, 2024
79b62d4
Merge branch 'dry-run-bugs' of https://github.com/Shantaa/tp into dry…
Nov 10, 2024
101445c
Merge pull request #234 from Justin-Aw46/fix-delete
meatyturtle Nov 10, 2024
ce60d99
Merge pull request #235 from AlphaPyke/dg-page-breaks
meatyturtle Nov 10, 2024
3d8b67c
fix style
Justin-Aw46 Nov 10, 2024
2998cfb
fix style
Justin-Aw46 Nov 10, 2024
ad2a2fe
Merge pull request #231 from Justin-Aw46/bugfix-Paid
meatyturtle Nov 10, 2024
a9ef8cb
change contact to client
Nov 10, 2024
9f74b8c
change contact to client
Nov 10, 2024
a109879
Merge pull request #236 from Shantaa/dry-run-bugs
meatyturtle Nov 10, 2024
5c795ac
Merge pull request #232 from meatyturtle/ped-bugs
AlphaPyke Nov 10, 2024
69cebe9
remove spaces
Nov 10, 2024
435f6ea
Merge pull request #237 from Shantaa/remove-spaces
AlphaPyke Nov 10, 2024
c95f4e0
pagebreak experiment 1
Nov 10, 2024
bffbe15
Merge pull request #238 from Shantaa/pagebreak
AlphaPyke Nov 10, 2024
8bb0746
try pagebreak experiment 2
Nov 10, 2024
d1e8c9a
Merge pull request #239 from Shantaa/pagebreak
AlphaPyke Nov 10, 2024
67e4109
try pagebreak experiment 3
Nov 10, 2024
c66fd12
Merge pull request #240 from Shantaa/pagebreak
AlphaPyke Nov 10, 2024
9050177
update ug and helpwindow again
Nov 10, 2024
0c26cbe
Merge pull request #241 from Shantaa/pagebreak
meatyturtle Nov 10, 2024
652299b
update user guide with bug fixes
meatyturtle Nov 10, 2024
1ca495b
update toc
Nov 10, 2024
c7a535d
Merge pull request #242 from meatyturtle/ped-bugs
Shantaa Nov 10, 2024
a28ba61
Merge pull request #243 from Shantaa/pagebreak
meatyturtle Nov 10, 2024
b2df0f9
Fix bugs from PE-D
fymbc Nov 10, 2024
4082a2e
revert violating changes
Nov 10, 2024
b726dd4
Fix some tests
fymbc Nov 10, 2024
e363a00
Fix checkstyle
fymbc Nov 10, 2024
663b451
Merge pull request #247 from Shantaa/revert-changes
fymbc Nov 10, 2024
e95a32f
Merge pull request #246 from fymbc/master
Shantaa Nov 10, 2024
0cdd161
Fix minor UG bugs
fymbc Nov 11, 2024
32ee215
update ug again
Nov 11, 2024
318cb33
update ug again again
Nov 11, 2024
2b20d95
remove extra space oops
Nov 11, 2024
a888ec6
update link to 1.6 kudos to qiaoyi
Nov 11, 2024
65bf964
Merge pull request #249 from Shantaa/ug-updates-again
meatyturtle Nov 11, 2024
5aad8e7
try pagebreak v2.0
Shantaa Nov 11, 2024
763424c
Merge pull request #250 from Shantaa/pagebreaks2
Shantaa Nov 11, 2024
0e2e21f
try pagebreak v2.1
Shantaa Nov 11, 2024
2512fc3
Merge pull request #251 from Shantaa/pagebreaks2
Shantaa Nov 11, 2024
6fc98b0
revert changes to delete
Justin-Aw46 Nov 11, 2024
8b6ebcc
add paid/unpaid to DG glossary
Justin-Aw46 Nov 11, 2024
22d6730
change picture for UG
Justin-Aw46 Nov 11, 2024
d5bf782
add acknowledgement
Justin-Aw46 Nov 11, 2024
1a9d2c2
edit comment
Justin-Aw46 Nov 11, 2024
d6d5540
Change ui image and title
Justin-Aw46 Nov 11, 2024
d4ce7bf
Merge pull request #252 from Justin-Aw46/last-fix
fymbc Nov 11, 2024
649ce2f
update ug window
Shantaa Nov 11, 2024
acf9296
Merge pull request #253 from Shantaa/done
AlphaPyke Nov 11, 2024
82327b7
Add page break
Nov 11, 2024
2a7dcad
Merge pull request #254 from AlphaPyke/dg-page-break
Shantaa Nov 11, 2024
09797d5
Add another page break
Nov 11, 2024
8732739
Merge pull request #255 from AlphaPyke/another-dg
Shantaa Nov 11, 2024
64842de
tidy up formatting
Shantaa Nov 11, 2024
d623076
Merge pull request #257 from Shantaa/not-done
AlphaPyke Nov 11, 2024
aba3018
Add break again
Nov 11, 2024
2cf5d6e
Merge pull request #258 from AlphaPyke/last-change
Shantaa Nov 11, 2024
7122ca9
Revert changes violating feature freeze
meatyturtle Nov 11, 2024
57919bc
Revert changes violating feature freeze
meatyturtle Nov 11, 2024
0771152
Fix merge conflicts
fymbc Nov 11, 2024
4b1759e
Merge pull request #259 from meatyturtle/ped-bugs
AlphaPyke Nov 11, 2024
f1d499f
update userguide
meatyturtle Nov 11, 2024
78c73c8
Merge pull request #260 from meatyturtle/ped-bugs
Shantaa Nov 11, 2024
63ad9c4
update help window
Shantaa Nov 11, 2024
38f0c42
Merge pull request #261 from Shantaa/still-not-done
meatyturtle Nov 11, 2024
4aca7fd
Revert changes
Justin-Aw46 Nov 11, 2024
f13e8a4
Fix DG and Ui.png
fymbc Nov 11, 2024
6db2acb
Merge pull request #262 from Justin-Aw46/revertchanges
meatyturtle Nov 11, 2024
4abeb4c
Fix style errors
fymbc Nov 11, 2024
69c84d2
Fix merge conflict
fymbc Nov 11, 2024
84eb119
Merge pull request #263 from fymbc/update-ugdg
meatyturtle Nov 11, 2024
e1b58e0
remove extra bullet point
Justin-Aw46 Nov 12, 2024
6c4d3df
Merge pull request #264 from Justin-Aw46/DGfix
Justin-Aw46 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
27 changes: 16 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
[![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/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/AY2425S1-CS2103T-F14b-4/tp/actions)
[![codecov](https://codecov.io/gh/AY2425S1-CS2103T-F14b-4/tp/graph/badge.svg?token=33G8N0D437)](https://codecov.io/gh/AY2425S1-CS2103T-F14b-4/tp)

# Financial Assurance Revolutionary Telemarketer

![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.
This product is for Financial Advisors who engage frequently or specialise primarily in client outreach.

## Features
Our product:
* Allows advisors to keep track of clients policies and payment dates
* Sorts clients based on various categories and allow advisors to filter by these categories
* Enables effective outreach by providing comprehensive contact details and ready-to-go messaging templates that one simply can copy and paste.

* For the detailed documentation of this project, please see the **[F.A.R.T. Product Website](https://ay2425s1-cs2103t-f14b-4.github.io/tp/)**.

## Credits
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 = 'fart-in-a.jar'
}

run {
enableAssertions = true
}

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

## Project team

### John Doe
### Lim Qiao Yi

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

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

* Role: Project Advisor
* Role: Developer
* Responsibility: Integration

### Jane Doe
### Shane Tay

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

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

* Role: Team Lead
* Responsibilities: UI
* Role: Documentation
* Responsibilities: Responsible for the quality of various project documents.

### Johnny Doe
### Justin Aw

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

[[github](http://github.com/johndoe)] [[portfolio](team/johndoe.md)]
[[github](http://github.com/Justin-Aw46)]

* Role: Developer
* Responsibilities: Data
* Responsibilities: Testing

### Jean Doe
### Joshua Ng

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

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

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Role: Code Quality
* Responsibilities: Looks after code quality, ensures adherence to coding standards and git standards.

### James Doe
### Tiew Wei Xuan

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

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

* Role: Developer
* Responsibilities: UI
* Role: Team Lead
* Responsibilities: Scheduling, Tracking, Deliverables, Deadlines
Loading