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-W13-2] ClientConnect #34

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

Conversation

dingZvel
Copy link

ClientConnect provide fast access to clients’ addresses and preferences to help salespeople in making sales decisions and building rapports with clients, which can potentially increase their sales revenue.

Copy link

codecov bot commented Feb 18, 2025

Codecov Report

Attention: Patch coverage is 79.46058% with 99 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/main/java/seedu/address/ui/ClientCard.java 0.00% 17 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 15 Missing ⚠️
...rc/main/java/seedu/address/ui/ClientListPanel.java 0.00% 12 Missing ⚠️
...va/seedu/address/logic/commands/ExpandCommand.java 0.00% 10 Missing ⚠️
.../main/java/seedu/address/ui/ClientDetailPanel.java 0.00% 10 Missing ⚠️
.../java/seedu/address/model/util/SampleDataUtil.java 0.00% 9 Missing ⚠️
.../seedu/address/logic/parser/EditCommandParser.java 62.50% 4 Missing and 2 partials ⚠️
...a/seedu/address/model/client/UniqueClientList.java 86.95% 4 Missing and 2 partials ⚠️
...eedu/address/logic/parser/ExpandCommandParser.java 0.00% 3 Missing ⚠️
...va/seedu/address/logic/commands/CommandResult.java 81.81% 2 Missing ⚠️
... and 6 more
Files with missing lines Coverage Δ Complexity Δ
...rc/main/java/seedu/address/logic/LogicManager.java 77.27% <100.00%> (ø) 3.00 <1.00> (ø)
src/main/java/seedu/address/logic/Messages.java 87.50% <100.00%> (ø) 3.00 <0.00> (ø)
.../java/seedu/address/logic/commands/AddCommand.java 100.00% <100.00%> (ø) 8.00 <2.00> (ø)
...va/seedu/address/logic/commands/DeleteCommand.java 100.00% <100.00%> (ø) 7.00 <0.00> (ø)
...java/seedu/address/logic/commands/FindCommand.java 100.00% <100.00%> (ø) 6.00 <1.00> (ø)
...java/seedu/address/logic/commands/ListCommand.java 100.00% <100.00%> (ø) 2.00 <0.00> (ø)
...java/seedu/address/logic/commands/RankCommand.java 100.00% <100.00%> (ø) 6.00 <6.00> (?)
...a/seedu/address/logic/parser/AddCommandParser.java 100.00% <100.00%> (ø) 5.00 <0.00> (ø)
...ain/java/seedu/address/logic/parser/CliSyntax.java 87.50% <100.00%> (+4.16%) 1.00 <1.00> (ø)
.../seedu/address/logic/parser/FindCommandParser.java 100.00% <100.00%> (ø) 3.00 <0.00> (ø)
... and 34 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

SherrinfordHR and others added 30 commits March 21, 2025 23:10
Fix the load bug when pref is ""
Expand Command: More user-friendly phrasing.

Delete Command: More user-friendly phrasing.

This will make the user guide easier to understand for readers.
ClearCommand: add a picture as example to show the UI after executing command. A more user-friendly phrasing

ExitCommand: a more user-friendly phrasing.
EditCommand: Provide example Ui
ListCommand: Provide example Ui
DeleteCommand: Provide example Ui
Update UserGuide.md Edit, List, Expand, Delete, Clear and Exit Command
Update UG v1.3 for rank and find 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