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

Branch refine output message #248

Merged

Conversation

jereeemyyyy
Copy link

Things done

  • Refine output message for some classes

close #173

Reorganise the output message when there is a invalid add command.
Make the output message neater.
Refine the output messages for all the Find commands including the
shortcut commands to make the format more standardised.
Copy link

@rubinnn rubinnn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rubinnn rubinnn merged commit e2e11d4 into AY2425S1-CS2103T-F10-1:master Nov 5, 2024
3 checks passed
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ Complexity Δ
.../java/seedu/address/logic/commands/AddCommand.java 100.00% <ø> (ø) 8.00 <0.00> (ø)
...va/seedu/address/logic/commands/DeleteCommand.java 100.00% <ø> (ø) 9.00 <0.00> (ø)
...edu/address/logic/commands/FindAddressCommand.java 100.00% <100.00%> (ø) 7.00 <1.00> (+1.00)
.../address/logic/commands/FindClientTypeCommand.java 100.00% <100.00%> (ø) 8.00 <1.00> (+1.00)
...java/seedu/address/logic/commands/FindCommand.java 100.00% <ø> (ø) 6.00 <0.00> (-1.00)
.../seedu/address/logic/commands/FindNameCommand.java 100.00% <100.00%> (ø) 7.00 <1.00> (+1.00)
...seedu/address/logic/commands/FindPhoneCommand.java 100.00% <100.00%> (ø) 7.00 <1.00> (+1.00)
...a/seedu/address/logic/parser/AddCommandParser.java 100.00% <ø> (ø) 11.00 <0.00> (ø)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Standardise style of the output message after every command
2 participants