Xintong's Project Portfolio Page
Overview
CareFlow is a desktop application for patient and drug inventory management, optimised for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). CareFlow can get your patient and drugs management tasks done faster than traditional practices.
Code Contributed
Click here to see my code contributions.
Summary of Contributions
Redesign of the Overall Architecture
- Redesign the overall architecture to accommodate patient and drug subsystems.
- Created project skeleton files. #39
- Modified the code structure and organisation of
modelcomponent to allow for the store and access of patient and drug data. #55 - Modified the code structure and organisation of
logiccomponent to allow for the interpretation and execution of user commands.#50 #55 - Modified the code structure and organisation of
storagecomponent to allow for the reading and writing of app data from and into the hard disk. #79 #80
New Features
- Implemented the drug inventory in-app notification feature #212
- This feature serves to remind users of low storage count to help users better plan for drug replenishment.
- Implemented the
cleardrug andclearpatient feature #55- This feature allows users to remove all drug or patient data entries at one go.
- Implemented the
Drugmodel #42- Created
ActiveIngredient,Direction, andDrugclasses to store relevant drug information. - Created
UniqueDrugListto store unique Drug objects.
- Created
Enhancements to Application UI
- Designed and implemented the patient and drug information display panel to provide better information visualisation. #176
- Implemented the UI status bar footer to allow display of source file paths. #80
- Added the function to remember the theme selected by the user. #106
Testing
- Created JUnit test cases for storage components. #133
- Created test methods for
CareFlowStorageManagerto test the reading and saving of - Created test methods for
JsonAdaptedDrugandJsonAdaptedPatientto test the conversion ofPatientandDrugobjects into json-friendly forms when: - Created sample files and test methods for
JsonDrugInventoryStorage,JsonPatientRecordStorageandJsonUserPrefsStorageto simulate the following scenarios: - Created test methods for
JsonSerializableDrugInventoryandJsonSerializablePatientRecordto test the conversion of json formatDrugInventoryandPatientRecordobjects back to java objects.
- Created test methods for
- Created sample drug and patient data to be used in testings. #133
User Guide
- Added detailed instruction on how to download and set up java 11 environment. #176
- Created step-by-step guide on how to install java 11 on macOS and Windows operating systems.
- Accompanied instructions with rich screenshots to further support non-tech users.
- Added screenshots for various features to illustrate the expected interaction and outcome. #193 #221
- Reformatted each feature for better visual presentation. #194
- Added notes and tips for various features to help user better understand the functionality of each feature. #297
Developer Guide
- Added implementation details and UML diagram for
storagecomponent. #164 - Added execution detail and sequence diagram for
d findcommand, usingd find Panadolas the example input. #213 #219