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

[CS2103T-T17-4] Fish Ahoy! #102

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

Conversation

EepyKitty
Copy link

Fish Ahoy! helps fish keepers manage their fish. It is optimized for CLI users so that frequent tasks and maintenance can be done faster by typing in commands.

@codecov
Copy link

codecov bot commented Feb 22, 2023

Codecov Report

Attention: Patch coverage is 25.39267% with 285 lines in your changes missing coverage. Please review.

Project coverage is 48.83%. Comparing base (928f146) to head (682630c).

Files with missing lines Patch % Lines
...u/address/logic/commands/tank/TankEditCommand.java 0.00% 42 Missing ⚠️
...u/address/logic/commands/task/TaskEditCommand.java 41.18% 32 Missing and 8 partials ⚠️
src/main/java/seedu/address/MainApp.java 0.00% 36 Missing ⚠️
src/main/java/seedu/address/ui/TankCard.java 0.00% 32 Missing ⚠️
...dress/logic/parser/task/TaskEditCommandParser.java 0.00% 21 Missing ⚠️
...dress/logic/parser/tank/TankEditCommandParser.java 0.00% 15 Missing ⚠️
...mands/tank/readings/ReadingsDeleteLastCommand.java 0.00% 13 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 9 Missing ⚠️
...u/address/logic/commands/tank/TankFeedCommand.java 0.00% 8 Missing ⚠️
...l/tank/readings/UniqueIndividualReadingLevels.java 0.00% 8 Missing ⚠️
... and 23 more
Additional details and impacted files
@@              Coverage Diff              @@
##             master     #102       +/-   ##
=============================================
- Coverage     72.16%   48.83%   -23.33%     
- Complexity      399      652      +253     
=============================================
  Files            70      145       +75     
  Lines          1232     3156     +1924     
  Branches        125      363      +238     
=============================================
+ Hits            889     1541      +652     
- Misses          311     1501     +1190     
- Partials         32      114       +82     

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

jedidiahC added a commit to jedidiahC/tp that referenced this pull request Mar 16, 2023
ARPspoofing added a commit to ARPspoofing/tp that referenced this pull request Mar 19, 2023
ryanchua00 and others added 27 commits March 30, 2023 14:37
Add reading commands to user guide
* master:
  Add reading commands to user guide
  Rename UserGuide.html to UserManual.html
  Stash commit
  Update hrefs
  Add local html page of user guide
Implement command to delete latest readings given tank index
* master:
  Fix checkstyle
  Implement task edit
  Implement command to delete latest readings given tank index

# Conflicts:
#	src/main/java/seedu/address/logic/parser/tank/TankParser.java
#	src/main/java/seedu/address/logic/parser/task/TaskParser.java
create taskAddCommand Doc w/ Seq Diagram for DG
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