|
| 1 | +--- |
| 2 | +layout: page |
| 3 | +title: User Guide |
| 4 | +--- |
| 5 | + |
| 6 | + |
| 7 | +* Table of Contents |
| 8 | +{:toc} |
| 9 | + |
1 | 10 | ## 1. Introduction |
2 | 11 |
|
3 | 12 | fitNUS is tailored for **NUS students** that are interested in staying healthy and keeping fit. It is suitable for **all |
@@ -137,12 +146,39 @@ Format: `routine_view INDEX` |
137 | 146 | Examples: |
138 | 147 | * `routine_view 2` Views routine with the index 2. |
139 | 148 |
|
| 149 | +##### Before input: |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | +#### After input: |
| 155 | + |
| 156 | + |
| 157 | + |
140 | 158 | #### 3.2.6 List routines : `routine_list` |
141 | 159 |
|
142 | 160 | Lists out all the routines in fitNUS. |
143 | 161 |
|
144 | 162 | Format: `routine_list` |
145 | 163 |
|
| 164 | + |
| 165 | + |
| 166 | +#### 3.2.7 Find routines : `find_routines` |
| 167 | + |
| 168 | +Finds all routines with matching keyword given. |
| 169 | + |
| 170 | +Format: `find_routines KEYWORD` |
| 171 | + |
| 172 | +Example: |
| 173 | +* `find_routines upper` Finds all routines with the keyword "upper" in its name, regardless of uppercase or lowercase. |
| 174 | + |
| 175 | +##### Input: |
| 176 | + |
| 177 | + |
| 178 | +##### Result: |
| 179 | + |
| 180 | + |
| 181 | + |
146 | 182 | ### 3.3 Lesson |
147 | 183 |
|
148 | 184 | #### 3.3.1 Create new lesson : `lesson_add` |
@@ -225,6 +261,10 @@ Deletes the routine or lesson scheduled on Monday, 1600-1800. |
225 | 261 |
|
226 | 262 |  |
227 | 263 |
|
| 264 | +### BMI |
| 265 | + |
| 266 | +#### Add or edit height : `height` |
| 267 | + |
228 | 268 | #### 3.4.4 View timetable : `timetable_view` |
229 | 269 |
|
230 | 270 | Views the timetable in fitNUS. |
@@ -297,27 +337,50 @@ _{explain the feature here}_ |
297 | 337 |
|
298 | 338 | ## 4. Command summary |
299 | 339 |
|
| 340 | +### 4.1 Miscellaneous |
| 341 | + |
| 342 | +Action | Format | |
| 343 | +--------|-------| |
| 344 | +**Link to User Guide** | `help` |
| 345 | +**Save and exit fitNUS** | `exit` |
| 346 | + |
| 347 | +### 4.2 Exercise |
300 | 348 | Action | Format | Examples |
301 | 349 | --------|-------|----------- |
302 | | -**Link to User Guide** | `help` |
303 | 350 | **Create Exercise** | `exercise_add n/EXERCISE_NAME [t/TAG]` | `exercise_add n/Bench Press t/Upper` |
304 | 351 | **Delete Exercise** | `exercise_delete INDEX` | `exercise_delete 1` |
305 | | -**List Exercises** | `list_exercises` |
306 | 352 | **Find Exercises** | `find_exercises KEYWORD [MORE_KEYWORDS]` | `find_exercises Bench Press` |
| 353 | +**List Exercises** | `list_exercises` |
| 354 | + |
| 355 | +### 4.3 Routine |
| 356 | +Action | Format | Examples |
| 357 | +--------|-------|----------- |
307 | 358 | **Create Routine** | `routine_create r/ROUTINE_NAME` | `routine_create r/Leg Day Session` |
308 | 359 | **Delete Routine** | `routine_delete INDEX` | `routine delete 10` |
| 360 | +**View Routine details** | `routine view INDEX` | `routine view 2` |
309 | 361 | **Add Exercise to Routine** | `routine_add r/NAME_OF_TARGET_ROUTINE e/EXERCISE_NAME` | `routine_add r/Leg Day Session e/Squats` |
310 | 362 | **Delete Exercise from Routine** | `routine_delete_exercise r/NAME_OF_TARGET_ROUTINE e/EXERCISE_NAME` | `routine_delete_exercise r/Leg Day Session e/Squats` |
311 | | -**View Routine details** | `routine view INDEX` | `routine view 2` |
312 | 363 | **List Routines** | `routine list` |
| 364 | + |
| 365 | +### 4.4 Lesson |
| 366 | +Action | Format | Examples |
| 367 | +--------|-------|----------- |
313 | 368 | **Create Lesson** | `lesson_add n/EXERCISE_NAME [t/TAG]` | `lesson_add n/CS2100 t/Thursday t/0900 t/1hours` |
314 | 369 | **Delete Lesson** | `lesson_delete INDEX` | `lesson_delete 1` |
315 | 370 | **List Lessons** | `list_lessons` |
316 | 371 | **Find Lessons** | `find_lessons KEYWORD [MORE_KEYWORDS]` | `find_lessons CS2103T` |
| 372 | + |
| 373 | +### 4.5 Timetable |
| 374 | +Action | Format | Examples |
| 375 | +--------|-------|----------- |
317 | 376 | **Add Routine to Timetable** | `timetable_add_routine r/ROUTINE_NAME d/DAY_OF_THE_WEEK T/TIMING` | `timetable_add_routine add r/Leg Day Session d/Monday T/1600-1800` |
318 | 377 | **Add Lesson to Timetable** | `timetable_add_lesson n/LESSON_NAME d/DAY_OF_THE_WEEK T/TIMING` | `timetable_add_lesson n/CS2103T d/Monday T/1200-1400` |
319 | 378 | **Delete Routine or Lesson from Timetable** | `timetable_delete d/DAY_OF_THE_WEEK T/TIMING` | `timetable_delete d/Monday T/1600-1800` |
320 | 379 | **View timetable** | `timetable view` |
| 380 | + |
| 381 | +### 4.6 BMI |
| 382 | +Action | Format | Examples |
| 383 | +--------|-------|----------- |
321 | 384 | **Add or edit Height** | `height h/HEIGHT` | `height h/170` |
322 | 385 | **Add or edit Weight** | `weight w/WEIGHT` | `weight w/70` |
323 | 386 | **View BMI** | `bmi` |
|
0 commit comments