Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update developer guide to include relevant user stories #35

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

alfaloo
Copy link
Collaborator

@alfaloo alfaloo commented Mar 5, 2024

No description provided.

@alfaloo alfaloo linked an issue Mar 5, 2024 that may be closed by this pull request
Copy link
Collaborator

@ararchch ararchch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

| `* * *` | hospital clerk | delete doctors | remove previous doctors that have left the hospital |
| `* * *` | hospital clerk | create appointments | arrange a meeting time between a doctor and a patient |
| `* * *` | hospital clerk | delete appointments | remove a meeting time if either party becomes unavailable |
| `* * *` | hospital clerk | query patient by name | retrieve their relevant information |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very thoughtful of you to query by name!

| `* *` | hospital clerk | query appointment by patient | look up what appointments a patient has to attend |
| `* *` | hospital clerk | query appointment by doctor | look up what appointments a doctor has to service |
| `*` | hospital clerk | query patient by other fields | retrieve patient information through other fields if they call-in |
| `*` | hospital clerk | find available timings to book appointment | schedule a time that suits both the patient and doctor |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be challenging to implement, but a great feature!

@ararchch ararchch merged commit 397f9e5 into AY2324S2-CS2103T-T15-1:master Mar 5, 2024
3 checks passed
@alfaloo alfaloo added this to the v1.1 milestone Mar 6, 2024
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.

Update DG User Stories
2 participants