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-W14-1] VendorVault #139

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

Conversation

prave1n
Copy link

@prave1n prave1n commented Sep 21, 2024

VendorVault is a supplier and delivery management app that allows grocers to efficiently add, delete, and mark suppliers and deliveries while tracking their completion status

Copy link

codecov bot commented Sep 21, 2024

Codecov Report

Attention: Patch coverage is 82.46173% with 275 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/main/java/seedu/address/ui/DeliveryCard.java 0.00% 31 Missing ⚠️
src/main/java/seedu/address/ui/SupplierCard.java 0.00% 27 Missing ⚠️
.../seedu/address/logic/parser/AddressBookParser.java 60.00% 8 Missing and 6 partials ⚠️
...a/seedu/address/model/delivery/DeliverySortBy.java 57.57% 12 Missing and 2 partials ⚠️
...in/java/seedu/address/model/delivery/Delivery.java 76.00% 9 Missing and 3 partials ⚠️
.../main/java/seedu/address/ui/DeliveryListPanel.java 0.00% 12 Missing ⚠️
.../main/java/seedu/address/ui/SupplierListPanel.java 0.00% 12 Missing ⚠️
.../java/seedu/address/model/util/SampleDataUtil.java 30.76% 9 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 9 Missing ⚠️
...edu/address/model/delivery/UniqueDeliveryList.java 82.60% 5 Missing and 3 partials ⚠️
... and 39 more
Files with missing lines Coverage Δ Complexity Δ
src/main/java/seedu/address/logic/Messages.java 93.54% <100.00%> (+6.04%) 4.00 <1.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%> (ø) 8.00 <1.00> (+1.00)
.../address/logic/commands/DeleteDeliveryCommand.java 100.00% <100.00%> (ø) 8.00 <8.00> (?)
.../address/logic/commands/DeleteSupplierCommand.java 100.00% <100.00%> (ø) 6.00 <6.00> (?)
...java/seedu/address/logic/commands/FindCommand.java 100.00% <100.00%> (ø) 6.00 <0.00> (ø)
...a/seedu/address/logic/commands/ListAllCommand.java 100.00% <100.00%> (ø) 2.00 <2.00> (?)
...java/seedu/address/logic/commands/ListCommand.java 100.00% <100.00%> (ø) 2.00 <0.00> (ø)
...du/address/logic/commands/ListSupplierCommand.java 100.00% <100.00%> (ø) 2.00 <2.00> (?)
...du/address/logic/commands/MarkSupplierCommand.java 100.00% <100.00%> (ø) 9.00 <9.00> (?)
... and 85 more

... and 1 file with indirect coverage changes

LinkesV and others added 29 commits October 10, 2024 23:38
Model and Storage created for deliveries
LinkesV and others added 30 commits November 7, 2024 14:32
Update Mark, Delete and Find Delivery commands in UserGuide
…isplay

Standardise delete commands to display all entries
Update Architecture sequence diagram and NFRs in DG
Update user stories to developer guide
Update logic component in developer guide
Update delivery guide for delivery test instructions
Show duplicate delivery message if cost value is the same
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