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-1] ImmuniMate #84

Open
wants to merge 497 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
497 commits
Select commit Hold shift + click to select a range
2e68de4
Initial attempt at cluster finding
alex-setyawan Apr 3, 2024
678a10f
Person: add optional fields in hashcode
laney0808 Apr 3, 2024
6e1f8b6
Second attempt at cluster finding
alex-setyawan Apr 3, 2024
c6d7565
Edit UpdateCommand.java
alex-setyawan Apr 3, 2024
18ddad7
Update cluster command
Apr 3, 2024
49ca59b
Change predicate to contain both address and status
alex-setyawan Apr 3, 2024
10f4bc1
Add check command
Apr 3, 2024
b0462eb
Adjust DeleteInfoCommandTest
laney0808 Apr 3, 2024
e4ad815
Merge pull request #116 from NatLeong/update-user-guide
alex-setyawan Apr 3, 2024
0d29973
Enhance cluster command to take diagnosis (disease)
alex-setyawan Apr 3, 2024
decf29e
Include edits to UpdateCommandTest.java
alex-setyawan Apr 3, 2024
a90aeef
Use predicate to check for nric
Apr 3, 2024
771fc47
Modify DeleteInfoCommandTest to keep ALICE untouched
laney0808 Apr 3, 2024
030af34
Fix Create command result
Apr 3, 2024
8e41596
Merge pull request #113 from alex-setyawan/more-fixes
jovantanyk Apr 3, 2024
596b2d6
Fix read command result
Apr 3, 2024
b06a70f
Fix find command result
Apr 3, 2024
dc845ee
Fix according to changes
Apr 4, 2024
6b9604f
Add checks for empty address and disease in cluster command
alex-setyawan Apr 4, 2024
d7fbc45
Merge branch 'backup' into clusters
alex-setyawan Apr 4, 2024
8645883
Add check for null condition field
alex-setyawan Apr 4, 2024
22b3684
Fix delete, update and addvisit command result
Apr 4, 2024
41f6ecf
Fix checkstyle
Apr 4, 2024
f7d50fd
Merge pull request #121 from NatLeong/add-check-command
jovantanyk Apr 4, 2024
f954b2f
Merge pull request #120 from alex-setyawan/clusters
jovantanyk Apr 4, 2024
3b38e2a
Fix GUI image
Apr 4, 2024
1a8c241
Merge pull request #123 from NatLeong/fix-index-image
jovantanyk Apr 4, 2024
0425680
Merge branch 'master' into fix-command-results
NatLeong Apr 4, 2024
505c28c
Merge branch 'master' into add-deleteinfocommand
jovantanyk Apr 4, 2024
e556db5
Fix checkstyle
laney0808 Apr 4, 2024
d1ded35
Merge pull request #122 from NatLeong/fix-command-results
jovantanyk Apr 4, 2024
2b52fc9
Fix UI aesthetics
Apr 4, 2024
04c1abc
Merge pull request #114 from laney0808/add-deleteinfocommand
alex-setyawan Apr 4, 2024
c7c3228
Fix checkstyle
Apr 4, 2024
933ee3b
Merge pull request #126 from NatLeong/add-ui-colours
jovantanyk Apr 4, 2024
630a745
Edit command messages
alex-setyawan Apr 4, 2024
fc3df8b
Fix UG format
Apr 4, 2024
e9e581d
Edit FindCommandParser to remove trailing spaces
alex-setyawan Apr 4, 2024
0fd8aba
Update UI photos in UG
Apr 4, 2024
ec49d60
Merge branch 'backup' into messages
alex-setyawan Apr 4, 2024
ea2dbb1
Merge pull request #129 from NatLeong/fix-ug-format
jovantanyk Apr 4, 2024
e0db59d
feat: rename addressbook.json
jovantanyk Apr 4, 2024
699e423
docs: update UG
jovantanyk Apr 4, 2024
aa103d9
Merge pull request #131 from jovantanyk/edit-addressbook-json
NatLeong Apr 4, 2024
77df05b
Merge pull request #130 from alex-setyawan/messages
jovantanyk Apr 4, 2024
6a83bcf
Wrap text
laney0808 Apr 4, 2024
6a8ae5b
Merge pull request #132 from laney0808/nat-ui
jovantanyk Apr 4, 2024
5e1e61e
Change context menu font color
laney0808 Apr 4, 2024
1de6d57
Merge pull request #133 from laney0808/nat-ui
jovantanyk Apr 4, 2024
f085102
Update user guide
alex-setyawan Apr 4, 2024
8b04cd6
Merge pull request #134 from alex-setyawan/backup
jovantanyk Apr 4, 2024
bf8533b
ug
laney0808 Apr 4, 2024
95b96df
Fix table
Apr 4, 2024
c6a0d0b
Merge pull request #135 from laney0808/nat-ui
laney0808 Apr 4, 2024
adacfc2
Update UserGuide.md
laney0808 Apr 4, 2024
9b3f7db
Merge pull request #136 from NatLeong/fix-prefix-table
laney0808 Apr 4, 2024
c057641
update to v1.3
laney0808 Apr 6, 2024
f2f282c
Revert "update to v1.3"
laney0808 Apr 6, 2024
3e66e75
Change create example command in UserGuide
laney0808 Apr 6, 2024
d99ef30
Change string-only fields to accept only non-empty values.
laney0808 Apr 6, 2024
a52a636
Add CheckCommandTest
laney0808 Apr 6, 2024
cd70794
Move field specification to field summary
laney0808 Apr 7, 2024
988a3d9
Reset filteredList in LogicManager whenever a new command is given
laney0808 Apr 7, 2024
6b384b9
Add new link symbol where appropriate for DeleteInfoCommand
laney0808 Apr 7, 2024
45dc0e5
Add specification for unique identifier and un-updatable field.
laney0808 Apr 7, 2024
67496df
Explicitly alert user that NRIC is not updatable when user attempts t…
laney0808 Apr 7, 2024
23220e9
isValidDate(): use LocalDate.parse() to get the results instead of us…
laney0808 Apr 7, 2024
4cab389
Make country case-insensitive (store as upper case)
laney0808 Apr 7, 2024
725c19d
Update test cases with regards to parser changes.
laney0808 Apr 7, 2024
47612fd
Fix checkstyle
laney0808 Apr 7, 2024
6bc04d9
Fix check command to accept complete nric with lowercase
Apr 8, 2024
5b46dab
Fix read command to show the read person in person list
Apr 8, 2024
668b61f
Fix checkstyle
Apr 8, 2024
f2700bf
Fix read and check command to catch invalid NRIC inputs
Apr 8, 2024
9084def
Fix read command test
Apr 8, 2024
8aef4d0
Model: forbid field instances to have empty values because empty inpu…
laney0808 Apr 8, 2024
32e0bda
Fix test cases.
laney0808 Apr 8, 2024
0156b69
Merge pull request #211 from NatLeong/fix-readcheck-input
laney0808 Apr 9, 2024
a041141
Merge pull request #210 from NatLeong/fix-read-personlist
jovantanyk Apr 9, 2024
3e5fde4
Add check command and check command parser tests
Apr 9, 2024
a89e666
Retain changes to read person list
Apr 9, 2024
8e1bcdb
Merge pull request #212 from NatLeong/add-check-tests
alex-setyawan Apr 9, 2024
5521adb
Fix cluster command error message and some of user guide
alex-setyawan Apr 9, 2024
de5b5b0
Merge branch 'master' into update-parsers
laney0808 Apr 10, 2024
ad55575
Merge pull request #208 from laney0808/update-parsers
jovantanyk Apr 10, 2024
29b0e54
Merge branch 'backup' into message-issues
alex-setyawan Apr 10, 2024
ebcee08
Merge pull request #209 from NatLeong/fix-check-input
alex-setyawan Apr 10, 2024
c2a9261
Merge branch 'backup' into logic-issues
alex-setyawan Apr 10, 2024
a12cbb5
Fix NRIC case sensitivity issues
alex-setyawan Apr 10, 2024
6f02647
Fix find command bug
alex-setyawan Apr 10, 2024
e7478be
docs: update UG for Command History
jovantanyk Apr 11, 2024
595e23b
bug: fix commandhistory first entry bug
jovantanyk Apr 11, 2024
af46d54
fix: update command box prompt color
jovantanyk Apr 11, 2024
3920df1
fix: remove immunimate button
jovantanyk Apr 11, 2024
e9cbf38
docs: update FAQ for Patient Visit
jovantanyk Apr 11, 2024
b2a9e16
User Guide:
laney0808 Apr 11, 2024
56b8c21
Merge branch 'update-parsers' of https://github.com/laney0808/tp into…
laney0808 Apr 11, 2024
cdc4867
Merge commit 'ebcee08e4f8bd7df5793d5c1777b08cd2b7f8a34' into update-p…
laney0808 Apr 11, 2024
0bd4da6
docs: update FAQ
jovantanyk Apr 11, 2024
db0ced2
Corrected implementation for case-insensitive NRIC
laney0808 Apr 11, 2024
70b1818
Fix cluster command message
alex-setyawan Apr 11, 2024
6b81701
Undo illegal edits to update command
alex-setyawan Apr 11, 2024
a48222e
Merge pull request #226 from jovantanyk/update-ug
laney0808 Apr 11, 2024
0b88938
Parser:
laney0808 Apr 11, 2024
21b00a7
DG:
laney0808 Apr 11, 2024
e9323ab
Add tests for address predicate and nric predicate
alex-setyawan Apr 12, 2024
5edc0ec
Merge pull request #218 from jovantanyk/remove-immunimate-button
laney0808 Apr 12, 2024
538ea2c
Add EOF.
laney0808 Apr 12, 2024
e1174de
Update read and check command examples
Apr 12, 2024
5c57a9c
Add 'patient profile' explanation.
laney0808 Apr 12, 2024
1b2b665
Add explanation on colored circle.
laney0808 Apr 12, 2024
77ca83f
Merge pull request #225 from laney0808/update-parsers
NatLeong Apr 12, 2024
9f99336
Merge branch 'master' into update-ug-readcheck
laney0808 Apr 12, 2024
2feaebc
Merge pull request #230 from NatLeong/update-ug-readcheck
laney0808 Apr 12, 2024
9d4c882
Merge pull request #216 from jovantanyk/docs-commandhistory
jovantanyk Apr 12, 2024
912e19c
Merge pull request #215 from alex-setyawan/logic-issues
jovantanyk Apr 12, 2024
8ac6af3
Merge branch 'backup' into message-issues
alex-setyawan Apr 12, 2024
c3fb288
Merge branch 'backup' into tests
alex-setyawan Apr 12, 2024
ef984bd
DG:
laney0808 Apr 12, 2024
c2ffbfa
Add tests for cluster predicate
alex-setyawan Apr 12, 2024
64805bb
Fix whitespace issues
alex-setyawan Apr 12, 2024
7aec642
Fix more whitespace issues
alex-setyawan Apr 12, 2024
e9b78ec
Add implementation for list and help command.
laney0808 Apr 12, 2024
5ed0d39
Add back Update Description in DG.
laney0808 Apr 12, 2024
8fd5236
Add UML diagrams for create and delete in DG.
laney0808 Apr 12, 2024
6b094ea
Update UML diagrams for read and check commands
Apr 12, 2024
20b2dfe
Merge pull request #233 from NatLeong/update-readcheck-uml
laney0808 Apr 12, 2024
8953267
Fix checkstyle.
laney0808 Apr 12, 2024
4c0bba2
Add cluster command parser test
alex-setyawan Apr 12, 2024
5280023
Add cluster command tests
alex-setyawan Apr 12, 2024
cbacb66
Merge pull request #214 from alex-setyawan/message-issues
jovantanyk Apr 12, 2024
8595c93
fix: update AddVisit to check if NRIC is valid
jovantanyk Apr 12, 2024
1eedbac
fix: init test cases and test utils for Visit
jovantanyk Apr 12, 2024
27c197e
fix: update checkstyle and javadocs
jovantanyk Apr 12, 2024
a234d3e
bug: update LogicManager to update Model for Visits
jovantanyk Apr 12, 2024
0973d00
fix: remove unsued methods in TestUtil
jovantanyk Apr 12, 2024
365285b
fix: update Test Cases and add TypicalVisits
jovantanyk Apr 12, 2024
167c5c6
fix: remove unnecessary logging
jovantanyk Apr 12, 2024
5ea106b
Fix coding standard and code coverage issues
alex-setyawan Apr 13, 2024
65cd725
Merge pull request #232 from laney0808/dg
NatLeong Apr 13, 2024
5dce7fa
Merge pull request #234 from jovantanyk/fix-addvisitcommand
NatLeong Apr 13, 2024
2ed3074
Add UML for deleteinfo.
laney0808 Apr 13, 2024
061866e
Update DG for read and check command
Apr 13, 2024
4fead52
Update Check command success test draft
Apr 13, 2024
09cd23c
fix: update TypicalVisits and ModelManager not updating visitList
jovantanyk Apr 13, 2024
0dc7069
Edit user guide
alex-setyawan Apr 13, 2024
e90eecd
Comment out test
NatLeong Apr 13, 2024
58d008e
Update remaining tests
Apr 13, 2024
4afd0af
Update architechture diagrams.
laney0808 Apr 14, 2024
577180f
Merge pull request #235 from NatLeong/update-dg-readcheck
laney0808 Apr 14, 2024
c671c93
Add VisitContainsNricPredicateTest
Apr 14, 2024
faf1e50
Edit user guide again
alex-setyawan Apr 14, 2024
741cfdd
Merge pull request #217 from jovantanyk/fix-command-box-text
alex-setyawan Apr 14, 2024
067fd28
Merge branch 'master' into dg
alex-setyawan Apr 14, 2024
4b29b64
Merge pull request #227 from alex-setyawan/tests
alex-setyawan Apr 14, 2024
2977e0f
Merge pull request #236 from NatLeong/update-check-test
alex-setyawan Apr 14, 2024
86fd03d
Merge branch 'backup' into tests
alex-setyawan Apr 14, 2024
05cc54e
Fix cluster command test
alex-setyawan Apr 14, 2024
2777a34
Merge pull request #239 from alex-setyawan/tests
alex-setyawan Apr 14, 2024
aa778f1
Adopt pull request suggestions
alex-setyawan Apr 14, 2024
d0c4ce1
Add testing guides for create, update, find, delete, and deleteinfo.
laney0808 Apr 14, 2024
5ce09fe
Merge branch 'dg' into upstream
laney0808 Apr 14, 2024
8498904
Adopt more pull request suggestions
alex-setyawan Apr 14, 2024
ac3cccc
Add cluster, find and update logic sequence diagrams
alex-setyawan Apr 14, 2024
60fc3bb
Add another update command sequence diagram
alex-setyawan Apr 15, 2024
a989ce3
Add sequence diagram images
alex-setyawan Apr 15, 2024
54b20a3
Merge pull request #238 from laney0808/dg
alex-setyawan Apr 15, 2024
4b560e9
Merge branch 'master' into upstream
alex-setyawan Apr 15, 2024
4651e6a
Add error message part
alex-setyawan Apr 15, 2024
af8ca21
Merge pull request #240 from laney0808/upstream
alex-setyawan Apr 15, 2024
07838f7
Merge pull request #237 from alex-setyawan/user-guide
laney0808 Apr 15, 2024
0c6e366
Merge branch 'backup' into developer-guide-3
alex-setyawan Apr 15, 2024
5624ef3
Merge branch 'backup' into developer-guide-3
alex-setyawan Apr 15, 2024
2e06125
Fix format issues, add implementation of find and cluster commands
alex-setyawan Apr 15, 2024
7701656
Add use case for read and check commands
Apr 15, 2024
791635f
Edit diagram for deleteinfo command
alex-setyawan Apr 15, 2024
b5ea9fb
Update uml diagrams.
laney0808 Apr 15, 2024
d5bd1ae
Merge branch 'upstream' of https://github.com/laney0808/tp into upstream
laney0808 Apr 15, 2024
8917622
Merge commit '07838f745f3b8a58dd3c0351ec9886719a0672e9' into upstream
laney0808 Apr 15, 2024
f4d0836
Merge branch 'backup' into user-guide
alex-setyawan Apr 15, 2024
5ded6f8
Add cosmetic enhancements
alex-setyawan Apr 15, 2024
6eb9ad2
Merge pull request #243 from alex-setyawan/user-guide
alex-setyawan Apr 15, 2024
45d3faa
Add more cosmetic enhancements
alex-setyawan Apr 15, 2024
e2fc889
Update story architecture.
laney0808 Apr 15, 2024
1e17288
Change width of model diagram.
laney0808 Apr 15, 2024
8e4b7df
Merge pull request #244 from alex-setyawan/user-guide
alex-setyawan Apr 15, 2024
7e2b737
Make diagram in Model Component bigger
Apr 15, 2024
be008fe
More UG enhancements
alex-setyawan Apr 15, 2024
e527c6b
UG enhancements again
alex-setyawan Apr 15, 2024
0511a0a
Merge pull request #246 from alex-setyawan/user-guide
alex-setyawan Apr 15, 2024
d404ec5
Update DG storage size.
laney0808 Apr 15, 2024
f919ab6
Add UI diagram.
laney0808 Apr 15, 2024
57189e2
Update DG.
laney0808 Apr 15, 2024
9ce172e
Merge pull request #242 from laney0808/upstream
NatLeong Apr 15, 2024
18c6e81
fix: remove tags and update test cases
jovantanyk Apr 15, 2024
101f3d3
More enhancements
alex-setyawan Apr 15, 2024
d1d240f
Merge branch 'master' into update-dg-usecase
NatLeong Apr 15, 2024
23cce60
Merge pull request #248 from alex-setyawan/user-guide
alex-setyawan Apr 15, 2024
0bfab45
Merge pull request #247 from jovantanyk/update-dg-ui
NatLeong Apr 15, 2024
c5219da
Last UG enhancements
alex-setyawan Apr 15, 2024
17e71c9
Merge pull request #249 from alex-setyawan/user-guide
alex-setyawan Apr 15, 2024
0c9fcb1
Update DG to change Patient Record to Profile
jovantanyk Apr 15, 2024
57f51b6
Merge branch 'alex-setyawan-developer-guide-3' into upstream
laney0808 Apr 15, 2024
f763223
Update IABS to IMS
jovantanyk Apr 15, 2024
2f2a0c4
Rename 'patient record' to 'patient profile'.
laney0808 Apr 15, 2024
579359b
Last last UG enhancement
alex-setyawan Apr 15, 2024
33aa6df
Merge pull request #251 from alex-setyawan/user-guide
alex-setyawan Apr 15, 2024
e084b3c
Update DG for Add Visit Command
jovantanyk Apr 15, 2024
b103b6b
Merge pull request #245 from NatLeong/update-dg-usecase
jovantanyk Apr 15, 2024
882d749
Add addvisit implementation and UML.
laney0808 Apr 15, 2024
6d85c44
Merge branch 'master' into upstream
NatLeong Apr 15, 2024
00500cb
Merge pull request #250 from laney0808/upstream
NatLeong Apr 15, 2024
beef90c
fix wrong error message in DateOfVisit
jovantanyk Apr 15, 2024
57c62fa
Optional fields in Model Class Diagram.
laney0808 Apr 15, 2024
d3e88c5
Merge pull request #252 from laney0808/dg-addvisit
NatLeong Apr 15, 2024
d1f6881
Merge pull request #253 from jovantanyk/fix-addvisit-error
NatLeong Apr 15, 2024
c786865
Fix DG and UG.
laney0808 Apr 15, 2024
a1fa891
fix deleteinfo bug
jovantanyk Apr 15, 2024
20425ee
fix deleteinfo second time
jovantanyk Apr 15, 2024
912d694
Fix DG.
laney0808 Apr 15, 2024
d6ab583
Merge pull request #254 from jovantanyk/fix-deleteinfo
NatLeong Apr 15, 2024
30cc5ea
Fix DG.
laney0808 Apr 15, 2024
b2524d9
Merge branch 'master' into dg-addvisit
jovantanyk Apr 15, 2024
240f396
Merge pull request #255 from laney0808/dg-addvisit
jovantanyk Apr 15, 2024
9f8664e
fix ab3
jovantanyk Apr 15, 2024
e586eab
Fix icon.
laney0808 Apr 15, 2024
cb80ba9
Merge pull request #256 from jovantanyk/fix-ab3
NatLeong Apr 15, 2024
385a3e0
Merge pull request #257 from laney0808/fix-icon
NatLeong Apr 15, 2024
795f113
Add Page break
Apr 15, 2024
f1179e9
Change return value to true for hasPerson().
laney0808 Apr 15, 2024
51bd98d
Merge pull request #258 from NatLeong/add-page-break
NatLeong Apr 15, 2024
b98c223
Delete acknowledgement
laney0808 Apr 15, 2024
6425be9
Merge pull request #259 from laney0808/fix-icon
laney0808 Apr 15, 2024
61915ee
Add page break
Apr 15, 2024
9afabe3
Merge pull request #260 from NatLeong/add-more-break
NatLeong Apr 15, 2024
7dafba4
fix add visit
laney0808 Apr 15, 2024
f0302fb
Merge pull request #261 from laney0808/fix-icon
laney0808 Apr 15, 2024
2465589
Add page breaks.
laney0808 Apr 15, 2024
de2c6a4
Merge pull request #262 from laney0808/fix-icon
laney0808 Apr 15, 2024
3cb8899
User story
laney0808 Apr 15, 2024
2847c12
Merge pull request #263 from laney0808/fix-icon
laney0808 Apr 15, 2024
aec7400
Add addvisit testing instuctions.
laney0808 Apr 15, 2024
ed99738
Add separator for UC06
laney0808 Apr 15, 2024
9a6fb1c
Merge pull request #264 from laney0808/fix-icon
NatLeong Apr 15, 2024
5d0a8e1
Final edits
alex-setyawan Apr 15, 2024
1539f40
Fix DG bugs:
laney0808 Apr 15, 2024
d437e16
Change numbering
laney0808 Apr 15, 2024
35b4ced
Merge pull request #266 from laney0808/fix-icon
alex-setyawan Apr 15, 2024
e8d595f
Merge branch 'master' into backup
laney0808 Apr 15, 2024
67fa676
Merge pull request #265 from alex-setyawan/backup
laney0808 Apr 15, 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
40 changes: 40 additions & 0 deletions .github/workflows/gradle_notest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Java Alt CI

on: [push, pull_request]

jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}

steps:
- name: Set up repository
uses: actions/checkout@v2 # Note: Changed to @v2 for better practices

- name: Merge to master
run: git checkout --progress --force ${{ github.sha }}

- name: Run repository-wide tests
if: runner.os == 'Linux'
working-directory: ${{ github.workspace }}/.github
run: ./run-checks.sh

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1

- name: Setup JDK 11
uses: actions/setup-java@v2 # Note: Updated to @v2 for better practices
with:
distribution: 'temurin' # Use Temurin distribution
java-version: '11'

- name: Build with Gradle without running tests
run: ./gradlew build -x test # Changed to build without tests

- name: Upload coverage reports to Codecov
if: runner.os == 'Linux'
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[![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/AY2324S2-CS2103T-T08-1/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2324S2-CS2103T-T08-1/tp/actions)

![Ui](docs/images/Ui.png)
![Ui](docs/images/GUI.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#https://se-education.org/#contributing) for more info.
* **ImmuniMate** is a JavaFX application with a GUI, aimed at helping General Practitioners and Healthcare Professionals better keep track of patient Information.<br>
Main Features:
* Easily create patient profile and update patient information to ImmuniMate
* Keep track of infected patients and clusters of information
* Search for patients and patient history with a breeze
* The name `ImmuniMate` is chosen to reflect its purpose of enhancing and safeguarding community immunity.
* For the detailed documentation and information on ImmuniMate, please visit our **[website](https://ay2324s2-cs2103t-t08-1.github.io/tp/)**.
* This project is currently being developed by a student team in NUS. Our Source code for the project can be found **[here on github.](https://github.com/AY2324S2-CS2103T-T08-1/tp)**
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ dependencies {
}

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

run {
enableAssertions = true
}
defaultTasks 'clean', 'test'
57 changes: 25 additions & 32 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,57 +3,50 @@ layout: page
title: About Us
---

We are a team based in the [School of Computing, National University of Singapore](http://www.comp.nus.edu.sg).
We are a NUS based software development team.

You can reach us at the email `seer[at]comp.nus.edu.sg`
You can contact us individually through our portfolios

## Project team
## ImmuniMate Project Team

### John Doe
### Alex Setyawan

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

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

* Role: Project Advisor

### Jane Doe

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

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](https://github.com/alex-setyawan)]
[[portfolio](team/alex-setyawan)]

* Role: Team Lead
* Responsibilities: UI
* Responsibilities: Project Manager, Back-end


### Johnny Doe
### Tan Jovan

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

[[github](http://github.com/johndoe)] [[portfolio](team/johndoe.md)]
[[homepage](http:/jovantanyk.dev)]
[[github](https://github.com/jovantanyk)]
[[portfolio](team/jovantanyk.md)]

* Role: Developer
* Responsibilities: Data
* Responsibilities: Back-end, Documentation


### Jean Doe
### Zhang Lanyu

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

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

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Responsibilities: Front-end, Documentation, UI Designer

### James Doe
### Natalie Leong

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

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/NatLeong)]
[[portfolio](team/alex-setyawan)]

* Role: Developer
* Responsibilities: UI
* Responsibilities: Front-end, Documentation
Loading
Loading