Skip to content

Resolve conflict locally#6

Open
sandyk0105 wants to merge 294 commits intosandyk0105:108-add-appointment-markascompletefrom
AY2425S1-CS2103T-T08-3:master
Open

Resolve conflict locally#6
sandyk0105 wants to merge 294 commits intosandyk0105:108-add-appointment-markascompletefrom
AY2425S1-CS2103T-T08-3:master

Conversation

@sandyk0105
Copy link
Copy Markdown
Owner

No description provided.

@sandyk0105 sandyk0105 self-assigned this Oct 24, 2024
sandyk0105 and others added 29 commits October 25, 2024 14:07
The current implementation has less information about
our main feature

add createDoctorCommand and createPatientCommand implementation
detail in developer guide
…am for CreatePatientCommand

Commit Body: The Developer Guide and sequence diagram currently use inaccurate terminology,
referring to "MedDict database in address book" instead of "addressbook".

-Updated terminology in Developer Guide to align with MedDict's purpose as a patient management application.
-Adjusted the execute() method call to pass the Model.
-Adding three unit test for the MarkAppointmentCommand to verify its behavior when marking an appointment.
-These test ensures that the appointment status is correctly updated to reflect that it has been marked,
 helping to validate that the command functions as intended.

This change:

Adds three dedicated test to enhance coverage for appointment management.
Aims to prevent future regressions by confirming the correct appointment status updates when marking.
Too many characters in one line

Break the particular line of statement into two lines
MarkAppointmentCommandTest: add unit test for marking appointments
Add three unit test for the RemarkCommand to verify its behavior when adding or updating remarks for an appointment.
This test ensures that remarks are correctly applied to the relevant appointment,
validating the command’s functionality and supporting consistent behavior.

This change introduces a focused test to improve coverage for the remark functionality
and aims to prevent future regressions by ensuring remarks update as expected.
Unused import statement found

Remove unused import statement
Extra separation

Remove extra space
Unused import statement found

Remove unused statement
Changes some words
Adds createPatient feature
RemarkCommandTest: add unit test for remark functionality
The MedDict user guide lacks specific details and examples for some features, which can make it harder for users to fully understand the commands.

- Add detailed descriptions of input formats and constraints
- Include examples to demonstrate expected outputs and error messages
- Refine language for consistent terminology and readability
The current version has no new line for every example

Add new line to ensure consistency
Removw white spaces
Some of the command get modify to be less tedious

Update all the command accordingly
The error message get modify without update the test

Update the test
chengzihao123 and others added 30 commits November 12, 2024 12:23
Change PATIENT_ID to ID for delete command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants