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-F10-3] NUStates #119

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

Conversation

xqtann
Copy link

@xqtann xqtann commented Sep 21, 2024

NUStates helps Real Estate Agents to organize and categorize client and seller contacts, schedule appointments, contact clients about new property listings that match their client's preferences, and be notified to contact clients on key dates or at regular intervals.

Copy link

codecov bot commented Sep 21, 2024

Codecov Report

Attention: Patch coverage is 64.99508% with 356 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...rc/main/java/seedu/address/ui/StatisticsPanel.java 0.00% 106 Missing ⚠️
src/main/java/seedu/address/ui/CommandBox.java 0.00% 90 Missing ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 43 Missing ⚠️
...ddress/model/statistics/AddressBookStatistics.java 78.94% 20 Missing ⚠️
...c/main/java/seedu/address/model/person/Person.java 80.64% 5 Missing and 7 partials ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 11 Missing ⚠️
...rc/main/java/seedu/address/ui/PersonListPanel.java 0.00% 8 Missing ⚠️
...in/java/seedu/address/logic/parser/ParserUtil.java 80.55% 5 Missing and 2 partials ⚠️
...ress/logic/parser/BoughtPropertyCommandParser.java 68.42% 5 Missing and 1 partial ⚠️
...ddress/logic/parser/SoldPropertyCommandParser.java 68.42% 5 Missing and 1 partial ⚠️
... and 19 more
Files with missing lines Coverage Δ Complexity Δ
src/main/java/seedu/address/Main.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
src/main/java/seedu/address/logic/Messages.java 93.54% <100.00%> (+1.24%) 7.00 <1.00> (+1.00)
.../java/seedu/address/logic/commands/AddCommand.java 100.00% <100.00%> (ø) 8.00 <1.00> (ø)
...ddress/logic/commands/AddPropertyToBuyCommand.java 100.00% <100.00%> (ø) 9.00 <0.00> (ø)
...edu/address/logic/commands/CommandListCommand.java 100.00% <100.00%> (ø) 2.00 <2.00> (?)
...java/seedu/address/logic/commands/EditCommand.java 97.72% <100.00%> (+0.10%) 13.00 <0.00> (ø)
.../address/logic/commands/FindTagContactCommand.java 100.00% <100.00%> (ø) 6.00 <6.00> (?)
...java/seedu/address/logic/commands/SortCommand.java 100.00% <100.00%> (ø) 13.00 <13.00> (?)
...eedu/address/logic/commands/StatisticsCommand.java 100.00% <100.00%> (ø) 2.00 <2.00> (?)
...du/address/logic/commands/UnpinContactCommand.java 100.00% <100.00%> (ø) 9.00 <9.00> (?)
... and 56 more

... and 1 file with indirect coverage changes

Trisha Patodia and others added 29 commits October 23, 2024 15:12
Implement filtering based on tags assigned to contacts
Update UML diagram for ModelClassDiagram
…m/ITZXITZX/tp into ITZXITZX-implement-bought-and-sold-Command

# Conflicts:
#	src/main/java/seedu/address/logic/parser/AddressBookParser.java
#	src/main/java/seedu/address/model/ModelManager.java
#	src/main/java/seedu/address/model/person/Person.java
…ent-bought-and-sold-command

Resolve merge conflict.
ITZXITZX and others added 30 commits November 11, 2024 16:13
Update Manual Testing with more user-testable features
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