Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2719 commits
Select commit Hold shift + click to select a range
4dd8583
Add test section for session delete command
froststein Apr 10, 2022
d6b0d74
Add test section for session edit command
froststein Apr 10, 2022
76a2b5b
Merge pull request #484 from warrencxw/branch-cleanup
froststein Apr 10, 2022
2756285
Update to sort in alphabetical order
Apr 10, 2022
d8526ab
Update test cases to follow overall standardisation
Apr 10, 2022
6ec2dcc
Update expected.txt to include dollar sign
Apr 10, 2022
bd7bd24
Amend grammar
froststein Apr 10, 2022
8b47b89
Add for test cases for session edit command in DG
froststein Apr 10, 2022
59dc1b1
Add test section for group create command
froststein Apr 10, 2022
62773c1
Add test section for group delete command
froststein Apr 10, 2022
affd680
Add test section for group edit command
froststein Apr 10, 2022
00b8983
Add test section for storage
froststein Apr 10, 2022
7e61090
Add trailing white spaces
Apr 10, 2022
81c4b1f
Amend sentence structure
froststein Apr 10, 2022
892a06f
Amend more sentence structures
froststein Apr 10, 2022
fb94991
Amend spelling mistake
froststein Apr 10, 2022
ee611b1
Amend phrasing
froststein Apr 10, 2022
892486a
Merge branch 'master' into docs-developerguide
warrencxw Apr 10, 2022
07a9f31
Merge pull request #487 from froststein/docs-developerguide
ivanaitzliddat Apr 10, 2022
3186f5d
Merge pull request #486 from ivanaitzliddat/branch-activity
froststein Apr 10, 2022
bd56f3a
Update user stories to remove capitalisation of user
Apr 10, 2022
c4e457b
Merge branch 'master' into branch-developerGuide
Apr 10, 2022
9eb3ee2
Update test cases to follow overall standardisation
Apr 10, 2022
fe652ae
Fix error in test scenario 3 of session create
Apr 10, 2022
d3c8974
Move isSamePersonList method to PersonList object class
lelerer Apr 10, 2022
3c7c517
fix group edit bug
lelerer Apr 10, 2022
7a08496
Remove error message
lelerer Apr 10, 2022
48a63eb
Fix checkstyle error
lelerer Apr 10, 2022
b746f99
Change the phrasing of error message
lelerer Apr 10, 2022
5a3ff19
Align messages and fix checkstyle error
lelerer Apr 10, 2022
1ea8cdd
Change error message name
lelerer Apr 10, 2022
f7ab968
Add ActitivityViewCommand and ActitivityListCommand sequence diagram
lelerer Apr 10, 2022
ea50082
Add group /edit command DG explanation
lelerer Apr 10, 2022
3f5b9ca
Remove some lines
lelerer Apr 11, 2022
eb13fe3
Update PPP
eigne Apr 11, 2022
46de465
Update ppp
eigne Apr 11, 2022
5a1a6ea
Update PPP
eigne Apr 11, 2022
f23bff9
Update ppp
eigne Apr 11, 2022
904f0b2
Delete the use of a variable
lelerer Apr 11, 2022
2d50374
Change the order of check
lelerer Apr 11, 2022
dcc7842
Fix some bugs
lelerer Apr 11, 2022
de9de9e
Add Person tests, remove unused code from Person
eigne Apr 11, 2022
24923d3
Fix test assert statement
eigne Apr 11, 2022
d27ee86
Update ppp
eigne Apr 11, 2022
f4569a7
Fix bug
lelerer Apr 11, 2022
8da7b0a
Abstract out methods for SLAP
eigne Apr 11, 2022
c8de0dc
Merge pull request #478 from lelerer/fixGroupEdit
ivanaitzliddat Apr 11, 2022
de07e2e
Update diagram
lelerer Apr 11, 2022
9a161e9
Update DG
lelerer Apr 11, 2022
65b2f21
Merge remote-tracking branch 'origin/master' into DG
lelerer Apr 11, 2022
2c87c92
Add Test case for activity view in DG
froststein Apr 11, 2022
43aed5c
Update to follow overall standardisation
Apr 11, 2022
30ab796
Add UG GroupEdit explanation
lelerer Apr 11, 2022
ae51d5e
Add in explanation
lelerer Apr 11, 2022
f1feb55
Merge pull request #490 from froststein/docs-developerguide
ivanaitzliddat Apr 11, 2022
b3fb330
Update session list command sequence diagram
Apr 11, 2022
2465962
Add activity list and activity view sequence diagrams
Apr 11, 2022
e17e0cb
Replace prepare function with command parser in Message class
warrencxw Apr 11, 2022
76f2c18
Print message if no details are changed
eigne Apr 11, 2022
cb2c344
Remove unused variable in Activity Class
froststein Apr 11, 2022
971b1b4
Remove unused methods in ActivityCost Class
froststein Apr 11, 2022
6c759aa
Remove unused methods in Person Class
froststein Apr 11, 2022
c3babcc
Remove unused methods in PersonList Class
froststein Apr 11, 2022
e92cd2c
Remove unused methods in TableFormatter Class
froststein Apr 11, 2022
32c0b3c
Remove unused methods in TextUI Class
froststein Apr 11, 2022
837de3e
Update PPP
lelerer Apr 11, 2022
6cc0459
Remove unused methods in PersonCostPair Class
froststein Apr 11, 2022
951f06b
Add documentation
eigne Apr 11, 2022
6c07949
Update SessionEditCommand implementation
froststein Apr 11, 2022
cde98ab
Fix checkstyle errors
eigne Apr 11, 2022
7fe42d2
Merge pull request #488 from matheril/ppp
warrencxw Apr 11, 2022
68ff05f
Update developer guide for ActivityEditCommand
eigne Apr 11, 2022
400e9f1
Add workflow for activity view command
Apr 11, 2022
8ac367b
Update ActivityViewCommand DG
lelerer Apr 11, 2022
f901f3e
Merge branch 'master' into branch-developerGuide
Apr 11, 2022
5da7f99
Rename a diagram file
lelerer Apr 11, 2022
c3e18c6
Update GroupEditCommand sequence diagram
lelerer Apr 11, 2022
a193bf6
Add JUnit tests
eigne Apr 11, 2022
3041822
Update sequence diagram
eigne Apr 11, 2022
6f6537f
Update format of if else statements
Apr 11, 2022
1f5760e
Merge pull request #491 from lelerer/DG
ivanaitzliddat Apr 11, 2022
ddfa95e
Merge branch 'master' into branch-developerGuide
Apr 11, 2022
7b41b72
Merge pull request #489 from matheril/PersonTest
warrencxw Apr 11, 2022
9e31516
Update screenshots in UG
froststein Apr 11, 2022
377d9d3
Amend UG explanation
froststein Apr 11, 2022
a59d11d
Add test cases for activity list
Apr 11, 2022
7d4eadb
Update Activity command section in UG
froststein Apr 11, 2022
56f4521
Update test cases for activity create
Apr 11, 2022
2790d74
Replace mentioning of function with method in PersonList class
warrencxw Apr 11, 2022
339e7b7
Replace mentioning of function with method in JUnit test for Profile
warrencxw Apr 11, 2022
f84e8f5
Update group command for UG
froststein Apr 11, 2022
d289ef5
Add test cases for activity edit
Apr 11, 2022
b8f1924
Merge pull request #493 from froststein/branch-bugfix-and-testing
warrencxw Apr 11, 2022
1207174
Update the line between each section
Apr 11, 2022
5fb2cf5
Update PPP to include text-based testing
warrencxw Apr 11, 2022
3c897a0
Remove redundant lines between each section
Apr 11, 2022
159db1a
Merge pull request #495 from warrencxw/branch-cleanup
froststein Apr 11, 2022
a9104d2
Update .gitignore
eigne Apr 11, 2022
f738ba7
Update explanation in sections for PPP
froststein Apr 11, 2022
b088bdc
Change sequence diagram for ActivityEditCommand
eigne Apr 11, 2022
b8332b6
Fix typo in DG and remove unused import
eigne Apr 11, 2022
6789a79
Merge pull request #496 from froststein/about-us
ivanaitzliddat Apr 11, 2022
0ab728e
Add index.css for UG
froststein Apr 11, 2022
ce4b20c
Update UG to include back button
froststein Apr 11, 2022
8d68765
Update workflow for group edit command
Apr 11, 2022
0043477
Update link to ref group update diagram
Apr 11, 2022
a02dd12
Fix css class for UG
froststein Apr 11, 2022
21922d6
Update capitalisation of splitlah
Apr 11, 2022
4dc996a
Update UG style
froststein Apr 11, 2022
42c59f4
Update style.css for UG
froststein Apr 11, 2022
39967b3
Add back button for session management section
froststein Apr 11, 2022
9bf20ff
Update session management style
froststein Apr 11, 2022
6fe0130
Add back button for activity and group management in UG
froststein Apr 11, 2022
42f4bd2
Amend style.css
froststein Apr 11, 2022
83d41c8
Update hr tag styling
froststein Apr 11, 2022
57dcdf3
Add test style for codeblock
froststein Apr 11, 2022
363f5ce
Update codeblock style
froststein Apr 11, 2022
25d4e18
Update codeblock style
froststein Apr 11, 2022
30287f2
Shift button placement
froststein Apr 11, 2022
df459b4
Remove overview for transaction management
froststein Apr 11, 2022
f66f566
Add bolding to keywords
froststein Apr 11, 2022
9090645
Add linebreak
froststein Apr 11, 2022
e6a5ca3
Merge pull request #497 from froststein/docs-userguide
warrencxw Apr 11, 2022
ae87fad
Update group edit command to improve presentation
Apr 11, 2022
834e4ed
Merge branch 'master' into branch-ppp
Apr 11, 2022
def344e
Update PPP
lelerer Apr 11, 2022
6671139
Update formatting for PPP under new features
warrencxw Apr 11, 2022
fe66ae2
Update formatting of PPP under enhancements
warrencxw Apr 11, 2022
088eb61
Add hyperlink references under miscellaneous contributions
warrencxw Apr 11, 2022
10cc77b
Add PE dry run bug hunt as part of contributions
warrencxw Apr 11, 2022
6521af5
Add pull request review as part of miscellaneous contributions
warrencxw Apr 11, 2022
8aaae87
Add additional information regarding features
Apr 11, 2022
8f2f81f
Update activity view sequence diagram to align cross
Apr 11, 2022
6695294
Update PPP to include new contributions
froststein Apr 11, 2022
f845481
Merge pull request #485 from ivanaitzliddat/branch-developerGuide
froststein Apr 11, 2022
d3fbfaa
Add section for Instructions for Manual Testing under DG
warrencxw Apr 11, 2022
5f89253
Merge pull request #499 from froststein/about-us
warrencxw Apr 11, 2022
cda66d8
Add buttons for back navigation for DG
froststein Apr 11, 2022
a92c663
Add more description to PersonCostPair
warrencxw Apr 11, 2022
80d60b8
Merge pull request #498 from ivanaitzliddat/branch-ppp
warrencxw Apr 11, 2022
48c1889
Merge pull request #500 from warrencxw/about-us-Warren
froststein Apr 11, 2022
967f2ce
Update ppp
eigne Apr 11, 2022
cc6007e
Fix sequence diagram
eigne Apr 11, 2022
18c3303
Merge remote-tracking branch 'origin/master' into PPP
lelerer Apr 11, 2022
9a9558d
Merge branch 'master' into ActivityEditNoChanges
eigne Apr 11, 2022
0c234f7
Merge branch 'master' into ppp
eigne Apr 11, 2022
0343d44
Update PPP under new style
lelerer Apr 11, 2022
1fdae2d
Add hr tag and back buttons for DG
froststein Apr 11, 2022
948eead
Update the location of warnings in TOC
warrencxw Apr 11, 2022
8e6032a
Update splitlah.jar to SplitLah.jar
warrencxw Apr 11, 2022
4054374
Update naming conventions
froststein Apr 11, 2022
e85b1b7
Align table of contents under Activity Management
warrencxw Apr 11, 2022
cd5a99c
Remove unnecessary hr tag
warrencxw Apr 11, 2022
74e86a0
Add back to contents button after FAQ
warrencxw Apr 11, 2022
3e22f1c
Update how to use this user guide
warrencxw Apr 11, 2022
b8c7f94
Add more buttons for navigations in DG
froststein Apr 11, 2022
bfd4e42
Update PPP
eigne Apr 11, 2022
a407074
Capitalise first character
lelerer Apr 11, 2022
34b1a50
Add newline to .gitignore
eigne Apr 11, 2022
78d8356
Merge branch 'ActivityEditNoChanges' of github.com:matheril/tp into A…
eigne Apr 11, 2022
4ef6799
Add whitespace right of warning symbol
warrencxw Apr 11, 2022
c3ca106
Remove newline from .gitignore
eigne Apr 11, 2022
8dccd6b
Edit sentence structure in DG
lelerer Apr 11, 2022
6c26460
Merge pull request #494 from lelerer/PPP
froststein Apr 11, 2022
0b5b8be
Update description of a session
warrencxw Apr 11, 2022
6caa652
Merge pull request #492 from matheril/ActivityEditNoChanges
warrencxw Apr 11, 2022
6cbaa94
Merge branch 'master' into about-us
froststein Apr 11, 2022
9f6de93
Update PPP
froststein Apr 11, 2022
3b3978a
Update button navigation
froststein Apr 11, 2022
b52e5fa
Update PPP with new information
froststein Apr 11, 2022
70a8e48
Update ppp
eigne Apr 11, 2022
451491d
Update navigation button for storage testing
froststein Apr 11, 2022
b47ac38
Update point indentation for github to detect
warrencxw Apr 11, 2022
ce53aca
Update back navigation for launch testing
froststein Apr 11, 2022
7a5d88b
Update PPP
eigne Apr 11, 2022
50fd4df
Standardise warning segments
warrencxw Apr 11, 2022
ff486d2
Clean up buttons and headers
froststein Apr 11, 2022
08767a4
Standardise italicisation of arguments in user guide
warrencxw Apr 11, 2022
4dabb1a
Update PPP
eigne Apr 11, 2022
bcca338
Update phrasing for GST and Service charge
warrencxw Apr 11, 2022
e3e091a
Update glossary table
froststein Apr 11, 2022
7d5527b
Bold all code blocks
warrencxw Apr 11, 2022
567616e
Italicise all cost values in examples
warrencxw Apr 11, 2022
8d4a7ef
Amend DG tables
froststein Apr 11, 2022
db7bb2b
Merge pull request #504 from matheril/ppp
froststein Apr 11, 2022
c9aaa20
Add glossary table
froststein Apr 11, 2022
187a122
Update glossary table
froststein Apr 11, 2022
2801e9a
Update glossary
froststein Apr 11, 2022
ab7b741
Remove extra lines for glossary
froststein Apr 11, 2022
da06beb
Standardise all edit commands
warrencxw Apr 11, 2022
acc21db
Rephrase sentence structure for DG
froststein Apr 11, 2022
74ac34b
Remove codeblocks in glossary
froststein Apr 11, 2022
3acc61b
Update glossary table
froststein Apr 11, 2022
f7b5a4a
Update ActivityTesting section
eigne Apr 11, 2022
e2e7e36
Standardize "unique identifier" phrase
eigne Apr 11, 2022
27a2045
Rephrase example in activity edit
warrencxw Apr 11, 2022
2669cb7
Add explanation for back to ToC buttons in how to use user guide
warrencxw Apr 11, 2022
1886fb3
Update phrasing in user guide
warrencxw Apr 11, 2022
8909639
Update link for list of sessionin list of groups
froststein Apr 11, 2022
67e974b
Update ref link
froststein Apr 11, 2022
ad623c6
Merge branch 'docs-developerguide' of https://github.com/froststein/t…
froststein Apr 11, 2022
a169618
Update group create description
warrencxw Apr 11, 2022
07b522a
Remove extra line in DG
froststein Apr 11, 2022
b3b0140
Update group create section
warrencxw Apr 11, 2022
149cac5
Merge pull request #502 from froststein/docs-developerguide
warrencxw Apr 11, 2022
f4bf5dc
Merge branch 'master' into about-us
froststein Apr 11, 2022
068eda1
Fix sequence diagrams
eigne Apr 11, 2022
582e152
Remove unused sequence diagram
eigne Apr 11, 2022
6216a1b
Add the word existing to several items in user guide
warrencxw Apr 11, 2022
5de6935
Merge branch 'master' into DG
eigne Apr 11, 2022
7a0b3d8
Update command format for Activity Edit
warrencxw Apr 11, 2022
b651831
Merge pull request #503 from froststein/about-us
warrencxw Apr 11, 2022
9193722
Merge pull request #506 from matheril/SequenceDiagram
froststein Apr 11, 2022
adea654
Fix GroupEditCommand diagram
eigne Apr 11, 2022
fa35471
Merge branch 'DG' of github.com:matheril/tp into DG
eigne Apr 11, 2022
065711d
Fix sequence diagrams
eigne Apr 11, 2022
fc7c407
Fix sequence diagram
eigne Apr 11, 2022
4fb7162
Fix table of contents capitalisation
eigne Apr 11, 2022
dfa7ded
Removed merge conflict diagrams
eigne Apr 11, 2022
0dab1f1
Add sequence diagrams
eigne Apr 11, 2022
990fbee
Merge branch 'master' into DG
eigne Apr 11, 2022
18a4e7d
Merge pull request #505 from matheril/DG
froststein Apr 11, 2022
f734a70
Merge pull request #501 from warrencxw/branch-cleanup
froststein Apr 11, 2022
437545f
Merge branch 'master' into branch-ppp
Apr 11, 2022
41a3261
Remove <hr>
lelerer Apr 11, 2022
05cd543
Update ppp to fit page limit
Apr 11, 2022
fc892ee
Remove unnecessary section
lelerer Apr 11, 2022
da23b70
Update PPP to exclude additional sections
froststein Apr 11, 2022
cbd95ee
Add title
Apr 11, 2022
369571f
Minimise PPP
warrencxw Apr 11, 2022
08e8faf
Clean up PPP
froststein Apr 11, 2022
548012f
Clean up PPP
froststein Apr 11, 2022
faf7a3c
Update ppp
eigne Apr 11, 2022
c6dcafe
Update ppp
eigne Apr 11, 2022
780a877
Further minimisation of PPP
warrencxw Apr 11, 2022
5a87788
Merge pull request #507 from ivanaitzliddat/branch-ppp
froststein Apr 11, 2022
7c46a09
Merge pull request #508 from lelerer/PPP
froststein Apr 11, 2022
d8a993f
Merge pull request #509 from froststein/about-us
ivanaitzliddat Apr 11, 2022
eea6489
Merge pull request #510 from matheril/ppp
ivanaitzliddat Apr 11, 2022
3375ffb
Update indentation of header
Apr 11, 2022
eafd52e
Fix typo
eigne Apr 11, 2022
2d6842d
Merge branch 'master' into branch-ppp
Apr 11, 2022
d7de16b
Merge pull request #511 from warrencxw/about-us-Warren
ivanaitzliddat Apr 11, 2022
f847f60
Merge pull request #513 from matheril/ppp
ivanaitzliddat Apr 11, 2022
d74414a
Merge pull request #512 from ivanaitzliddat/branch-ppp
eigne Apr 11, 2022
871d25c
Remove one line
eigne Apr 11, 2022
008a782
Remove name
eigne Apr 11, 2022
db09f09
Fix ppp
eigne Apr 11, 2022
7427228
Fix ppp
eigne Apr 11, 2022
ef369f8
Merge pull request #514 from matheril/ppp
warrencxw Apr 11, 2022
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: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ src/main/resources/docs/
bin/

/text-ui-test/ACTUAL.txt
text-ui-test/EXPECTED-UNIX.TXT
/text-ui-test/ACTUAL.TXT
/text-ui-test/EXPECTED-UNIX.TXT
/text-ui-test/EXPECTED-UNIX.txt

# Storage files
/data/
/data/SplitLah.data
35 changes: 22 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Duke project template
# SplitLah

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.
This java project was made as a requirement for CS2113T. Our application, _SplitLah_, is a bill splitting application.
Given below are instructions on how to use it.

## Setting up in Intellij

Expand All @@ -9,23 +10,31 @@ Prerequisites: JDK 11 (use the exact version), update Intellij to the most recen
1. **Ensure Intellij JDK 11 is defined as an SDK**, as described [here](https://www.jetbrains.com/help/idea/sdk.html#set-up-jdk) -- this step is not needed if you have used JDK 11 in a previous Intellij project.
* In the same dialog, you _may have to set the Project language level_ field to the SDK default option.
2. **Import the project _as a Gradle project_**, as described [here](https://se-education.org/guides/tutorials/intellijImportGradleProject.html).
3. **Verify the set up**: After the importing is complete, locate the `src/main/java/seedu/duke/Duke.java` file, right-click it, and choose `Run Duke.main()`. If the setup is correct, you should see something like the below:
3. **Verify the set up**: After the importing is complete, locate the `src/main/java/seedu/splitlah/SplitLah.java` file, right-click it, and choose `Run SplitLah.main()`. If the setup is correct, you should see something like the below:
```
> Task :compileJava
> Task :processResources NO-SOURCE
> Task :classes

> Task :Duke.main()
Hello from
____ _
| _ \ _ _| | _____
| | | | | | | |/ / _ \
| |_| | |_| | < __/
|____/ \__,_|_|\_\___|

What is your name?
> Task :SplitLah.main()
The data file was not found or has been corrupted. No saves were loaded into SplitLah
============================================================
$$$$$$\ $$\ $$\ $$\ $$\ $$\
$$ __$$\ $$ |\__| $$ | $$ | $$ |
$$ / \__| $$$$$$\ $$ |$$\ $$$$$$\ $$ | $$$$$$\ $$$$$$$\
\$$$$$$\ $$ __$$\ $$ |$$ |\_$$ _| $$ | \____$$\ $$ __$$\
\____$$\ $$ / $$ |$$ |$$ | $$ | $$ | $$$$$$$ |$$ | $$ |
$$\ $$ |$$ | $$ |$$ |$$ | $$ |$$\ $$ | $$ __$$ |$$ | $$ |
\$$$$$$ |$$$$$$$ |$$ |$$ | \$$$$ |$$$$$$$$\\$$$$$$$ |$$ | $$ |
\______/ $$ ____/ \__|\__| \____/ \________|\_______|\__| \__|
$$ |
$$ |
\__|
Welcome to SplitLah!
============================================================
>
```
Type some word and press enter to let the execution proceed to the end.
Please refer to our [user guide](#https://ay2122s2-cs2113t-t10-1.github.io/tp/UserGuide.html) for the full list of commands to interact with SplitLah.

## Build automation using Gradle

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 {
mainClassName = "seedu.duke.Duke"
mainClassName = "seedu.splitlah.SplitLah"
}

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

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

run{
standardInput = System.in
enableAssertions = true
}
14 changes: 7 additions & 7 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 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) | Tan Ivan | [Github](https://github.com/ivanaitzliddat) | [Portfolio](team/ivanaitzliddat.md) |
| ![](https://via.placeholder.com/100.png?text=Photo) | Ren Tianle | [Github](https://github.com/lelerer) | [Portfolio](team/lelerer.md) |
| ![](https://via.placeholder.com/100.png?text=Photo) | Saurav Matheril | [Github](https://github.com/matheril) | [Portfolio](team/matheril.md) |
| ![](https://via.placeholder.com/100.png?text=Photo) | Roy Tang | [Github](https://github.com/froststein) | [Portfolio](team/froststein.md) |
| ![](https://via.placeholder.com/100.png?text=Photo) | Warren Chong Xu Wei | [Github](https://github.com/warrencxw) | [Portfolio](team/warrencxw.md) |
Loading