-
Notifications
You must be signed in to change notification settings - Fork 521
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
base: master
Are you sure you want to change the base?
[CS2103T-W10-2] PoochPlanner #9
Conversation
Codecov ReportAttention: Patch coverage is
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. |
Fix normalise prefix
Fix sort tests
* '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
Update ug consistency
Update navigating gui
* 'master' of github.com:AY2324S2-CS2103T-W10-2/tp: Update index Update images Fix UG Fix checkstyle Clean code Update UG
Fix sort by tags
* '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
Fix edit bug 2
* 'master' of github.com:AY2324S2-CS2103T-W10-2/tp: Fix checkstyle Fix edit FIx sort by tags
…into branch-fix-empty-search * 'master' of https://github.com/AY2324S2-CS2103T-W10-2/tp: Fix checkstyle Fix edit
Add code contribution for testing
Code quality check
* '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
Update group ug reposense
Fix DG issues
Fix undo and redo messages
Fix DG and UG issues
Fix UG formatting
Fix file name
* '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
Update author tag
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).