Skip to content

Commit

Permalink
Merge pull request #30 from Ella-e/master
Browse files Browse the repository at this point in the history
Update AboutUs page
  • Loading branch information
SeaHogs authored Mar 4, 2024
2 parents 149a166 + 44996ce commit 730cbb6
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 4 deletions.
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]()


0 comments on commit 730cbb6

Please sign in to comment.