Skip to content

Commit

Permalink
Merge PR #379 from jjchee77/Docs-Exercise
Browse files Browse the repository at this point in the history
Enhance user guide and developer guide
  • Loading branch information
ruijietay authored Apr 15, 2024
2 parents 664719c + 9bfef0a commit f13289b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ How the parsing works:
the user command and create a `XYZCommand` object (e.g., `AddCommand`) which the `AddressBookParser` returns back as
a `Command` object.
* All `XYZCommandParser` classes (e.g., `AddCommandParser`, `DeleteCommandParser`, ...) inherit from the `Parser`
interface so that they can be treated similarly where possible e.g., during testing.
interface so that they can be treated similarly where possible e.g. during testing.

<div style="page-break-after: always;"></div>

Expand Down Expand Up @@ -958,14 +958,15 @@ testers are expected to do more *exploratory* testing.
1. Download the jar file and copy into an empty folder

1. Double-click the jar file Expected: Shows the GUI with a set of sample contacts. The window size may not be
optimum.
optimal.

1. Saving window preferences

1. Resize the window to an optimum size. Move the window to a different location. Close the window.
1. Resize the window to an optimal size. Move the window to a different location. Close the window.

1. Re-launch the app by double-clicking the jar file.<br>
Expected: The most recent window size and location is retained.

Expected: The most recent window size and location is retained.

<div style="page-break-after: always;"></div>

Expand Down
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ Examples:

<div markdown="block" class="alert alert-warning">:warning: **Warning**

If `burpees` already exists for the 3 examples above, , please refer to this [warning](#fitadd-overwrite-warning) for the behaviour of the commands.
If `burpees` already exists for the 3 examples above, please refer to this [warning](#fitadd-overwrite-warning) for the behaviour of the commands.
</div>

* `fitadd 2 /arms` - Adds a default set of exercises from the `arms` category to the client at index `2`.
Expand Down

0 comments on commit f13289b

Please sign in to comment.