Doan Quoc Thinh's Project Portfolio Page
Project: MediFlowR
MediFlowR is a application that enables users to manage patient and appointment 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.
-
Code contributed: RepoSense link
- New Feature:
cancelcommand - Cancel an existing appointmentappointmentscommand - View all existing appointments
- Project Management:
- Helped resolve conflicts in PRs
- Helped fix coding style
- Helped review code and merge PRs
- Contributions to the code:
- Added parsers for
cancelandappointmentscommand - Added tests for
cancel,appointments,undo, andredocommand - Did some minor optimizations for the code
- Fixed many bugs occured when testing the program
- Added parsers for
- Documentation:
- User Guide:
- Added documentation for the feature
delete
- Added documentation for the feature
- Developer Guide:
- Added implementation and activity diagram for the
cancelcommand - Added implementation and activity diagram for the
appointmentscommand
- Added implementation and activity diagram for the
- User Guide:
- Community:
- Contribution beyond the project team:
- Reported 15 bugs in the PE Dry run
- Help people in the CS2103T forum resolve issues such as Java version related bugs and test their software in different operating systems
- Contribution beyond the project team:
- Tools: