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-T17-3] InvenTrack #163

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

Conversation

zacharyxzz
Copy link

InvenTrack is designed for inventory managers at convenience stores to track their suppliers and products. It is optimized for CLI users so that frequent tasks can be done faster by typing in commands.

Copy link

codecov bot commented Sep 24, 2024

Codecov Report

Attention: Patch coverage is 63.72727% with 399 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
.../address/logic/parser/AddProductCommandParser.java 0.00% 33 Missing ⚠️
...ddress/logic/commands/UpdateStockLevelCommand.java 26.47% 23 Missing and 2 partials ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 25 Missing ⚠️
...eedu/address/logic/commands/AddProductCommand.java 0.00% 23 Missing ⚠️
src/main/java/seedu/address/ui/ProductCard.java 0.00% 20 Missing ⚠️
...n/java/seedu/address/model/product/StockLevel.java 53.65% 15 Missing and 4 partials ⚠️
...main/java/seedu/address/model/product/Product.java 69.09% 14 Missing and 3 partials ⚠️
src/main/java/seedu/address/ui/CommandBox.java 0.00% 17 Missing ⚠️
...seedu/address/model/product/UniqueProductList.java 69.23% 13 Missing and 3 partials ⚠️
...u/address/logic/commands/DeleteProductCommand.java 0.00% 15 Missing ⚠️
... and 31 more
Files with missing lines Coverage Δ Complexity Δ
src/main/java/seedu/address/logic/Messages.java 89.47% <100.00%> (+1.97%) 4.00 <1.00> (+1.00)
...edu/address/logic/commands/AddSupplierCommand.java 100.00% <100.00%> (ø) 8.00 <2.00> (?)
...ava/seedu/address/logic/commands/ClearCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...java/seedu/address/logic/commands/ExitCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...java/seedu/address/logic/commands/HelpCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...edu/address/logic/commands/ViewProductCommand.java 100.00% <100.00%> (ø) 6.00 <6.00> (?)
...du/address/logic/commands/ViewSupplierCommand.java 100.00% <100.00%> (ø) 6.00 <1.00> (?)
...address/logic/parser/AddSupplierCommandParser.java 92.85% <100.00%> (ø) 2.00 <1.00> (?)
...a/seedu/address/logic/parser/ArgumentMultimap.java 100.00% <100.00%> (ø) 14.00 <1.00> (+1.00)
.../seedu/address/logic/parser/ArgumentTokenizer.java 97.72% <100.00%> (+0.35%) 11.00 <2.00> (+2.00)
... and 61 more

Anvita2110 and others added 29 commits October 16, 2024 03:20
Implement Assign Product to Supplier Feature
Implement Unassign Product to Supplier Feature
Implement ProductListPanel in GUI #53
Modify AddProduct, AssignProduct and Delete
Anvita2110 and others added 30 commits November 11, 2024 22:07
Introduce planned enchancements part
Include code reuse message by Anvita
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