Skip to content

[CS2103-T08-2] KrustyKrab#85

Open
Ben926 wants to merge 393 commits into
nus-cs2103-AY2425S2:masterfrom
AY2425S2-CS2103T-T08-2:master
Open

[CS2103-T08-2] KrustyKrab#85
Ben926 wants to merge 393 commits into
nus-cs2103-AY2425S2:masterfrom
AY2425S2-CS2103T-T08-2:master

Conversation

@Ben926
Copy link
Copy Markdown

@Ben926 Ben926 commented Feb 23, 2025

KrustyKrab helps cafe staff manage bookings and contacts. It is optimized for CLI users so that frequent tasks can be done faster by typing in commands.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 5, 2025

Codecov Report

Attention: Patch coverage is 50.54705% with 452 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...seedu/address/model/booking/UniqueBookingList.java 26.43% 61 Missing and 3 partials ⚠️
...ava/seedu/address/logic/commands/TodayCommand.java 0.00% 44 Missing ⚠️
...main/java/seedu/address/model/booking/Booking.java 62.06% 21 Missing and 12 partials ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 32 Missing ⚠️
src/main/java/seedu/address/ui/BookingCard.java 0.00% 31 Missing ⚠️
...u/address/storage/JsonSerializableAddressBook.java 19.35% 24 Missing and 1 partial ⚠️
...address/logic/parser/EditBookingCommandParser.java 0.00% 24 Missing ⚠️
...u/address/logic/commands/DeleteBookingCommand.java 0.00% 22 Missing ⚠️
src/main/java/seedu/address/model/AddressBook.java 54.34% 19 Missing and 2 partials ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 21 Missing ⚠️
... and 24 more
Files with missing lines Coverage Δ Complexity Δ
src/main/java/seedu/address/logic/Messages.java 92.59% <100.00%> (+5.09%) 4.00 <1.00> (+1.00)
...seedu/address/logic/commands/AddPersonCommand.java 100.00% <100.00%> (ø) 8.00 <1.00> (?)
.../seedu/address/logic/commands/ClearAllCommand.java 100.00% <100.00%> (ø) 2.00 <1.00> (?)
...du/address/logic/commands/DeletePersonCommand.java 100.00% <100.00%> (ø) 7.00 <1.00> (?)
...edu/address/logic/commands/ListPersonsCommand.java 100.00% <100.00%> (ø) 2.00 <1.00> (?)
...java/seedu/address/logic/commands/MarkCommand.java 100.00% <100.00%> (ø) 9.00 <9.00> (?)
...u/address/logic/parser/AddPersonCommandParser.java 100.00% <100.00%> (ø) 5.00 <1.00> (?)
...ain/java/seedu/address/logic/parser/CliSyntax.java 91.66% <100.00%> (+8.33%) 1.00 <0.00> (ø)
...ddress/logic/parser/DeletePersonCommandParser.java 100.00% <100.00%> (ø) 2.00 <1.00> (?)
...eedu/address/logic/parser/FilterCommandParser.java 100.00% <100.00%> (ø) 8.00 <8.00> (?)
... and 38 more

... and 3 files with indirect coverage changes

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

pastchum and others added 30 commits April 8, 2025 00:42
From "The person index provided is invalid"
To "The person index provided is not found"
Fix EditBookingCommand filtered booking list
…ex-Message

Update message for invalid person index
Use a <div style="margin-top: 1em;"></div> to hold the space
- Add visual examples for commands
- Add Glossary
- Add indexing for different sections
…ine-Break

Add line break between alternative 1's con, and alternative 2
Modify add booking and add person
…-Line

Add line break between parameter and the line before
Update mark command style in UserGuide.md
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.

6 participants