forked from nus-cs2103-AY2324S2/tp
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ With FitBook, you can: | |
|
||
* **Seamlessly save clients as contacts on your phone using QR codes** | ||
* **Store personalized notes for each client** | ||
* **Keep track of your clients' fitness journey** (_Work in progress_) | ||
* **Keep track of your clients' weight** | ||
|
||
_All in one app!_ | ||
|
||
|
@@ -83,7 +83,7 @@ Java is a versatile programming language used for developing various application | |
|
||
1. A GUI similar to the one depicted below should appear in a few seconds. The app contains some sample data for you to familiarize yourself with the UI.<br> | ||
|
||
![Ui](images/Ui.png) | ||
![Ui](images/UGUI.png) | ||
|
||
1. Read through `help`, type any command listed into the input box and press `enter` <br> | ||
These are some example commands you can try! | ||
|
@@ -137,7 +137,7 @@ Format: `help` | |
|
||
<hr> | ||
|
||
### Adding a client: `add` | ||
### Adding a client : `add` | ||
|
||
Adds a client to the FitBook. | ||
|
||
|
@@ -150,6 +150,7 @@ A client can have 0 or more tags. | |
Examples: | ||
* `add n/John Doe p/98765432 e/[email protected] a/John street, block 123, #01-01 nt/john from school` | ||
* `add n/Betsy Crowe t/friend e/[email protected] a/Newgate Prison p/1234567 nt/likes donuts t/criminal` | ||
|
||
<hr> | ||
|
||
### Listing all clients : `list` | ||
|
@@ -259,7 +260,7 @@ Examples: | |
* `weight 1 90` - Adds a new weight value of 90 to the client at index 1. | ||
* `weight 2` - Deletes the latest weight value of the client at index 2. | ||
|
||
### Searching clients: `find` | ||
### Searching clients : `find` | ||
|
||
Finds all clients that match the specified attributes. | ||
|
||
|
@@ -282,9 +283,7 @@ Format: `find [n/NAME] [p/PHONE] [e/EMAIL] [a/ADDRESS] [w/RANGE] [h/RANGE] [nt/N | |
|
||
Examples: | ||
* `find n/Wendy` returns `Wendy Son` and `Wendy Kim` | ||
![result for 'find n/Wendy'](images/FindNameMultiple.png) | ||
* `find n/Wendy t/Lover` returns `Wendy` (`Name` contains `Wendy` and is tagged with `Lover`) | ||
![result for 'find n/Wendy t/Lover'](images/FindNameTag.png) | ||
|
||
<hr> | ||
|
||
|
@@ -327,7 +326,7 @@ Format: `exit` | |
|
||
### Saving the data | ||
|
||
FitBook data is saved in the hard disk automatically after any command that changes the data. | ||
FitBook data is saved to your hard disk automatically after any command that changes the data. | ||
There is no need to save manually. | ||
|
||
<hr> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters