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-F13-4] Clientell #128

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

Conversation

darkmoongreatsword
Copy link

Clientell helps financial consultants manage data regarding their clients effectively and efficiently. It offers fast, precise and customisable searching functionalities, and robust tag management for hierarchical relationships, making it easier to categorise and retrieve client information. It is optimised for speed and efficiency by opting for text-based commands.

Copy link

codecov bot commented Sep 21, 2024

Codecov Report

Attention: Patch coverage is 83.72591% with 76 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
.../java/seedu/address/model/util/SampleDataUtil.java 14.28% 12 Missing ⚠️
...rc/main/java/seedu/address/ui/ClientListPanel.java 0.00% 12 Missing ⚠️
src/main/java/seedu/address/ui/ClientCard.java 0.00% 11 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 7 Missing ⚠️
src/main/java/seedu/address/model/client/Name.java 80.00% 3 Missing and 3 partials ⚠️
...a/seedu/address/model/client/UniqueClientList.java 86.95% 4 Missing and 2 partials ⚠️
...rc/main/java/seedu/address/ui/TransactionCard.java 0.00% 5 Missing ⚠️
...dress/logic/commands/DeleteTransactionCommand.java 81.81% 1 Missing and 1 partial ⚠️
...java/seedu/address/logic/commands/EditCommand.java 94.73% 0 Missing and 2 partials ⚠️
...a/seedu/address/logic/commands/SummaryCommand.java 90.00% 1 Missing and 1 partial ⚠️
... and 9 more
Files with missing lines Coverage Δ Complexity Δ
...in/java/seedu/address/commons/core/LogsCenter.java 78.78% <ø> (ø) 5.00 <0.00> (ø)
src/main/java/seedu/address/logic/Messages.java 92.59% <100.00%> (+5.09%) 4.00 <0.00> (+1.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%> (ø) 9.00 <0.00> (+2.00)
...java/seedu/address/logic/commands/FindCommand.java 100.00% <100.00%> (ø) 7.00 <1.00> (+1.00)
...address/logic/commands/FindTransactionCommand.java 100.00% <100.00%> (ø) 7.00 <1.00> (?)
...java/seedu/address/logic/commands/ListCommand.java 100.00% <100.00%> (ø) 2.00 <0.00> (ø)
...a/seedu/address/logic/parser/AddCommandParser.java 100.00% <100.00%> (ø) 5.00 <0.00> (ø)
...ress/logic/parser/AddTransactionCommandParser.java 100.00% <100.00%> (ø) 10.00 <6.00> (?)
...a/seedu/address/logic/parser/ArgumentMultimap.java 100.00% <100.00%> (ø) 14.00 <1.00> (+1.00)
... and 45 more

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