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

[CS2103-T14-4] AgentAssist #135

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

Conversation

ZShunRen
Copy link

@ZShunRen ZShunRen commented Sep 21, 2024

AgentAssist is for sales agents at banks. It is optimized for users who prefer a CLI over GUI, and want fast access to customer details while attempting to sell products to the customer.

Copy link

codecov bot commented Sep 21, 2024

Codecov Report

Attention: Patch coverage is 27.45098% with 37 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
.../main/java/seedu/address/ui/ClientDetailPanel.java 0.00% 10 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 9 Missing ⚠️
src/main/java/seedu/address/ui/HelpWindow.java 0.00% 7 Missing ⚠️
src/main/java/seedu/address/ui/ClientCard.java 0.00% 6 Missing ⚠️
...in/java/seedu/address/commons/util/StringUtil.java 80.00% 1 Missing and 2 partials ⚠️
...eedu/address/logic/parser/FilterCommandParser.java 0.00% 2 Missing ⚠️
Files with missing lines Coverage Δ Complexity Δ
src/main/java/seedu/address/logic/Messages.java 91.66% <ø> (+4.16%) 3.00 <0.00> (ø)
.../java/seedu/address/logic/commands/AddCommand.java 100.00% <ø> (ø) 8.00 <0.00> (ø)
...java/seedu/address/logic/commands/EditCommand.java 94.78% <ø> (-2.66%) 14.00 <0.00> (+1.00) ⬇️
...va/seedu/address/logic/commands/FilterCommand.java 100.00% <ø> (ø) 6.00 <0.00> (?)
...java/seedu/address/logic/commands/ListCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
.../main/java/seedu/address/model/client/Address.java 92.85% <ø> (ø) 6.00 <0.00> (?)
src/main/java/seedu/address/model/client/Name.java 92.85% <ø> (ø) 6.00 <0.00> (?)
...rc/main/java/seedu/address/model/client/Phone.java 92.85% <ø> (ø) 6.00 <0.00> (?)
...c/main/java/seedu/address/model/client/Remark.java 72.22% <100.00%> (ø) 7.00 <0.00> (?)
...c/main/java/seedu/address/model/status/Status.java 77.27% <ø> (ø) 7.00 <0.00> (?)
... and 7 more

... and 5 files with indirect coverage changes

ZShunRen and others added 29 commits November 7, 2024 18:01
Fix default remark showing up in UI
Fix errors in documentation
Fix Tier bug when ViewCommand is used
Update Tier and Status constraints with Filter Command
Update User Guide to reflect inconsistency in error messages
Add indicator to vertically truncated lines
Update UG GUI with annotated image and color code
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