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-F12-4] H'Reers #40

Open
wants to merge 145 commits into
base: master
Choose a base branch
from

Conversation

WilkinsAng
Copy link

‘H’Reers automates the process of sending custom birthday and anniversary messages for small company HR workers. Optimized for CLI users, it streamlines contact management and ensures timely, personalized greetings, enhancing employee engagement with minimal effort.

Copy link

codecov bot commented Feb 19, 2025

Codecov Report

Attention: Patch coverage is 63.22242% with 210 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
.../main/java/seedu/address/ui/AnniversaryWindow.java 0.00% 26 Missing ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 22 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 21 Missing ⚠️
...c/main/java/seedu/address/model/person/Person.java 60.46% 12 Missing and 5 partials ⚠️
...a/seedu/address/model/person/UniquePersonList.java 30.43% 16 Missing ⚠️
...c/commands/anniversary/ShowAnniversaryCommand.java 0.00% 12 Missing ⚠️
...u/address/logic/parser/AnniversaryParserUtils.java 50.00% 8 Missing and 4 partials ⚠️
.../java/seedu/address/model/util/SampleDataUtil.java 0.00% 12 Missing ⚠️
...java/seedu/address/logic/commands/EditCommand.java 77.14% 1 Missing and 7 partials ⚠️
...va/seedu/address/logic/commands/CommandResult.java 50.00% 6 Missing and 1 partial ⚠️
... and 16 more
Files with missing lines Coverage Δ Complexity Δ
src/main/java/seedu/address/logic/Messages.java 87.50% <100.00%> (ø) 3.00 <0.00> (ø)
...ava/seedu/address/logic/commands/ClearCommand.java 100.00% <100.00%> (ø) 2.00 <0.00> (ø)
...java/seedu/address/logic/commands/UndoCommand.java 100.00% <100.00%> (ø) 3.00 <3.00> (?)
...commands/anniversary/DeleteAnniversaryCommand.java 100.00% <100.00%> (ø) 6.00 <6.00> (?)
...u/address/logic/parser/AddPersonCommandParser.java 100.00% <100.00%> (ø) 6.00 <6.00> (?)
...ain/java/seedu/address/logic/parser/CliSyntax.java 92.85% <100.00%> (+9.52%) 1.00 <1.00> (ø)
...eedu/address/logic/parser/DeleteCommandParser.java 100.00% <100.00%> (ø) 2.00 <1.00> (ø)
.../seedu/address/logic/parser/UndoCommandParser.java 100.00% <100.00%> (ø) 3.00 <3.00> (?)
...er/anniversary/DeleteAnniversaryCommandParser.java 100.00% <100.00%> (ø) 4.00 <4.00> (?)
src/main/java/seedu/address/model/Model.java 100.00% <ø> (ø) 1.00 <0.00> (ø)
... and 29 more

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

WilkinsAng and others added 28 commits February 19, 2025 16:19
Add : put picture in for docs
Rename picture to github username
Replace Jane Doe with Terence Tan in AboutUs
Update About Us Page with Kim Seung Hyun Info
Terentwc and others added 30 commits March 22, 2025 13:18
Disabled 3 test cases
EditCommandParserTest
1. parse_invalidValue_failure
2. parse_allFieldsSpecified_success

JsonSerializableAddressBookTest
3. toModelType_typicalPersonsFile_success
Update sort feature to take work anniversary as upcoming date
Add CLI Implementation of Show Anniversary
Users now see persons with birthday or work anniversary upcoming within
3 days or less as highlighted on the list.

This serves as base feature to be extended as separate reminder
dashboard
Add : visible UUID from PersonCard and copy paste feature
Update UG for Add Person and Show Anni command
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.

5 participants