Skip to content

[CS2103T-W13-2] CareConnect#137

Open
SuhailLoya wants to merge 421 commits intonus-cs2103-AY2425S1:masterfrom
AY2425S1-CS2103T-W13-2:master
Open

[CS2103T-W13-2] CareConnect#137
SuhailLoya wants to merge 421 commits intonus-cs2103-AY2425S1:masterfrom
AY2425S1-CS2103T-W13-2:master

Conversation

@SuhailLoya
Copy link
Copy Markdown

@SuhailLoya SuhailLoya commented Sep 21, 2024

CareConnect is a CLI-first case management application that enables social workers to efficiently manage client details, appointments, and priorities. Repeated chores including data entry and search will be streamlined via simple CLI inputs, easing the mental load of the social workers, allowing them to focus more on delivering high-quality care and support for the clients.

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 21, 2024

Codecov Report

Attention: Patch coverage is 49.00662% with 385 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/main/java/careconnect/ui/MainWindow.java 0.00% 62 Missing ⚠️
.../java/careconnect/logic/commands/UntagCommand.java 0.00% 40 Missing ⚠️
...in/java/careconnect/logic/commands/TagCommand.java 0.00% 37 Missing ⚠️
...econnect/logic/commands/SetAppointmentCommand.java 0.00% 35 Missing ⚠️
src/main/java/careconnect/ui/CommandBox.java 0.00% 23 Missing ⚠️
...ameAndAddressAndTagsContainsKeywordsPredicate.java 56.52% 15 Missing and 5 partials ⚠️
src/main/java/careconnect/ui/LogListPanel.java 0.00% 19 Missing ⚠️
src/main/java/careconnect/ui/PersonListPanel.java 0.00% 16 Missing ⚠️
...java/careconnect/model/person/AppointmentDate.java 28.57% 12 Missing and 3 partials ⚠️
...nect/logic/parser/SetAppointmentCommandParser.java 0.00% 14 Missing ⚠️
... and 20 more
Files with missing lines Coverage Δ Complexity Δ
...main/java/careconnect/commons/core/LogsCenter.java 79.41% <100.00%> (+0.62%) 5.00 <1.00> (ø)
...main/java/careconnect/commons/util/StringUtil.java 96.15% <ø> (ø) 10.00 <0.00> (ø)
src/main/java/careconnect/logic/Logic.java 100.00% <100.00%> (ø) 0.00 <0.00> (?)
src/main/java/careconnect/logic/Messages.java 88.88% <100.00%> (+1.38%) 3.00 <0.00> (ø)
...in/java/careconnect/logic/commands/AddCommand.java 100.00% <100.00%> (ø) 8.00 <0.00> (ø)
.../java/careconnect/logic/commands/ClearCommand.java 100.00% <100.00%> (ø) 4.00 <2.00> (+2.00)
.../main/java/careconnect/logic/commands/Command.java 100.00% <100.00%> (ø) 2.00 <2.00> (+1.00)
...connect/logic/commands/ConfirmationYesCommand.java 100.00% <100.00%> (ø) 2.00 <2.00> (?)
...java/careconnect/logic/commands/DeleteCommand.java 100.00% <100.00%> (ø) 9.00 <2.00> (+2.00)
...a/careconnect/logic/commands/DeleteLogCommand.java 100.00% <100.00%> (ø) 14.00 <14.00> (?)
... and 36 more

AppleJem and others added 29 commits October 23, 2024 09:34
Enable java assertions in build.gradle
…mpty strings

remove test asserting zero results for empty string parameters, which is now redundant
As a user, I want to be able to see logs for each client
* feat: add tag and untag commands

* fix: fix checkstyle errors
celeschai and others added 30 commits November 12, 2024 10:34
docs: update user stories in DG
docs: added disclaimer about the usage of `AddressBook` in DG
tests: remove possibly problematic test case in FindcommandParserTest
docs: add autocomplete implementation to dg
docs: formatting in DG for notes on use of AddressBook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants