Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1109 commits
Select commit Hold shift + click to select a range
19f4496
Merge branch 'master' into bugFix-noorul-PED
itssodium Nov 2, 2020
5a800ad
Improve code quality and add test cases.
Nov 2, 2020
e6ed234
Make changes to pass checkstyle.
Nov 2, 2020
f2ff93b
Make changes according to comments given by reviewers.
Nov 2, 2020
21b599e
Merge pull request #229 from itssodium/PPP
itssodium Nov 2, 2020
7e159bd
Update error message for parsing room and task numbers
w-yeehong Nov 2, 2020
a5ff85f
ParserUtil#parseRoomNumber(...) requires non-null
w-yeehong Nov 2, 2020
b138b33
Add PPP for my part.
Nov 3, 2020
c83f7c9
Add files via upload
chiamyunqing Nov 3, 2020
2ee42d9
Update model component
chiamyunqing Nov 3, 2020
f99fc83
Update DeveloperGuide.md
chiamyunqing Nov 3, 2020
0457bfe
Update DeveloperGuide.md
chiamyunqing Nov 3, 2020
9ca7c65
Update DeveloperGuide.md
chiamyunqing Nov 3, 2020
684df9d
Add more test cases.
Nov 3, 2020
6c54211
Make changes according to comments given by reviewers.
Nov 3, 2020
85bd10c
Merge pull request #227 from AY2021S1-CS2103T-W12-1/branch_task_ui
w-yeehong Nov 3, 2020
36a2b9d
Merge pull request #228 from w-yeehong/fix-issue#178
w-yeehong Nov 3, 2020
298736a
Merge pull request #230 from w-yeehong/fix-issue#203
w-yeehong Nov 3, 2020
91cd63e
Make some admin changes.
Nov 3, 2020
a5ca77a
Complete Patient Overview
chiamyunqing Nov 3, 2020
fadfa2f
Add files via upload
chiamyunqing Nov 3, 2020
00ff93b
Update DeveloperGuide.md
chiamyunqing Nov 3, 2020
8f2af26
Make changes according to comments given by reviewers.
Nov 3, 2020
68830af
Merge pull request #224 from itssodium/bugFix-noorul-PED
itssodium Nov 3, 2020
eb2204a
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W12-1/tp
Nov 3, 2020
8662e74
Make changes to UG
Nov 3, 2020
7b7c33e
Update DeveloperGuide.md
chiamyunqing Nov 3, 2020
96a7450
Update DeveloperGuide.md
chiamyunqing Nov 3, 2020
5a6fd4e
Add files via upload
chiamyunqing Nov 3, 2020
be9d0f0
Update ModelClassDiagram.puml
chiamyunqing Nov 3, 2020
4ed94a5
Create PatientRecordsClassDiagram.puml
chiamyunqing Nov 3, 2020
2d52a99
Create RoomListClassDiagram.puml
chiamyunqing Nov 3, 2020
7c4d3d8
Create AddPatientSequenceDiagram.puml
chiamyunqing Nov 3, 2020
0ddf54d
Update DeveloperGuide.md
chiamyunqing Nov 3, 2020
a896d9c
Add images and make UG clearer.
Nov 3, 2020
328c167
Merge pull request #231 from itssodium/UG-update
itssodium Nov 3, 2020
1366507
Merge pull request #232 from itssodium/master
itssodium Nov 3, 2020
9eee7e8
Add Room Feature details on DeveloperGuide.md.
Nov 3, 2020
93f2210
Merge pull request #233 from itssodium/DG-noorul
itssodium Nov 3, 2020
aa36f34
Task Tab UI Quick Fix Indeed
chiamyunqing Nov 4, 2020
3e95e3e
Add PPP
LeeMingDe Nov 4, 2020
c625cb4
Update PPP
LeeMingDe Nov 4, 2020
6425e52
Merge branch 'master' into PPP
LeeMingDe Nov 4, 2020
5ba8929
Update numberings
LeeMingDe Nov 4, 2020
a0404e4
Fix typos
LeeMingDe Nov 4, 2020
6e8d449
Update introduction
LeeMingDe Nov 4, 2020
b8b019e
Fix broken image
LeeMingDe Nov 4, 2020
42d2d97
Fix formatting
LeeMingDe Nov 4, 2020
9960d1e
Change formatting
LeeMingDe Nov 4, 2020
974e90c
Update UserGuide.md
LeeMingDe Nov 4, 2020
acf5bd5
Revert back formatting
LeeMingDe Nov 4, 2020
a1a6bf9
Fix formatting
LeeMingDe Nov 4, 2020
0cb33af
Update design considerations
LeeMingDe Nov 4, 2020
770fa7f
Add in diagram for allocateroom
LeeMingDe Nov 4, 2020
50ffb67
Add room number attribute to task
chiamyunqing Nov 4, 2020
5844a6d
Update DeveloperGuide.md
LeeMingDe Nov 4, 2020
9648bdf
Add extractor to listen for changes in tasklist for room
chiamyunqing Nov 4, 2020
13731fe
Solved issue of task UI
chiamyunqing Nov 4, 2020
f839211
Checkstyle compliance
chiamyunqing Nov 4, 2020
6ab10c2
Limit phone char to 20
chiamyunqing Nov 4, 2020
06b91b7
Unclaim authorship that was assigned to me due to refactoring
chiamyunqing Nov 4, 2020
de22294
Update UserGuide.md
chiamyunqing Nov 4, 2020
1ed7384
Create chiamyunqing.md
chiamyunqing Nov 4, 2020
bb7b465
Add PPP
w-yeehong Nov 4, 2020
c20b756
Pass test cases due to accidental edits
chiamyunqing Nov 5, 2020
94cdaed
Fix bug of tasks being cleared from room when patient is deleted
chiamyunqing Nov 5, 2020
35c0819
Update RoomTaskRecords to cater to initroom
chiamyunqing Nov 5, 2020
85ee67e
Storage to check for the task room number that does not correspond to…
chiamyunqing Nov 5, 2020
5a48bfe
Merge branch 'PPP' of https://github.com/AY2021S1-CS2103T-W12-1/tp in…
raymondge Nov 5, 2020
e8847cd
Merge branch 'PPP' of https://github.com/AY2021S1-CS2103T-W12-1/tp in…
raymondge Nov 5, 2020
331ca18
Update test cases
chiamyunqing Nov 5, 2020
009cf35
add PPP
raymondge Nov 5, 2020
06775cd
Comply with checkstyle
chiamyunqing Nov 5, 2020
1d8f066
Merge pull request #237 from raymondge/ppp
raymondge Nov 5, 2020
84fbfb6
Fix roomlistpanel not updating with tasks added
chiamyunqing Nov 5, 2020
61455a9
Update chiamyunqing.md
chiamyunqing Nov 5, 2020
ba17aaf
Update chiamyunqing.md
chiamyunqing Nov 5, 2020
ba5b4c4
Eliminate use of magic numbers
chiamyunqing Nov 5, 2020
d339381
Merge pull request #236 from chiamyunqing/bugfix2
chiamyunqing Nov 5, 2020
79b89e4
Pass Checkstyle
LeeMingDe Nov 5, 2020
4b3b572
Fix errors that was introduced due to commits
LeeMingDe Nov 5, 2020
b055201
Fix checkstyle
LeeMingDe Nov 5, 2020
0577b54
Fix testcase
LeeMingDe Nov 5, 2020
2ed3c45
Merge pull request #235 from AY2021S1-CS2103T-W12-1/PPP
LeeMingDe Nov 5, 2020
5882a12
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W12-1/tp
Nov 5, 2020
b66a47e
Add link for PPP
chiamyunqing Nov 6, 2020
0226f8d
Update bullet points
chiamyunqing Nov 6, 2020
dbe4737
Update link
chiamyunqing Nov 6, 2020
084a3d3
Merge pull request #238 from AY2021S1-CS2103T-W12-1/PPP
chiamyunqing Nov 6, 2020
fd8a4e8
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W12-1/tp…
chiamyunqing Nov 6, 2020
0b2780b
Update comment
chiamyunqing Nov 6, 2020
47b18ae
Update code based on comment
chiamyunqing Nov 6, 2020
f872f21
Remove redundant changes
chiamyunqing Nov 6, 2020
98fa1c4
Rename the extractor
chiamyunqing Nov 6, 2020
0d89779
Updated command summary section
chiamyunqing Nov 6, 2020
af3f2db
Fix typo
chiamyunqing Nov 6, 2020
6d6f537
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W12-1/tp
Nov 6, 2020
a95b391
Merge pull request #239 from chiamyunqing/taskUItest
w-yeehong Nov 6, 2020
cfd27d9
Revert the adding of room numbers to tasks.
w-yeehong Nov 6, 2020
9aeeebc
RoomTasks: Remove unused FilteredList
w-yeehong Nov 6, 2020
02f3a53
Add an association class between Room and Task
w-yeehong Nov 6, 2020
8fabee3
Remove highlights when tasks are selected in UI
w-yeehong Nov 6, 2020
6f7d436
Fix searchtask to work with RoomTaskAssociation
w-yeehong Nov 6, 2020
df363e3
Add unit tests for RoomTaskAssociation
w-yeehong Nov 7, 2020
da14e11
Merge pull request #241 from w-yeehong/fix-taskui
chiamyunqing Nov 7, 2020
42159a8
ParserUtilTest: Change variable name to be clearer
w-yeehong Oct 27, 2020
fa805c3
Add unit tests for AddTaskCommand#execute(...)
w-yeehong Nov 2, 2020
4f76ad6
Add unit tests for DeleteTaskCommand#execute(...)
w-yeehong Nov 2, 2020
bc9b599
Add unit tests for EditTaskCommand#execute(...)
w-yeehong Nov 7, 2020
f62fe52
Add unit tests for invalid values of Description
w-yeehong Nov 7, 2020
602375c
Updated delete patient command
chiamyunqing Nov 7, 2020
9e66b13
BugFix
Nov 7, 2020
c105a7b
Make minor code quality changes.
Nov 7, 2020
0abccf9
Make minor code quality changes.
Nov 7, 2020
6cde2e6
Update User stories and use cases
chiamyunqing Nov 7, 2020
8c73131
Update ModelClassDiagram.puml
chiamyunqing Nov 7, 2020
b388bb8
Create RoomTaskRecordsClassDiagram.puml
chiamyunqing Nov 7, 2020
6a5ca82
Updated Model Component
chiamyunqing Nov 7, 2020
3287417
Delete ModelClassDiagram.png
chiamyunqing Nov 7, 2020
24e7380
Add files via upload
chiamyunqing Nov 7, 2020
0399e7b
Add files via upload
chiamyunqing Nov 7, 2020
be53a32
Update DeveloperGuide.md
chiamyunqing Nov 7, 2020
baf48f5
Add integration test for editpatient
LeeMingDe Nov 7, 2020
157c573
Add files via upload
chiamyunqing Nov 7, 2020
a48e521
Make changes to documentation.
Nov 7, 2020
afa3ce1
Add integration test for AllocateRoomCommand
LeeMingDe Nov 7, 2020
b6d85a8
DeveloperGuide.md update of Storage component.
Nov 7, 2020
59664e8
Complete Storage component for DG
Nov 7, 2020
acab057
Make changes according to comments given by reviewers.
Nov 7, 2020
c834c21
Make some changes to make DG look better.
Nov 7, 2020
ab8303a
Make minor change.
Nov 7, 2020
e10aa71
Merge pull request #243 from itssodium/bugFix-final
itssodium Nov 7, 2020
c46b747
Merge pull request #242 from w-yeehong/add-tasktest
w-yeehong Nov 7, 2020
dbf77fd
Add Room feature details to DeveloperGuide.md.
Nov 7, 2020
cc11e2a
Make minor code quality changes.
Nov 7, 2020
78a0b00
Update based on reviwer comments
LeeMingDe Nov 7, 2020
36d6a83
Fix checkstyle error
LeeMingDe Nov 7, 2020
ddf1d1c
Merge branch 'master' into branch_addtestcases
LeeMingDe Nov 7, 2020
d32869b
Merge pull request #244 from LeeMingDe/branch_addtestcases
LeeMingDe Nov 7, 2020
8cb767c
Add details for Room Feature on DeveloperGuide.md.
Nov 7, 2020
e0e03c3
Add more test cases for InitRoomCommandTest.java
Nov 7, 2020
cf030f2
Merge branch 'master' into bugFix-final
itssodium Nov 7, 2020
71445d0
Make changes to pass checkstyle
Nov 7, 2020
c4da331
UserGuide.md: Update Getting Started section
w-yeehong Nov 7, 2020
8a761f2
UserGuide.md: Update instructions for task-related commands
w-yeehong Nov 7, 2020
9147592
UserGuide.md: Fix numbering in Getting Started section
w-yeehong Nov 8, 2020
879ba30
UserGuide.md: Restore title
w-yeehong Nov 8, 2020
87c56af
Unclaim authorship
chiamyunqing Nov 8, 2020
3461346
Eliminate magic literal in name class
chiamyunqing Nov 8, 2020
595ed55
Add description to test cases.
Nov 8, 2020
bae3ec0
Add description to test cases and add more test cases.
Nov 8, 2020
73d8abb
Make changes to pass checkstyle.
Nov 8, 2020
7b385c4
Fix patient tab UI bugs
chiamyunqing Nov 8, 2020
163ba83
Comply with checkstyle
chiamyunqing Nov 8, 2020
8d6dd1e
Update UserGuide.md
chiamyunqing Nov 8, 2020
c0a8eff
Delete f19_deletepatientsuccess.png
chiamyunqing Nov 8, 2020
fb00246
Delete f3_startingcovigent.png
chiamyunqing Nov 8, 2020
884b2bb
Add files via upload
chiamyunqing Nov 8, 2020
e401f3b
Updated pictures
chiamyunqing Nov 8, 2020
300152c
Update typo
chiamyunqing Nov 8, 2020
24093cc
Update the DeveloperGuide.md in RoomFeature.
Nov 8, 2020
64c94a2
Bug fix for scrolling
chiamyunqing Nov 8, 2020
9fe523b
Merge pull request #248 from itssodium/DG-update-final
itssodium Nov 8, 2020
8d48946
Make changes according to comments given by reviewers.
Nov 8, 2020
ac06911
Update links
LeeMingDe Nov 8, 2020
e0ecea4
Make admin changes.
Nov 8, 2020
493ee63
Make Minor changes to DeveloperGuide.md
Nov 8, 2020
4a8cb01
Merge pull request #250 from itssodium/DG-update-final
itssodium Nov 8, 2020
56f9c8a
Merge pull request #245 from itssodium/bugFix-final
itssodium Nov 8, 2020
129e504
Make minor changes in multiplicity and colour.
Nov 8, 2020
ade1136
Merge pull request #251 from itssodium/DG-update-final
itssodium Nov 8, 2020
6ee2d6f
Move plantuml files to /plantuml
chiamyunqing Nov 8, 2020
62ed453
Delete findAlexDavidResult.png
chiamyunqing Nov 8, 2020
ce111ba
Move dg images to /dg
chiamyunqing Nov 8, 2020
ca11ba0
Merge branch 'branch_DG' of https://github.com/AY2021S1-CS2103T-W12-1…
chiamyunqing Nov 8, 2020
3e54d73
Update links of images
chiamyunqing Nov 8, 2020
d1982a1
Update DeveloperGuide.md
chiamyunqing Nov 8, 2020
4f40eac
Delete RoomListClassDiagram.png
chiamyunqing Nov 8, 2020
15fb230
Add files via upload
chiamyunqing Nov 8, 2020
d163a4c
Merge branch 'branch_UG' of https://github.com/AY2021S1-CS2103T-W12-1…
Nov 8, 2020
961e4a8
Update DeveloperGuide.md
chiamyunqing Nov 8, 2020
52205c9
Delete RoomListClassDiagram.png
chiamyunqing Nov 8, 2020
05adbe6
Add files via upload
chiamyunqing Nov 8, 2020
a05ae47
Update RoomList image
chiamyunqing Nov 8, 2020
b000e64
Make minor changes to UI
Nov 8, 2020
5418b29
Update figure number
LeeMingDe Nov 8, 2020
fe82e90
Update DeveloperGuide.md
LeeMingDe Nov 8, 2020
9a222cb
Update image
LeeMingDe Nov 8, 2020
2e60923
Remove appendix instruction for manual testing
LeeMingDe Nov 8, 2020
01a27d0
Fix formatting
LeeMingDe Nov 8, 2020
98ad22a
Merge pull request #252 from itssodium/UG-update-final
itssodium Nov 8, 2020
3387145
Update SettingUp.md
LeeMingDe Nov 8, 2020
18a4ee2
Add Appendix for Manual testing
LeeMingDe Nov 8, 2020
4b5afd1
Update PPP
LeeMingDe Nov 8, 2020
b9bd1f4
Update TOC
LeeMingDe Nov 8, 2020
9002ee4
Update DeveloperGuide.md
LeeMingDe Nov 8, 2020
a1929a3
Merge pull request #247 from chiamyunqing/Bugfix_patientTab
LeeMingDe Nov 8, 2020
d9f3ce3
Update ActivityDiagramForInitRoom.png.
Nov 9, 2020
de99888
Merge pull request #253 from itssodium/DG-update-final
itssodium Nov 9, 2020
c5b5f54
Update AboutUs.md
w-yeehong Nov 9, 2020
b66f726
Update PPP.
Nov 9, 2020
f9aab31
Merge pull request #254 from itssodium/DG-update-final
itssodium Nov 9, 2020
89be5a4
Update RoomListClassDiagram.puml
chiamyunqing Nov 9, 2020
4f2dc3f
DeveloperGuide.md: Update implementation of task feature
w-yeehong Nov 8, 2020
59fe829
DeveloperGuide.md: Update Planned Features section
w-yeehong Nov 9, 2020
539a795
Delete RoomListClassDiagram.png
chiamyunqing Nov 9, 2020
c4fce66
Add files via upload
chiamyunqing Nov 9, 2020
b5c0c6a
Merge branch 'master' of github.com:AY2021S1-CS2103T-W12-1/tp into up…
w-yeehong Nov 9, 2020
4dc1279
Update TOC
chiamyunqing Nov 9, 2020
074c25b
Merge pull request #246 from AY2021S1-CS2103T-W12-1/branch_UG
w-yeehong Nov 9, 2020
685a3af
Update DeveloperGuide.md
chiamyunqing Nov 9, 2020
ee5afd5
DeveloperGuide.md: Fix table of contents
w-yeehong Nov 9, 2020
88f229d
Update header size of features
chiamyunqing Nov 9, 2020
3fcbb05
DeveloperGuide.md: Update high-level details of Architecture
w-yeehong Nov 9, 2020
14cc58c
DeveloperGuide.md: Fix link in Section 3.1
w-yeehong Nov 9, 2020
bb33303
DeveloperGuide.md: Fix links in Section 3.2
w-yeehong Nov 9, 2020
fc0542e
UserGuide.md: Change layout for Github pages
w-yeehong Nov 9, 2020
3368b36
UserGuide.md: Remove duplicate heading
w-yeehong Nov 9, 2020
0e3766e
w-yeehong.md: Update PPP
w-yeehong Nov 9, 2020
4c2f0b7
DeveloperGuide.md: Remove duplicate heading
w-yeehong Nov 9, 2020
7de1e70
Update link to header in Patient feature
chiamyunqing Nov 9, 2020
ceae5b9
Updated PPP
chiamyunqing Nov 9, 2020
de67259
Update User Stories.
Nov 9, 2020
8402fee
Merge pull request #255 from itssodium/DG-update-final
itssodium Nov 9, 2020
42c4523
Update hyperlink
chiamyunqing Nov 9, 2020
ebb61ed
Updated hyperlinks
chiamyunqing Nov 9, 2020
49da96f
Add MSS.
Nov 9, 2020
77a8d0e
Add MSS.
Nov 9, 2020
acf3c90
Add line break and update hyperlink
chiamyunqing Nov 9, 2020
21b7539
Update UserGuide.d
itssodium Nov 9, 2020
fc6ea8e
Add MSS.
Nov 9, 2020
f7c165f
Merge pull request #256 from itssodium/DG-update-final
itssodium Nov 9, 2020
fc2a27a
Fix Command Summary
LeeMingDe Nov 9, 2020
a141ce6
Add User stories.
Nov 9, 2020
de31874
Fix Command Summary
LeeMingDe Nov 9, 2020
56893d4
Fix formatting
LeeMingDe Nov 9, 2020
ae3739f
Rearrange order
LeeMingDe Nov 9, 2020
4d31cd7
Add User stories and MSS.
Nov 9, 2020
d99147a
Merge branch 'branch_DG' into DG-update-final
itssodium Nov 9, 2020
9cee903
DeveloperGuide.md: Update use cases
w-yeehong Nov 9, 2020
1b1723c
Merge branch 'branch_DG' into DG-update-final
itssodium Nov 9, 2020
cf24715
Merge pull request #257 from itssodium/DG-update-final
itssodium Nov 9, 2020
c9c819d
Updated Use Case
chiamyunqing Nov 9, 2020
87a3272
Add line breaks in Use Cases
chiamyunqing Nov 9, 2020
42f5482
Update Use Cases for Tasks
chiamyunqing Nov 9, 2020
165613d
Merge pull request #249 from AY2021S1-CS2103T-W12-1/branch_DG
w-yeehong Nov 9, 2020
b3d8538
Update DeveloperGuide.md
chiamyunqing Nov 9, 2020
7329304
Add line break
chiamyunqing Nov 9, 2020
618dead
Update manual testing
chiamyunqing Nov 9, 2020
d825126
Update DeveloperGuide.md
chiamyunqing Nov 9, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ src/test/data/sandbox/
# MacOS custom attributes files created by Finder
.DS_Store
docs/_site/

Binary file added AllocateRoomSequenceDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)
Covigent

Covigent

[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/AY2021S1-CS2103T-W12-1/tp/actions)

![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#https://se-education.org/#contributing) for more info.
Covigent is a desktop app for managing information of quarantined individuals and the tasks to be done by staff of the quarantine facilities. It is optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). If you type fast, Covigent can improve your efficiency in managing your patients and tasks instead of using traditional GUI apps.

Check out our [User Guide](https://ay2021s1-cs2103t-w12-1.github.io/tp/UserGuide.html) to get started.

This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).
Binary file added UiClassDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 14 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'checkstyle'
id 'com.github.johnrengelman.shadow' version '4.0.4'
id 'com.github.johnrengelman.shadow' version '6.1.0'
id 'application'
id 'jacoco'
}
Expand All @@ -17,14 +17,22 @@ repositories {
}

checkstyle {
toolVersion = '8.29'
toolVersion = '8.36.2'
}

run {
enableAssertions = true
}

test {
useJUnitPlatform()
finalizedBy jacocoTestReport
}

run {
enableAssertions = true
}

task coverage(type: JacocoReport) {
sourceDirectories.from files(sourceSets.main.allSource.srcDirs)
classDirectories.from files(sourceSets.main.output)
Expand All @@ -41,7 +49,7 @@ task coverage(type: JacocoReport) {
}

dependencies {
String jUnitVersion = '5.4.0'
String jUnitVersion = '5.7.0'
String javaFxVersion = '11'

implementation group: 'org.openjfx', name: 'javafx-base', version: javaFxVersion, classifier: 'win'
Expand All @@ -60,13 +68,15 @@ dependencies {
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.7.0'
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.7.4'

testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.5.13'

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: jUnitVersion

testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: jUnitVersion
}

shadowJar {
archiveName = 'addressbook.jar'
archiveFileName = 'covigent.jar'
}

defaultTasks 'clean', 'test'
52 changes: 23 additions & 29 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,57 +3,51 @@ 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).

You can reach us at the email `seer[at]comp.nus.edu.sg`
We are team CS2103T-W12-1 based in the [School of Computing, National University of Singapore](http://www.comp.nus.edu.sg).

## Project team

### John Doe
### Wee Yee Hong

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

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

* Role: Project Advisor
* Role: Team Lead
* Responsibilities: Project Coordination

### Jane Doe
### Ge Wai Lok

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

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[Github](http://github.com/raymondge)][[Portfolio](team/raymondge.md)]

* Role: Team Lead
* Responsibilities: UI
* Role: Developer
* Responsibilities: Documentation

### Johnny Doe
### Noorul Azlina

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

[[github](http://github.com/johndoe)] [[portfolio](team/johndoe.md)]
[[Github](http://github.com/itssodium)][[Portfolio](team/itssodium.md)]

* Role: Developer
* Responsibilities: Data
* Responsibilities: Code Quality

### Jean Doe
### Chiam Yun Qing

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

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[Github](https://github.com/chiamyunqing)][[Portfolio](team/chiamyunqing.md)]

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Responsibilities: Testing

### James Doe
### Lee Ming De

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

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[Github](http://github.com/LeeMingDe)][[Portfolio](team/leemingde.md)]

* Role: Developer
* Responsibilities: UI
* Responsibilities: Integration (version the code, maintain the code repository and integrate various parts into a software)
2 changes: 1 addition & 1 deletion docs/DevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Given below are how to use Gradle for some important project tasks.
* **`clean`**: Deletes the files created during the previous build tasks (e.g. files in the `build` folder).<br>
e.g. `./gradlew clean`

* **`shadowJar`**: Uses the ShadowJar plugin to creat a fat JAR file in the `build/lib` folder, *if the current file is outdated*.<br>
* **`shadowJar`**: Uses the ShadowJar plugin to create a fat JAR file in the `build/lib` folder, *if the current file is outdated*.<br>
e.g. `./gradlew shadowJar`.

* **`run`**: Builds and runs the application.<br>
Expand Down
Loading