From 0c1c9fa3c7db04039345bff540c08dc8aab14cbd Mon Sep 17 00:00:00 2001 From: seandooa Date: Mon, 15 Apr 2024 19:38:58 +0800 Subject: [PATCH 1/3] Test fix for User Guide hyperlinks --- docs/UserGuide.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index caf533858e..a249251b37 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -23,7 +23,7 @@ Don’t let another special occasion slip by uncelebrated. Sign up for 'Flirt an 3. Copy the file to the folder you want to use as the _home folder_ 4. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar Flirt_and_Fork.jar` command to run the bot. The GUI should appear in a few seconds. 5. Type the command in the command box and press Enter to execute it. -6. Refer to the [Features](#Features) section below for an overview of all valid commands. +6. Refer to the [Features](#features-) section below for an overview of all valid commands. ### Warning Do NOT manually tamper with the .txt files in the data folder - `Flirt and Fork` will refuse to cooperate with you if you choose to violate this rule. @@ -68,7 +68,7 @@ Extra commands to facilitate application use. There is only one command to terminate the program: - `exit`: Saves all current data and exits the program. -Refer to the [Usage](#Usage) section below for details of each command. +Refer to the [Usage](#usage) section below for details of each command. ## Usage @@ -457,7 +457,7 @@ The itinerary selected will be based off the user's indicated location and budge Format: `itinerary [PREFERRED_LOCATION], [PREFERRED_PRICE]` -> Note: The `preferred location` and `preferred price` must be within the [legend](#Legend). +> Note: The `preferred location` and `preferred price` must be within the [legend](#legend). > Ensure the formatting is strictly followed, including the spacing and the capitalisation for preferred location and preferred price. > For example, ``itinerary E, A` will be registered, whereas `itinerary E,A` or `itinerary e, a` will result in an error. Example of usage: `itinerary E, A` @@ -524,7 +524,7 @@ Adds a new restaurant to your favourites list. Format: `food [name of eatery], [LOCATION], [PRICE], [CUISINE]` -> Note: The `location` and `price` must be within the [legend](#Legend). +> Note: The `location` and `price` must be within the [legend](#legend). > Ensure the formatting is strictly followed, including the spacing and the capitalisation for location, price and cuisine. > For example, `food Omakase, C, S, J` will be registered, whereas `food Omakase,C,S,J` or 'food Omakase, c, s, j' will result in an error. @@ -545,7 +545,7 @@ Adds a new activity to your favourites list. Format: `activity [name of activity], [LOCATION], [PRICE]` -> Note: The `location` and `price` must be within the [legend](#Legend). +> Note: The `location` and `price` must be within the [legend](#legend). > Ensure the formatting is strictly followed, including the spacing and the capitalisation for location and price. > For example, `activity Paragliding, C, S` will be registered, whereas `activity Paragliding,C,S` or 'activity Paragliding, c, s' will result in an error. From d70fb3b4462386cfc87f9099909aeaa27b298ac7 Mon Sep 17 00:00:00 2001 From: seandooa Date: Mon, 15 Apr 2024 19:42:34 +0800 Subject: [PATCH 2/3] PPP final update --- docs/team/seandooa.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/team/seandooa.md b/docs/team/seandooa.md index 63f44104e2..42a9280be9 100644 --- a/docs/team/seandooa.md +++ b/docs/team/seandooa.md @@ -32,8 +32,9 @@ Here are the enhancements I implemented - Helped with maintaining the issue tracker. ### Review/mentoring contributions +- Authored several PR reviews - Helped some team members with learning how to use shadowJar -- Try to reply immediately whenever team members are asking for assistance in the group chat. +- Reply as soon as possible whenever team members are asking for assistance in the group chat, providing helpful advice or solving the problem alongside them. ## Contributions beyond the project team - Highlighted 7-8 non-trivial bugs for the team I was assigned to during the PE dry run. This ranged from serious issues with the User Guide pdf formatting to feature flaws. Also gave advice on not merging PRs that do not pass the GitHub checks since merged PRs with failed checks could be seen on their User Guide. From 44c3fa3a9a8df07be6fb48f4972a95f28425f2f7 Mon Sep 17 00:00:00 2001 From: seandooa Date: Mon, 15 Apr 2024 19:47:33 +0800 Subject: [PATCH 3/3] Update download link to release page --- docs/UserGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index a249251b37..b67a70fbd5 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -19,7 +19,7 @@ Don’t let another special occasion slip by uncelebrated. Sign up for 'Flirt an ## Quick Start 1. Ensure you have Java `11` or above installed in your Computer. -2. Download the latest version of `Flirt and Fork` from [here](http://link.to/FlirtandFork). +2. Download the latest version of `Flirt and Fork` from [here](https://github.com/AY2324S2-CS2113-T11-2/tp/releases). 3. Copy the file to the folder you want to use as the _home folder_ 4. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar Flirt_and_Fork.jar` command to run the bot. The GUI should appear in a few seconds. 5. Type the command in the command box and press Enter to execute it.