Closed mongj closed 2 weeks ago
Attention: Patch coverage is 56.14035%
with 25 lines
in your changes missing coverage. Please review.
Files with missing lines | Coverage Δ | Complexity Δ | |
---|---|---|---|
...ain/java/careconnect/commons/core/GuiSettings.java | 76.92% <ø> (ø) |
8.00 <0.00> (ø) |
|
...java/careconnect/logic/commands/CommandResult.java | 100.00% <100.00%> (ø) |
16.00 <5.00> (+3.00) |
|
...n/java/careconnect/logic/commands/ViewCommand.java | 100.00% <100.00%> (ø) |
7.00 <7.00> (?) |
|
...va/careconnect/logic/parser/AddressBookParser.java | 100.00% <100.00%> (ø) |
13.00 <0.00> (+1.00) |
|
...va/careconnect/logic/parser/ViewCommandParser.java | 100.00% <100.00%> (ø) |
2.00 <2.00> (?) |
|
src/main/java/careconnect/ui/PersonCard.java | 0.00% <0.00%> (ø) |
0.00 <0.00> (ø) |
|
...main/java/careconnect/ui/PersonDetailFallback.java | 0.00% <0.00%> (ø) |
0.00 <0.00> (?) |
|
src/main/java/careconnect/ui/PersonListPanel.java | 0.00% <0.00%> (ø) |
0.00 <0.00> (ø) |
|
src/main/java/careconnect/ui/MainWindow.java | 0.00% <0.00%> (ø) |
0.00 <0.00> (ø) |
Awesome Possom!
Closes #78 Fixes #84
Implements a new view command which displays the selected client's details on the right pane.
New issues relating to implementation of the view command which are not resolved in this PR: #83, #85