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-T09-2] PetCode #105

Open
wants to merge 1,176 commits into
base: master
Choose a base branch
from

Conversation

Hongyi6328
Copy link

Target User:
Coordinators of pet sale who need a contact list of both clients, deliverers and suppliers. These coordinators run their business online and get used to typing. Such people need to maintain a contact list of clients, deliverers, and suppliers.
Value Proposition:
Our app will record the needs of clients, current unsold pets from suppliers, and deliverers’ details. It will automatically match the best-fit pet to a client’s needs.

@codecov-commenter
Copy link

codecov-commenter commented Sep 24, 2022

Codecov Report

Base: 72.15% // Head: 72.25% // Increases project coverage by +0.09% 🎉

Coverage data is based on head (aa33c29) compared to base (77a32bf).
Patch coverage: 73.22% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #105      +/-   ##
============================================
+ Coverage     72.15%   72.25%   +0.09%     
- Complexity      399     1411    +1012     
============================================
  Files            70      196     +126     
  Lines          1232     4531    +3299     
  Branches        125      575     +450     
============================================
+ Hits            889     3274    +2385     
- Misses          311     1056     +745     
- Partials         32      201     +169     
Impacted Files Coverage Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø)
...n/java/seedu/address/commons/core/index/Index.java 100.00% <ø> (ø)
.../commands/checkcommands/CheckDelivererCommand.java 0.00% <0.00%> (ø)
...ss/logic/commands/exceptions/CommandException.java 100.00% <ø> (ø)
...va/seedu/address/storage/JsonUserPrefsStorage.java 87.50% <ø> (ø)
src/main/java/seedu/address/ui/HelpWindow.java 0.00% <ø> (ø)
src/main/java/seedu/address/ui/MainWindow.java 0.00% <0.00%> (ø)
src/main/java/seedu/address/ui/UiManager.java 0.00% <ø> (ø)
.../java/seedu/address/ui/displaycards/BuyerCard.java 0.00% <0.00%> (ø)
... and 173 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

wweqg and others added 29 commits November 4, 2022 21:17
…into Branch_Patch

* 'master' of https://github.com/AY2223S1-CS2103T-T09-2/tp:
  Add FilterDelivererCommandTest
  Add FindSupplierCommandTest
  Add FindBuyerCOmmandTest
  Update FindCOmmand
  Update FindBuyerCommandTest Update FindDelivererCommandTest Update FindSupplierCommandTest
  Update Find stuff
  Update a lot of find commands

# Conflicts:
#	src/main/java/seedu/address/logic/commands/findcommands/FindCommand.java
#	src/test/java/seedu/address/logic/parser/AddressBookParserTest.java
Hongyi6328 and others added 30 commits November 7, 2022 20:30
* Add manual testing for Match command in DG
Update FilterOrderCommand.java
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.

6 participants