From 863ee95c9fdb7c1212b802c562b4d0c47b9c75d0 Mon Sep 17 00:00:00 2001 From: Drustan Yeo Date: Mon, 4 Mar 2024 22:01:44 +0800 Subject: [PATCH 1/3] Add medical terms in meeting notes to glossary --- docs/DeveloperGuide.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 8b927c1a27b..87d07c1760f 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -343,7 +343,10 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli ### Glossary * **Mainstream OS**: Windows, Linux, Unix, MacOS -* **Private contact detail**: A contact detail that is not meant to be shared with others +* **GP**: General Practitioner, a general physician who provides primary care (usually in a clinic) +* **Taking History**: A medical term for recording a patient's symptoms, medical history, and other relevant information +* **Differential Diagnosis**: A medical term for a possible alternative diagnosis for a patient's symptoms +* **IC**: Short for NRIC (National Registration Identity Card), a unique identifier for Singapore citizens and permanent residents -------------------------------------------------------------------------------------------------------------------- @@ -398,4 +401,4 @@ testers are expected to do more *exploratory* testing. 1. _{explain how to simulate a missing/corrupted file, and the expected behavior}_ -1. _{ more test cases …​ }_ +1. _{ more test cases …​ }_ \ No newline at end of file From 8490e739aea7f07a72a320c62382da7316e982d5 Mon Sep 17 00:00:00 2001 From: Drustan Yeo Date: Mon, 4 Mar 2024 22:12:28 +0800 Subject: [PATCH 2/3] Fix whitespace errors --- docs/AboutUs.md | 2 +- docs/DeveloperGuide.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/AboutUs.md b/docs/AboutUs.md index da1d80fe7e5..8db94d673d9 100644 --- a/docs/AboutUs.md +++ b/docs/AboutUs.md @@ -33,7 +33,7 @@ You can reach us at the email `e0970466@comp.nus.edu.sg` -[[github](http://github.com/jiahui0309)] +[[github](http://github.com/jiahui0309)] [[linkedin](https://www.linkedin.com/in/song-jia-hui/)] * Role: Developer diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 87d07c1760f..16b304ce8f3 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -401,4 +401,4 @@ testers are expected to do more *exploratory* testing. 1. _{explain how to simulate a missing/corrupted file, and the expected behavior}_ -1. _{ more test cases …​ }_ \ No newline at end of file +1. _{ more test cases …​ }_ From 3936397f7fb177dbeb1099057ef0dd76c36f00de Mon Sep 17 00:00:00 2001 From: drustanyjt <110999129+drustanyjt@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:24:36 +0800 Subject: [PATCH 3/3] Update DeveloperGuide.md --- docs/DeveloperGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 16b304ce8f3..c25316053d4 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -4,7 +4,7 @@ pageNav: 3 --- -# AB-3 Developer Guide +# ClinicMate Developer Guide @@ -346,7 +346,7 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli * **GP**: General Practitioner, a general physician who provides primary care (usually in a clinic) * **Taking History**: A medical term for recording a patient's symptoms, medical history, and other relevant information * **Differential Diagnosis**: A medical term for a possible alternative diagnosis for a patient's symptoms -* **IC**: Short for NRIC (National Registration Identity Card), a unique identifier for Singapore citizens and permanent residents +* **IC Number**: Short for NRIC (National Registration Identity Card) Number, a unique identifier for Singapore citizens and permanent residents --------------------------------------------------------------------------------------------------------------------