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-W10-3] ToothTracker #61

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

Conversation

SynapseProgramming
Copy link

ToothTracker helps front desk administration staff in dental clinics manage patients/dentists/appointments. It is optimized for CLI users.

@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

Attention: 708 lines in your changes are missing coverage. Please review.

Comparison is base (517b785) 75.26% compared to head (5f2dbe9) 72.04%.

Files Patch % Lines
...edu/address/logic/commands/EditPatientCommand.java 42.62% 51 Missing and 19 partials ⚠️
src/main/java/seedu/address/ui/CalendarWindow.java 7.04% 65 Missing and 1 partial ⚠️
src/main/java/seedu/address/ui/QuickNotes.java 0.00% 35 Missing ⚠️
.../address/logic/commands/AddAppointmentCommand.java 61.90% 17 Missing and 15 partials ⚠️
...u/address/model/treatment/UniqueTreatmentList.java 35.41% 27 Missing and 4 partials ⚠️
...ddress/model/person/dentist/UniqueDentistList.java 49.01% 18 Missing and 8 partials ⚠️
src/main/java/seedu/address/model/AddressBook.java 79.59% 18 Missing and 2 partials ⚠️
...address/logic/parser/EditPatientCommandParser.java 60.86% 5 Missing and 13 partials ⚠️
...du/address/model/appointments/AppointmentTime.java 58.13% 15 Missing and 3 partials ⚠️
src/main/java/seedu/address/ui/DentistCard.java 0.00% 18 Missing ⚠️
... and 57 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #61      +/-   ##
============================================
- Coverage     75.26%   72.04%   -3.22%     
- Complexity      419      999     +580     
============================================
  Files            71      140      +69     
  Lines          1338     3710    +2372     
  Branches        126      451     +325     
============================================
+ Hits           1007     2673    +1666     
- Misses          301      847     +546     
- Partials         30      190     +160     

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

yuxunn pushed a commit to yuxunn/tp that referenced this pull request Oct 5, 2023
Chrainx pushed a commit to Chrainx/tp that referenced this pull request Oct 17, 2023
SynapseProgramming and others added 27 commits November 6, 2023 23:31
Main issues:
- Dentist year of experience "0" is causing buggy outcome.
- Duplicate prefixes were not prevented (`n/`, `p/`, `s/` etc), causing only last prefix to be accepted
- Could not edit YOE, Specialization for Dentist.
techjay-c and others added 30 commits November 14, 2023 06:54
Update PPP to reflect the correct issue
Update PDF settings for UG and DG
…-last-bugs

* 'master' of https://github.com/techjay-c/tp:
  Final Version PPP 12pm
  Final Version of PPP
  Fix broken logic class diagram
  Fix broken logic class diagram
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