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-W10-3] AgentConnect #21

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

Conversation

M-kew
Copy link

@M-kew M-kew commented Sep 16, 2024

Target User: Insurance agents tracking their clients

Value proposition: provides quick and efficient access to client details, tailored for insurance agents who need a streamlined interface to manage contacts, track policy updates, and schedule client follow-ups.

Copy link

codecov bot commented Sep 16, 2024

Codecov Report

Attention: Patch coverage is 80.76923% with 110 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...c/main/java/seedu/address/model/person/Person.java 59.25% 9 Missing and 2 partials ⚠️
...c/main/java/seedu/address/model/person/Policy.java 81.96% 6 Missing and 5 partials ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 10 Missing ⚠️
src/main/java/seedu/address/ui/HelpWindow.java 0.00% 9 Missing ⚠️
...java/seedu/address/logic/commands/PaidCommand.java 81.08% 5 Missing and 2 partials ⚠️
.../main/java/seedu/address/model/person/Payment.java 61.11% 4 Missing and 3 partials ⚠️
...dress/logic/commands/SearchAppointmentCommand.java 89.09% 3 Missing and 3 partials ⚠️
...eedu/address/logic/parser/SearchCommandParser.java 82.85% 6 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 6 Missing ⚠️
...java/seedu/address/logic/commands/EditCommand.java 77.77% 1 Missing and 3 partials ⚠️
... and 14 more
Files with missing lines Coverage Δ Complexity Δ
src/main/java/seedu/address/logic/Messages.java 90.00% <ø> (ø) 3.00 <0.00> (ø)
.../java/seedu/address/logic/commands/AddCommand.java 100.00% <100.00%> (ø) 8.00 <0.00> (ø)
...ava/seedu/address/logic/commands/ClearCommand.java 100.00% <100.00%> (ø) 3.00 <0.00> (+1.00)
...java/seedu/address/logic/commands/RedoCommand.java 100.00% <100.00%> (ø) 3.00 <3.00> (?)
...java/seedu/address/logic/commands/UndoCommand.java 100.00% <100.00%> (ø) 3.00 <3.00> (?)
...a/seedu/address/logic/parser/AddCommandParser.java 100.00% <ø> (ø) 5.00 <0.00> (ø)
...ain/java/seedu/address/logic/parser/CliSyntax.java 93.75% <100.00%> (+0.89%) 1.00 <0.00> (ø)
.../seedu/address/logic/parser/EditCommandParser.java 86.48% <ø> (ø) 14.00 <0.00> (ø)
.../seedu/address/logic/parser/PaidCommandParser.java 100.00% <100.00%> (ø) 3.00 <3.00> (?)
.../seedu/address/logic/parser/SortCommandParser.java 100.00% <100.00%> (+37.50%) 5.00 <0.00> (+3.00)
... and 32 more

potaotototo pushed a commit to potaotototo/tp that referenced this pull request Sep 25, 2024
…t-AboutUs

Edit AboutUs by including personal information
M-kew and others added 28 commits October 17, 2024 23:11
The user guide lacks clarity on how the edit command works
for the recent changes of edit command.

Updating the guide improves user experience by providing more
detailed instructions and practical examples for the edit command.

Let's revise the existing documentation and add relevant examples.

This makes the guide more user-friendly and reduces confusion
when using the edit command.
Update User Guide for Edit Command
Modify UG and add UI screenshots
The0nlyJuan and others added 30 commits November 7, 2024 22:28
# Conflicts:
#	src/main/java/seedu/address/model/person/Person.java
#	src/test/java/seedu/address/logic/commands/PaidCommandTest.java
* edit_DG:
  edit DG
  edit DG

# Conflicts:
#	docs/UserGuide.md
Modify headers from UG and index.md
* edit_DG4:
  Validate Appointment, Policy startdate and Birthday
Verify no duplicate prefixes for Paid and Delete Commands
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