Project: Patientist - hospital management system

Patientist is a patient management system that aims to streamline data management in medical facilities such as Hospitals. The app is fast and lightweight to use due to its optimisation for Command Line Interface (CLI) interaction, while providing many features tailored to Medical Staffs.

Given below are my contributions to the project.

  • New Feature: added trfward
    • Created a new command to change current ward of person to a new desired ward.
    • Can be for Staff or Patient.
    • Add relevant tests for the new classes.
  • New Feature: added lstwardstf
    • Created a new command to display all the Staff in the current ward selected.
    • Added StaffInWardPredicate.
    • Add relevant tests for the new classes.
  • Code contributed: RepoSense link

  • Project management:
    • Reviewed code for bugs, mainly commands with prefixes.
    • Designing of interfaces.
  • Enhancements to existing features:
    • Wrote more tests for new features.
  • Documentation:
    • User Guide:
      • Reviewed the user guide and aligned code with User Guide.
    • Developer Guide:
      • Reviewed Developer Guide.
  • Community:
    • Reviewed other people’s project and submitted bugs and gave suggestions for other teams.
  • Tools: