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

Add special tags for doctors and patients #153

Merged
merged 2 commits into from
Nov 2, 2023

Commits on Nov 2, 2023

  1. Add special tags for doctors and patients

    Previously, tags consisted of any alphanumeric strings. I have
    updated the addressbook to only accept priority levels for patient tags
    as well as specialisations for doctor tags. Patients can only have a
    single tag while doctors can have multiple specialisation tags.
    
    Updated test cases to handle new tag format. Will add more test cases
    in the next commit to cover all new methods created and to double check
    for the presence of possible bugs.
    kohkaijie committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    332ab00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7150975 View commit details
    Browse the repository at this point in the history