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

Ui - displays calories when a day is double clicked #127

Merged
merged 21 commits into from
Oct 25, 2020

Conversation

ethanso56
Copy link

Screenshot 2020-10-25 at 2 20 11 PM
Screenshot 2020-10-25 at 2 20 20 PM

@ethanso56 ethanso56 added this to the v1.3 milestone Oct 25, 2020
@ethanso56 ethanso56 self-assigned this Oct 25, 2020
@codecov-io
Copy link

codecov-io commented Oct 25, 2020

Codecov Report

Merging #127 into master will decrease coverage by 1.82%.
The diff coverage is 6.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #127      +/-   ##
============================================
- Coverage     56.06%   54.23%   -1.83%     
  Complexity      496      496              
============================================
  Files            97      101       +4     
  Lines          1930     1995      +65     
  Branches        210      218       +8     
============================================
  Hits           1082     1082              
- Misses          758      823      +65     
  Partials         90       90              
Impacted Files Coverage Δ Complexity Δ
...n/java/seedu/address/commons/core/GuiSettings.java 69.23% <ø> (ø) 5.00 <0.00> (ø)
.../java/seedu/address/model/util/SampleDataUtil.java 15.00% <0.00%> (ø) 1.00 <0.00> (ø)
...c/main/java/seedu/address/ui/CalorieInputCard.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...n/java/seedu/address/ui/CalorieInputListPanel.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../main/java/seedu/address/ui/CalorieOutputCard.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../java/seedu/address/ui/CalorieOutputListPanel.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
src/main/java/seedu/address/ui/DayCard.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
src/main/java/seedu/address/ui/DayListPanel.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
src/main/java/seedu/address/ui/MainWindow.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...va/seedu/address/model/calorie/CalorieManager.java 89.04% <100.00%> (ø) 23.00 <0.00> (ø)
... and 5 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 4e1fc0c...a317567. Read the comment docs.

src/main/java/seedu/address/ui/DayCard.java Outdated Show resolved Hide resolved
src/main/java/seedu/address/ui/DayListPanel.java Outdated Show resolved Hide resolved
src/main/java/seedu/address/ui/MainWindow.java Outdated Show resolved Hide resolved
Copy link

@junhui-phoon junhui-phoon left a comment

Choose a reason for hiding this comment

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

looks good to me. :)

@junhui-phoon junhui-phoon merged commit fed37b8 into AY2021S1-CS2103T-W11-3:master Oct 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show individual calorie inputs and outputs of a day when a day is clicked
3 participants