From c3c88bb48f371a6a3bce3fa941548e8c0a26f0a5 Mon Sep 17 00:00:00 2001 From: liauzhanyi Date: Tue, 1 Oct 2024 21:30:13 +0800 Subject: [PATCH 1/6] Fix image extension --- ...hmanalrammah.png.jpg => abdulrahmanalrammah.png} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/images/{abdulrahmanalrammah.png.jpg => abdulrahmanalrammah.png} (100%) diff --git a/docs/images/abdulrahmanalrammah.png.jpg b/docs/images/abdulrahmanalrammah.png similarity index 100% rename from docs/images/abdulrahmanalrammah.png.jpg rename to docs/images/abdulrahmanalrammah.png From 32abb21f3283405ce65ad30949b2029e158ea069 Mon Sep 17 00:00:00 2001 From: liauzhanyi Date: Tue, 1 Oct 2024 21:32:15 +0800 Subject: [PATCH 2/6] Add Liau Zhan Yi's project portfolio page --- docs/AboutUs.md | 8 ++++++++ docs/team/liauzhanyi.md | 12 ++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 docs/team/liauzhanyi.md diff --git a/docs/AboutUs.md b/docs/AboutUs.md index 870004b900a..1dba2ae99d9 100644 --- a/docs/AboutUs.md +++ b/docs/AboutUs.md @@ -48,3 +48,11 @@ You can reach us at the email `seer[at]comp.nus.edu.sg` * Role: Software Engineer * Responsibilities: In charge of `Model` +### Liau Zhan Yi + + + +[[github](https://github.com/liauzhanyi)] +[[portfolio](team/liauzhanyi.md)] + +* Role: Integration diff --git a/docs/team/liauzhanyi.md b/docs/team/liauzhanyi.md new file mode 100644 index 00000000000..25d6decc6c2 --- /dev/null +++ b/docs/team/liauzhanyi.md @@ -0,0 +1,12 @@ +--- + layout: default.md + title: "Liau Zhan Yi's Project Portfolio Page" +--- + +### Project: AddressBook Level 3 + +AddressBook - Level 3 is a desktop address book application used for teaching Software Engineering principles. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 10 kLoC. + +Given below are my contributions to the project. + +* **Code contributed**: [RepoSense link](https://nus-cs2103-ay2425s1.github.io/tp-dashboard/?search=&sort=groupTitle&sortWithin=title&timeframe=commit&mergegroup=&groupSelect=groupByRepos&breakdown=true&checkedFileTypes=docs~functional-code~test-code~other&since=2024-09-20) \ No newline at end of file From b32e84f04dcb87a852e9b8e2aef834ee71f24b10 Mon Sep 17 00:00:00 2001 From: liauzhanyi Date: Tue, 1 Oct 2024 22:02:43 +0800 Subject: [PATCH 3/6] Update README.md --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e225e17340d..a4e31566226 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,17 @@ ![Ui](docs/images/Ui.png) -* This is **a sample project for Software Engineering (SE) students**.
+* This is **an address book for social workers**.
Example usages: - * as a starting point of a course project (as opposed to writing everything from scratch) - * as a case study -* The project simulates an ongoing software project for a desktop application (called _AddressBook_) used for managing contact details. + * as an easy way to locate/contact families. + * keep track of how long it has been since their last visit. + +* The project simulates an ongoing software project for a desktop application (called _SocialBook_) used for managing contact details. + * It is **written in OOP fashion**. It provides a **reasonably well-written** code base **bigger** (around 6 KLoC) than what students usually write in beginner-level SE modules, without being overwhelmingly big. * It comes with a **reasonable level of user and developer documentation**. -* It is named `AddressBook Level 3` (`AB3` for short) because it was initially created as a part of a series of `AddressBook` projects (`Level 1`, `Level 2`, `Level 3` ...). -* For the detailed documentation of this project, see the **[Address Book Product Website](https://se-education.org/addressbook-level3)**. -* This project is a **part of the se-education.org** initiative. If you would like to contribute code to this project, see [se-education.org](https://se-education.org/#contributing-to-se-edu) for more info. + +* For the detailed documentation of this project, see the **[SocialBook Product Website](https://ay2425s1-cs2103-f10-2.github.io/tp)**. + +## Acknowledgements +This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org). From e9cf2e9d687a18ee16cc9497bb5f8c7850884228 Mon Sep 17 00:00:00 2001 From: liauzhanyi Date: Tue, 1 Oct 2024 22:09:15 +0800 Subject: [PATCH 4/6] Update GitHub repository link in default layout --- docs/_markbind/layouts/default.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_markbind/layouts/default.md b/docs/_markbind/layouts/default.md index ea16467e280..18086f29834 100644 --- a/docs/_markbind/layouts/default.md +++ b/docs/_markbind/layouts/default.md @@ -9,7 +9,7 @@
  • User Guide
  • Developer Guide
  • About Us
  • -
  • :fab-github: +
  • :fab-github: