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-T08-2] Strack.io #71

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

Conversation

bertrandong
Copy link

Strack.io helps homemade food sellers organize customer information and orders so that they know what to bake, how much to bake and where to deliver the order to. It is optimized for CLI users so that frequent tasks can be done faster by typing in commands.

Copy link

codecov bot commented Feb 23, 2024

Codecov Report

Attention: Patch coverage is 73.80240% with 175 lines in your changes are missing coverage. Please review.

Project coverage is 71.65%. Comparing base (b896eb0) to head (c9ce4f6).

❗ Current head c9ce4f6 differs from pull request most recent head 730b80c. Consider uploading reports for the commit 730b80c to get more accurate results

Files Patch % Lines
...seedu/address/logic/commands/EditOrderCommand.java 30.30% 21 Missing and 2 partials ⚠️
...eedu/address/logic/commands/AddProductCommand.java 0.00% 20 Missing ⚠️
...in/java/seedu/address/logic/parser/ParserUtil.java 31.25% 10 Missing and 1 partial ⚠️
src/main/java/seedu/address/ui/OrderCard.java 0.00% 11 Missing ⚠️
src/main/java/seedu/address/model/order/Order.java 87.50% 7 Missing and 3 partials ⚠️
...in/java/seedu/address/model/order/ProductMenu.java 0.00% 8 Missing ⚠️
src/main/java/seedu/address/MainApp.java 0.00% 7 Missing ⚠️
src/main/java/seedu/address/model/AddressBook.java 85.10% 6 Missing and 1 partial ⚠️
.../seedu/address/logic/commands/AddOrderCommand.java 0.00% 6 Missing ⚠️
...du/address/logic/parser/EditMenuCommandParser.java 33.33% 4 Missing and 2 partials ⚠️
... and 23 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #71      +/-   ##
============================================
- Coverage     75.26%   71.65%   -3.62%     
- Complexity      419      807     +388     
============================================
  Files            71      124      +53     
  Lines          1338     2896    +1558     
  Branches        126      289     +163     
============================================
+ Hits           1007     2075    +1068     
- Misses          301      733     +432     
- Partials         30       88      +58     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

nigel27022001 and others added 30 commits April 14, 2024 16:07
# Conflicts:
#	docs/UserGuide.md
Add intro to ug and minor documentation bug fix
Add purpose section for user guide
Add hyperLinks to terms in the intro
Update dg with edit menu and fix typo
Fix hyperlink overlap when TOC generates
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