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

Add GUI section to UG and tweak Order's toString() #166

Merged
merged 2 commits into from
Nov 4, 2020

Conversation

youyingfeng
Copy link

No description provided.

@youyingfeng youyingfeng added this to the v1.4 milestone Nov 4, 2020
@codecov-io
Copy link

Codecov Report

Merging #166 into master will decrease coverage by 2.49%.
The diff coverage is 4.71%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #166      +/-   ##
============================================
- Coverage     48.86%   46.37%   -2.50%     
- Complexity      461      470       +9     
============================================
  Files           116      120       +4     
  Lines          2200     2357     +157     
  Branches        243      259      +16     
============================================
+ Hits           1075     1093      +18     
- Misses         1060     1197     +137     
- Partials         65       67       +2     
Impacted Files Coverage Δ Complexity Δ
...java/seedu/address/logic/commands/DoneCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...du/address/logic/commands/UpdateClientCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...edu/address/logic/commands/UpdateOrderCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
.../seedu/address/logic/parser/AddressBookParser.java 64.00% <0.00%> (-2.67%) 12.00 <0.00> (ø)
...address/logic/parser/DeleteOrderCommandParser.java 91.66% <ø> (+91.66%) 4.00 <0.00> (+4.00)
...ddress/logic/parser/UpdateClientCommandParser.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...address/logic/parser/UpdateOrderCommandParser.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...rc/main/java/seedu/address/model/ModelManager.java 79.72% <0.00%> (ø) 29.00 <0.00> (ø)
...u/address/model/person/OrderClientIdPredicate.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...n/java/seedu/address/storage/JsonAdaptedOrder.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
... and 28 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 e09a60b...054d604. Read the comment docs.

@youyingfeng youyingfeng changed the title Tweak Order toString() to follow a more conventional format Update UG and minor changes to Order's toString() Nov 4, 2020
@youyingfeng youyingfeng changed the title Update UG and minor changes to Order's toString() Add GUI section to UG and tweak Order's toString() Nov 4, 2020
@youyingfeng youyingfeng merged commit c84391e into AY2021S1-CS2103-F09-4:master Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants