Project: MediFlowR

MediFlowR is a application that enables users to manage patient records within the system. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java.

Given below are my contributions to the project.

  • New Feature: reschedule command - Rescheduling of an existing appointment to a different timeslot
  • New Feature: diagnose command - Diagnoses an existing patient with illnesses
  • New Feature: undiagnose command - Undiagnoses an existing patient with illnesses
  • New Feature: sort appointments command - Sorts the appointment list by a given parameter
  • New Feature: sort patients command - Sorts the patient list by a given parameter

  • Code contributed: RepoSense link

  • Project management:
    • Helped review code and merge PRs
  • Documentation:
    • User Guide:
      • Added documentation for the feature search #24
      • Worked on the Features Section
    • Developer Guide:
      • Drew Mockups for CRUD
      • Add Use Cases for features
      • Added implementation and activity diagram for the reschedule command
      • Added implementation and sequence diagram for the sort-p command
      • Added implementation for the sort-a command
      • Added implementation and sequence diagram for the diagnose command
      • Added implementation for the undiagnose command
  • Community:

  • Tools: