From 97830c0d93f2156075514e825f73159d7c317861 Mon Sep 17 00:00:00 2001 From: phiphi-tan Date: Sun, 15 Oct 2023 12:46:04 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f72608077b7..fafdaf1eb86 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,17 @@ ![Ui](docs/images/Ui.png) ## CodeSphere -CodeSphere is a desktop contact management app, optimised for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). -It is an app targeted at connecting Year 1 Computer Science students in the NUS School of Computing. +CodeSphere is a desktop contact management app,optimised for use via a Command Line Interface (CLI) +while still having the benefits of a Graphical User Interface (GUI). +It is an app targeted at enabling Teaching Assistants in NUS School of Computing to better manage their students. This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org). ### Features -- Create profile: create -- Deleting profile: delete -- Adding profile information: add -- Removing profile information: remove -- Show your own profile: show -- Exiting the app: exit +- Viewing help: help +- Adding a student: add +- Editing a student: edit +- Deleting a student: delete +- Tagging a student: tag +- Adding a remark: remark +- Exiting the app: exit From fe829147486981161830b8f2367e084e06672256 Mon Sep 17 00:00:00 2001 From: phiphi-tan Date: Sun, 15 Oct 2023 12:48:56 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fafdaf1eb86..d8cb12b4267 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Ui](docs/images/Ui.png) ## CodeSphere -CodeSphere is a desktop contact management app,optimised for use via a Command Line Interface (CLI) +CodeSphere is a desktop contact management app, optimised for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). It is an app targeted at enabling Teaching Assistants in NUS School of Computing to better manage their students.