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-T09-2] fitNUS #85

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

Conversation

Licheng-Wu
Copy link

fitNUS allows the user to create customised workout routines, by having the flexibility to add individual exercises to routines that they have created. Furthermore, to aid users in planning workouts around their busy schedules, users have the option to add in their timetable and the program will suggest routines of a suitable duration which slots nicely between their lessons.

GeNiaaz pushed a commit to GeNiaaz/tp that referenced this pull request Oct 11, 2020
Refine scoping of existing commands.
@codecov-io
Copy link

codecov-io commented Oct 14, 2020

Codecov Report

Merging #85 (ba915d8) into master (b3e3b78) will increase coverage by 4.84%.
The diff coverage is 82.01%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #85      +/-   ##
============================================
+ Coverage     72.31%   77.15%   +4.84%     
- Complexity      400     1045     +645     
============================================
  Files            70      146      +76     
  Lines          1228     2924    +1696     
  Branches        124      382     +258     
============================================
+ Hits            888     2256    +1368     
- Misses          308      546     +238     
- Partials         32      122      +90     
Impacted Files Coverage Δ Complexity Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...in/java/seedu/address/commons/core/LogsCenter.java 78.37% <ø> (ø) 10.00 <0.00> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...java/seedu/address/logic/commands/ExitCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...ss/logic/commands/exceptions/CommandException.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...el/timetable/exceptions/SlotNotFoundException.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../java/seedu/address/model/util/SampleDataUtil.java 14.28% <0.00%> (-5.72%) 1.00 <0.00> (ø)
...ain/java/seedu/address/storage/JsonAdaptedTag.java 100.00% <ø> (ø) 5.00 <0.00> (ø)
...va/seedu/address/storage/JsonUserPrefsStorage.java 100.00% <ø> (+12.50%) 5.00 <0.00> (+1.00)
src/main/java/seedu/address/ui/BmiBox.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
... and 217 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 b3e3b78...ba915d8. Read the comment docs.

BILLXYR pushed a commit to BILLXYR/tp that referenced this pull request Oct 18, 2020
Fix showBudget bug, update UserGuide
Licheng-Wu added a commit to Licheng-Wu/tp that referenced this pull request Oct 21, 2020
khor-jingqian and others added 26 commits October 27, 2020 20:23
Implemented testing for Calorie, minor fixes for ExerciseEdit
Revome print statements for FXML
Add label for weekdays to Timetable view
Change GUI to reflect fitNUS and savefile path and naming
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