Skip to content

Commit

Permalink
Merge pull request AY2324S1-CS2103T-W10-3#245 from freddychenyouren2/…
Browse files Browse the repository at this point in the history
…branch-ppp-freddy

Final Version PPP 12pm
  • Loading branch information
SynapseProgramming authored Nov 14, 2023
2 parents 1c88cab + e5bbd8a commit e04e4b8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/team/freddychenyouren2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ title: Freddy Chen You Ren's Project Portfolio Page
{: .no_toc}
### Project: ToothTracker

{: .no_toc}
### Overview

ToothTracker, an all-in-one solution for Front Desk Dental Clinic Administrative Staff to manage patient and dentist records efficiently.
Expand All @@ -15,7 +16,7 @@ ToothTracker is written in Java and only Java 11 supports ToothTracker.
ToothTracker is optimized for fast-typers interacting with it through CLI.
With ToothTracker, you can add new patient and dentist profiles, add treatments and schedule appointments, delete records, and even list all available profiles in the database, all with just a few simple commands!


{: .no_toc}
### Summary of my contributions
* **New Feature**: Added the ability for receptionists to add dentists (PR [#57](https://github.com/AY2324S1-CS2103T-W10-3/tp/pull/57))
* What it does: The user will be able to add details of a dentist practising in the dental clinic.
Expand All @@ -32,11 +33,9 @@ With ToothTracker, you can add new patient and dentist profiles, add treatments
* What it does: The user will be able to list all dentists practicing in the clinic.
* Justification: This is one of the most fundamental feature to have to allow users to view all dentists.


* **Code contributed**: [RepoSense link](https://nus-cs2103-ay2324s1.github.io/tp-dashboard/?search=freddychenyouren2&breakdown=true)

* **Project management**:
* [To be added soon]
{% include page-break.html %}

* **Enhancements to existing features**:
* Introduced Optional fields for some of Patient and Dentist fields: Email and Address are optional to provide flexibility in administration. (PR [#65](https://github.com/AY2324S1-CS2103T-W10-3/tp/pull/65))
Expand Down

0 comments on commit e04e4b8

Please sign in to comment.