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

Feature/add summary command #107

Conversation

stanleytangzh
Copy link

@stanleytangzh stanleytangzh commented Oct 25, 2024

closes #106
Create a new command called 'Summary'. It will give a summary of the application statuses of all candidates.

@stanleytangzh stanleytangzh added type.Task Something that needs to be done, but not a story, bug, or an epic. priority.High Must do labels Oct 25, 2024
@stanleytangzh stanleytangzh added this to the v1.5 milestone Oct 25, 2024
@stanleytangzh stanleytangzh self-assigned this Oct 25, 2024
Copy link

codecov bot commented Oct 25, 2024

Codecov Report

Attention: Patch coverage is 36.61972% with 45 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/main/java/seedu/address/ui/OverviewPanel.java 0.00% 23 Missing ⚠️
src/main/java/seedu/address/ui/MainWindowNew.java 0.00% 16 Missing ⚠️
...rc/main/java/seedu/address/ui/PersonListPanel.java 0.00% 5 Missing ⚠️
...a/seedu/address/logic/commands/SummaryCommand.java 94.11% 1 Missing ⚠️
Files with missing lines Coverage Δ Complexity Δ
...rc/main/java/seedu/address/logic/LogicManager.java 78.26% <100.00%> (+0.98%) 4.00 <1.00> (+1.00)
.../seedu/address/logic/parser/AddressBookParser.java 88.46% <100.00%> (+0.46%) 14.00 <0.00> (+1.00)
src/main/java/seedu/address/model/Model.java 100.00% <ø> (ø) 1.00 <0.00> (ø)
...rc/main/java/seedu/address/model/ModelManager.java 100.00% <100.00%> (ø) 26.00 <3.00> (+3.00)
...a/seedu/address/logic/commands/SummaryCommand.java 94.11% <94.11%> (ø) 5.00 <5.00> (?)
...rc/main/java/seedu/address/ui/PersonListPanel.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
src/main/java/seedu/address/ui/MainWindowNew.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
src/main/java/seedu/address/ui/OverviewPanel.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)

@thisisaditya17 thisisaditya17 merged commit f8521c3 into AY2425S1-CS2103T-T09-2:master Oct 27, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority.High Must do type.Task Something that needs to be done, but not a story, bug, or an epic.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Summary Command
2 participants