From 1b4cddbd690a55d7c5c289accd5f7c7ec08d1cb9 Mon Sep 17 00:00:00 2001 From: jaejayrome <80029422+jaejayrome@users.noreply.github.com> Date: Thu, 18 Apr 2024 13:06:26 +0800 Subject: [PATCH] remove my ppp and remove link from about us --- docs/AboutUs.md | 1 - docs/team/jaejayrome.md | 54 ----------------------------------------- 2 files changed, 55 deletions(-) delete mode 100644 docs/team/jaejayrome.md diff --git a/docs/AboutUs.md b/docs/AboutUs.md index 6d205e9baab..22c06d3e495 100644 --- a/docs/AboutUs.md +++ b/docs/AboutUs.md @@ -12,7 +12,6 @@ We are a team based in the [School of Computing, National University of Singapor [[github](https://github.com/jaejayrome)] -[[portfolio](team/jaejayrome.md)] - Role: Developer - Responsibilities: Model diff --git a/docs/team/jaejayrome.md b/docs/team/jaejayrome.md deleted file mode 100644 index 185353d2257..00000000000 --- a/docs/team/jaejayrome.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -layout: page -title: Jerome Goh's Project Portfolio Page ---- - -### Project: FinCliq - -FinCliq is a desktop client and meeting tracker application optimised for CLI users. -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. - -* **New Feature**: Added the ability to delete meetings. ([\#10](https://github.com/AY2324S2-CS2103-F08-1/tp/issues/10)) - * What it does: allows the user to delete meetings that a client has. - * Justification: This feature is essential to allow financial advisors to manage their client's meetings. - * Credits: This feature was implemented with reference to AddressBook's delete feature, but - it was a non-trivial task to adapt it to our application's context. - - -[//]: # (* **Code contributed**: [RepoSense link]()) - -* **Project management**: - * Managed release [`v1.1`](https://github.com/AY2324S2-CS2103-F08-1/tp/milestone/1) on GitHub - -[//]: # (* **Enhancements to existing features**:) - -[//]: # ( * Updated the GUI color scheme (Pull requests [\#33](), [\#34]())) - -[//]: # ( * Wrote additional tests for existing features to increase coverage from 88% to 92% (Pull requests [\#36](), [\#38]())) - -* **Documentation**: - - * User Guide: - - * Added documentation for command summary: [\#37](https://github.com/AY2324S2-CS2103-F08-1/tp/issues/37) - - * Developer Guide: - - * Added the Non-Functional Requirements section: [\#41](https://github.com/AY2324S2-CS2103-F08-1/tp/issues/41) - - * Added the target user profile, value proposition, and user stories: [\#39](https://github.com/AY2324S2-CS2103-F08-1/tp/issues/39) - -[//]: # (* **Community**:) - -[//]: # ( * PRs reviewed (with non-trivial review comments): [\#12](), [\#32](), [\#19](), [\#42]()) - -[//]: # ( * Contributed to forum discussions (examples: [1](), [2](), [3](), [4]())) - -[//]: # ( * Reported bugs and suggestions for other teams in the class (examples: [1](), [2](), [3]())) - -[//]: # ( * Some parts of the history feature I added was adopted by several other class mates ([1](), [2]())) - -* **Tools**: - * Integrated CodeCov to the team repo