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-W10-2] PoochPlanner #9

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

Conversation

jamessinmaojun
Copy link

PoochPlanner is a desktop application to track details of various groups (vendors, staff) that dog cafe owners have to regularly interact with. The app is optimised for use using Command Line Interface (CLI) while still encompassing a user-friend Graphical User Interface (GUI).

Copy link

codecov bot commented Feb 16, 2024

Codecov Report

Attention: Patch coverage is 84.16206% with 86 lines in your changes are missing coverage. Please review.

Project coverage is 77.36%. Comparing base (b896eb0) to head (98a95f9).

❗ Current head 98a95f9 differs from pull request most recent head d16df8d. Consider uploading reports for the commit d16df8d to get more accurate results

Files Patch % Lines
src/main/java/seedu/address/ui/MainWindow.java 0.00% 6 Missing ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 6 Missing ⚠️
...a/seedu/address/logic/parser/ArgumentMultimap.java 44.44% 3 Missing and 2 partials ⚠️
.../address/logic/commands/EditMaintainerCommand.java 50.00% 4 Missing ⚠️
...seedu/address/logic/commands/EditStaffCommand.java 50.00% 4 Missing ⚠️
...du/address/logic/commands/EditSupplierCommand.java 50.00% 4 Missing ⚠️
...java/seedu/address/logic/commands/SortCommand.java 63.63% 2 Missing and 2 partials ⚠️
...in/java/seedu/address/logic/messages/Messages.java 0.00% 4 Missing ⚠️
...a/seedu/address/model/person/UniquePersonList.java 95.55% 2 Missing and 2 partials ⚠️
src/main/java/seedu/address/ui/HelpWindow.java 0.00% 4 Missing ⚠️
... and 26 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master       #9      +/-   ##
============================================
+ Coverage     75.26%   77.36%   +2.10%     
- Complexity      419      911     +492     
============================================
  Files            71      131      +60     
  Lines          1338     3256    +1918     
  Branches        126      355     +229     
============================================
+ Hits           1007     2519    +1512     
- Misses          301      587     +286     
- Partials         30      150     +120     

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

yleeyilin and others added 29 commits April 4, 2024 22:14
* 'master' of github.com:AY2324S2-CS2103T-W10-2/tp:
  Update sort pin behaviour
  Update name constraints
  Fix checkstyle
  Fix search format
  Normalise prefix
  Fix test
  Add sort tests
  Add sort tests
* 'master' of https://github.com/AY2324S2-CS2103T-W10-2/tp: (24 commits)
  Update sort pin behaviour
  Update name constraints
  Fix checkstyle
  Fix search format
  Normalise prefix
  Fix test
  Add sort tests
  Add sort tests
  Fix checkstyle
  Fix commit
  Remove redundancy
  Fix edit bug
  Standardise ug language
  Refactor storage file
  Update DG diagrams
  Update checkstyle
  Fixes bugs on undo/redo
  Remove logger from RatePredicate
  Refactor storage file name
  Update checkstyle
  ...
* 'master' of https://github.com/AY2324S2-CS2103T-W10-2/tp:
  Update sort pin behaviour
  Update name constraints
  Fix checkstyle
  Fix search format
  Normalise prefix
  Fix test
  Add sort tests
  Add sort tests
  Fix checkstyle
  Fix commit
  Remove redundancy
  Fix edit bug
  Standardise ug language
  Refactor storage file
  Remove logger from RatePredicate
  Refactor storage file name
  Fix checkstyle
  Add loggers and update messages
* 'master' of github.com:AY2324S2-CS2103T-W10-2/tp:
  Update index
  Update images
  Fix UG
  Fix checkstyle
  Clean code
  Update UG
* 'master' of https://github.com/AY2324S2-CS2103T-W10-2/tp:
  Update index
  Update images
  Fix UG
  FIx sort by tags
  Fix checkstyle
  Clean code
  Update UG
* 'master' of github.com:AY2324S2-CS2103T-W10-2/tp:
  Fix checkstyle
  Fix edit
  FIx sort by tags
jannaleong and others added 30 commits April 15, 2024 16:07
* 'master' of https://github.com/AY2324S2-CS2103T-W10-2/tp:
  Fix grammar
  Update note
  Update american english
  Update UG quality
  Update code authorship
  Add code contribution for testing
  Add help manual test case
* 'master' of https://github.com/AY2324S2-CS2103T-W10-2/tp:
  Fix file name
  Fix UG
  FIx UG formatting
  Fix UG formatting
  Fix DG and UG issues
  Fix undo and redo messages
  Fix DG issues
  Fix DG issues
  Update reposense
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