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 AboutUs page #30

Merged
merged 3 commits into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`
* Role: Developer
* Responsibilities:

### Johnny Doe
### Mu Zhaoyu

<img src="images/johndoe.png" width="200px">
<img src="images/ella-e.png" width="200px">

[[github](http://github.com/johndoe)] [[portfolio](team/johndoe.md)]
[[github](http://github.com/Ella-e)]
[[portfolio](team/ella-e.md)]

* Role: Developer
* Responsibilities: Data
* Responsibilities: Command implementation, documentation

### Jean Doe

Expand Down
Binary file added docs/images/ella-e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions docs/team/ella-e.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
layout: page
title: Mu Zhaoyu's Project Portfolio Page
---

## Project: VitalConnect

This product is doctors or any healthcare workers that have to keep track of a lot
of patient information and requires the information at a fast pace,
thus preferring to have a simple UI such as a CLI instead of a complex GUI,
with the added benefit of having typed user commands for an even faster retrieval of information.

Given below are my contributions to the project.

### **New Feature**:

1. __Create an appointment__

* What it does: allows the user to create an appointment for a patient with the time and date.
* Justification: This feature improves the product significantly as it is the fundamental functions for the project.
* Highlights: This enhancement affects existing commands and commands to be added in future. It required an in-depth analysis of design alternatives. The implementation too was challenging as it required changes to existing commands.
* Credits: *{mention here if you reused any code/ideas from elsewhere or if a third-party library is heavily used in the feature so that a reader can make a more accurate judgement of how much effort went into the feature}*

2. __Delete an appointment__

* What it does: allows the user to delete an appointment by specifying the appointment index and the patient's name.
* Justification: This feature improves the product significantly as it is the fundamental functions for the project.
* Credits:


3. __List appointments__

* What it does: allows the user to list out all the upcoming appointments that ordering by time.
* Justification: This feature improves the product significantly as it is the fundamental functions for the project.
* Credits:

### **Documentation**:
User Guide:

* Added documentation for the features `Create Appointments`, `Delete Appointments` and `List Appointments` [\#72]()


Loading