From 94383105eaf029c97de4162922a05bbcc46cce82 Mon Sep 17 00:00:00 2001 From: McNaBry Date: Mon, 13 Nov 2023 22:02:11 +0800 Subject: [PATCH 1/3] Update mcnabry's PPP --- docs/team/mcnabry.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/team/mcnabry.md b/docs/team/mcnabry.md index 11300a554bf..1ad65010c77 100644 --- a/docs/team/mcnabry.md +++ b/docs/team/mcnabry.md @@ -36,13 +36,14 @@ Given below are my contributions to the project. * **Documentation**: * User Guide: - * Added documentation for features `add --recruiter`: [#??]() + * Added documentation for features `add --recruiter`: [#165](https://github.com/AY2324S1-CS2103T-W08-3/tp/pull/165) + * Added glossary and an appendix detailing acceptable features for the command parameters [#163](https://github.com/AY2324S1-CS2103T-W08-3/tp/pull/163) * Developer Guide: - * Added documentation for Recruiter class: [#??]() - * Added documentation for linking Organization and Recruiter: [#??]() + * Added documentation on the Organization-Recruiter link: [#173](https://github.com/AY2324S1-CS2103T-W08-3/tp/pull/173) + * Added appendix on effort taken to evolve AB3 to Jobby: [#190](https://github.com/AY2324S1-CS2103T-W08-3/tp/pull/190) * **Community**: - * PRs reviewed (with non-trivial review comments): - * Reported [bugs and suggestions](https://github.com/McNaBry/ped/issues) for other teams + * PRs reviewed (with non-trivial review comments): [#7](https://github.com/AY2324S1-CS2103T-W08-3/tp/pull/7), [#164](https://github.com/AY2324S1-CS2103T-W08-3/tp/pull/164) + * Reported [bugs and suggestions](https://github.com/McNaBry/ped/issues) for other teams. From c2b8af779f5fda8f02cbac72e936856d846b4da0 Mon Sep 17 00:00:00 2001 From: McNaBry Date: Mon, 13 Nov 2023 22:02:48 +0800 Subject: [PATCH 2/3] Fix error with CJ AboutUs link --- docs/AboutUs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AboutUs.md b/docs/AboutUs.md index 84ae82fe1e0..b44b17c506a 100644 --- a/docs/AboutUs.md +++ b/docs/AboutUs.md @@ -22,7 +22,7 @@ We are a team based in the [School of Computing, National University of Singapor [[github](https://github.com/CJ-Lee01)] -[[portfolio](team/johndoe.md)] +[[portfolio](team/cj-lee01.md)] * Role: Member From 276e435accfc82aad9451dcb56be7e9248d2e23b Mon Sep 17 00:00:00 2001 From: McNaBry Date: Mon, 13 Nov 2023 22:05:46 +0800 Subject: [PATCH 3/3] Update PPP intro --- docs/team/mcnabry.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/team/mcnabry.md b/docs/team/mcnabry.md index 1ad65010c77..a3800d7fbf1 100644 --- a/docs/team/mcnabry.md +++ b/docs/team/mcnabry.md @@ -7,9 +7,7 @@ title: Bryan's Project Portfolio Page ### Project: Jobby -Jobby is a desktop app for managing job applications and contacts, -optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). -Jobby can help you manage tracking your job applications and contacts in a more streamlined fashion. +Jobby is a desktop app for managing job applications and contacts. It can help you manage the tracking of your job applications and contacts in a more streamlined fashion. Given below are my contributions to the project. @@ -36,7 +34,7 @@ Given below are my contributions to the project. * **Documentation**: * User Guide: - * Added documentation for features `add --recruiter`: [#165](https://github.com/AY2324S1-CS2103T-W08-3/tp/pull/165) + * Added documentation for adding recruiter: [#165](https://github.com/AY2324S1-CS2103T-W08-3/tp/pull/165) * Added glossary and an appendix detailing acceptable features for the command parameters [#163](https://github.com/AY2324S1-CS2103T-W08-3/tp/pull/163) * Developer Guide: * Added documentation on the Organization-Recruiter link: [#173](https://github.com/AY2324S1-CS2103T-W08-3/tp/pull/173)