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 881 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 3.70370% with 26 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/main/java/seedu/address/ui/MainWindow.java 0.00% 9 Missing ⚠️
src/main/java/seedu/address/ui/HelpWindow.java 0.00% 7 Missing ⚠️
.../main/java/seedu/address/ui/ClientDetailPanel.java 0.00% 5 Missing ⚠️
...eedu/address/logic/parser/FilterCommandParser.java 0.00% 3 Missing and 1 partial ⚠️
.../java/seedu/address/model/util/SampleDataUtil.java 0.00% 1 Missing ⚠️
Files with missing lines Coverage Δ Complexity Δ
...in/java/seedu/address/commons/util/StringUtil.java 87.80% <100.00%> (+0.30%) 14.00 <0.00> (ø)
src/main/java/seedu/address/logic/Messages.java 91.66% <ø> (ø) 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% <ø> (ø) 14.00 <0.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/status/Status.java 77.27% <ø> (ø) 7.00 <0.00> (ø)
... and 7 more

ZShunRen and others added 29 commits November 7, 2024 18:54
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
This reverts commit 9926409.
itsme-zeix and others added 30 commits November 12, 2024 12:03
`LinkedHashSet` hyperlink is empty, and does not point to the correct Java documentation.

Adding the link will help avoid confusion when readers read our developer guide.
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