forked from nus-cs2103-AY2324S2/tp
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from Ella-e/master
Update AboutUs page
- Loading branch information
Showing
3 changed files
with
47 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]() | ||
|
||
|