v0.1.1-alpha
Release Notes: Alpha Version
We are excited to announce the release of the Alpha Version of our project! This release introduces new features, improvements, and bug fixes to enhance the user experience and code structure. This version should be able to serve as a standalone product with its updated storage updating and retrieving capabilities, storing patients, doctors, and all appointments within your local device's storage. Besides that, here’s what’s new:
🆕 What's New
-
Class Logic and Storage Enhancements:
-
Commands and Parsers:
-
Testing and Bug Fixes:
-
UI Improvements (#115):
- Modified the UI to simplify testing and improve usability
- UI now displays role of persons and their ID on their screen to remove the need for getId() command, however, that command is still available to users.
Full Changelog: Compare changes between v0.1 and v1.4
This version includes essential improvements and lays the groundwork for smoother development and better user experience. Thank you to all contributors for making this release possible!
Full Changelog: https://github.com/AY2425S1-CS2103T-T08-3/tp/commits/alpha
What's Changed
- Modify the Person class logic by @chengzihao123 in #93
- Modify storage logic by @chengzihao123 in #94
- Unfactor patient doctor by @Nigeltzy in #97
- Add appointments to doctors by @Nigeltzy in #102
- Branch check appointment command modification by @tyxiangs in #114
- 101 modify the UI for easier application testing by @sandyk0105 in #115
- Add test for CreateDoctorCommand execution success by @tyxiangs in #109
- Add MarkAppointmentCommand and Parser. by @shinichi04 in #116
- Revert "Add MarkAppointmentCommand and Parser." by @sandyk0105 in #118
- CreatePatientCommandTest: Add tests for patient creation by @tyxiangs in #111
- Revert "Revert "Add MarkAppointmentCommand and Parser."" by @sandyk0105 in #122
- ViewHistoryCommandTest by @tyxiangs in #120
- Fix MarkAppointmentCommand by @sandyk0105 in #123
- Branch check appointment command test by @tyxiangs in #117
Full Changelog: v0.1...v1.4