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

Implement i-restock feature and update UG on i-restock #132

Merged

Conversation

WM71811
Copy link

@WM71811 WM71811 commented Oct 26, 2020

No description provided.

@WM71811 WM71811 added type.Story A user story priority.Medium Nice to have labels Oct 26, 2020
@WM71811 WM71811 added this to the v1.3 milestone Oct 26, 2020
@WM71811 WM71811 self-assigned this Oct 26, 2020
@codecov-io
Copy link

Codecov Report

Merging #132 into master will increase coverage by 2.53%.
The diff coverage is 68.96%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #132      +/-   ##
============================================
+ Coverage     62.17%   64.71%   +2.53%     
- Complexity      601      634      +33     
============================================
  Files           111      112       +1     
  Lines          2176     2205      +29     
  Branches        262      267       +5     
============================================
+ Hits           1353     1427      +74     
+ Misses          733      679      -54     
- Partials         90       99       +9     
Impacted Files Coverage Δ Complexity Δ
.../seedu/address/logic/parser/AddressBookParser.java 66.66% <0.00%> (-2.30%) 16.00 <0.00> (ø)
src/main/java/seedu/address/model/Model.java 66.66% <ø> (ø) 4.00 <0.00> (ø)
...s/ingredientcommands/IngredientRestockCommand.java 58.82% <58.82%> (ø) 3.00 <3.00> (?)
...address/model/ingredient/UniqueIngredientList.java 72.54% <85.71%> (+6.63%) 18.00 <2.00> (+3.00)
...ands/ingredientcommands/IngredientListCommand.java 100.00% <100.00%> (+100.00%) 6.00 <0.00> (+6.00)
.../main/java/seedu/address/model/IngredientBook.java 89.65% <100.00%> (+7.51%) 13.00 <1.00> (+2.00)
...rc/main/java/seedu/address/model/ModelManager.java 76.59% <100.00%> (+3.47%) 36.00 <1.00> (+3.00)
...in/java/seedu/address/model/ingredient/Amount.java 81.81% <100.00%> (+1.81%) 8.00 <2.00> (+2.00)
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 08f015e...24fec8c. Read the comment docs.

Copy link

@yanbingtao yanbingtao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

@Diwu-Yi Diwu-Yi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yanbingtao yanbingtao merged commit 86e3abb into AY2021S1-CS2103T-T12-2:master Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority.Medium Nice to have type.Story A user story
Projects
None yet
4 participants