Li Tianze's Project Portfolio Page
Project: HealthContact
HealthContact is a desktop application built for the receptionist of a family clinic who arranges telemedicine services for patients. It helps to manage and keep track of patient data, appointments and bills, especially for clinics who do not have apps to expedite the process. Given below are my contributions to the project.
- Code contributed:
- Enhancements to existing features:
- Refracted
AddressBooktoHealthContact. - Refracted
PersontoPatient. - Modified the Model and Storage to support
AppointmentandBill.
- Refracted
- New features:
- Object Entity
- Implemented class
Appointmentto encapsulate the reservation information including the name of the patient, doctor name, time slot and the medical test to take. - Implemented class
Billto encapsulate the bill of the appointment with the bill information including bill amount, bill date and the payment status of the bill.
- Implemented class
- Commands
- Implemented class
CommandWordto enable shortcuts for the long command words. - Implemented
AddAppointmentCommandto addAppointmentto the application. - Implemented
AddBillCommandto addBillto the application. - Implemented
EditAppointmentCommandto modify the existingAppointmentin the application. - Implemented
SelectPatientCommandto show the appointments and bills of a patient. - Implemented
SelectAppointmentCommandto show the bills of a patient.
- Implemented class
- Added extensive tests to new features.
- Object Entity
- Graphic User Interface of the product:
- Repositioned the command box and result display.
- Added displayed appointment list and bill list.
- Tile the appointment list and bill list to the right to improve user experience.
- Documentation:
- Added JavaDoc to the written code to ensure understandability.
- Contributions to the User Guide:
- Created the frame of the User Guide.
- Written the add commands and select commands in the User Guide
- Contributions to the Developer Guide:
- Updated existing class diagrams including
Model,UiandStorage. - Created sequence diagrams for add, edit and select features.
- Added Command Shortcut Feature.
- Updated existing class diagrams including
- Contributions to the team-based tasks:
- Mock Ui image for the product.
- Ui image for the landing product.
- Maintained the product website.
- Review/mentoring contributions:
- Mentored the implementation of find commands to support finding by multiple fields.
- Mentored the implementation of
EditBillCommand. - Mentored the implementation of delete commands to support the deletion of appointments and bills when deleting a patient.
- Reviewed Pull Requests:
- Tools:
- IntelliJ
- Gradle
- PlantUML
- SourceTree
- Checkstyle