Skip to content

Commit 5264ce0

Browse files
authored
Merge pull request #277 from whitesnowx/9999-pnglife
Update breaks for png beside to be text
2 parents 17e8b15 + 1530823 commit 5264ce0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/UserGuide.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ StaffConnect (SC) is a **desktop app for managing Professors' and Tutors' contac
2424
A GUI similar to the below should appear in a few seconds. Note how the app contains some sample data.<br>__(The data in preview image below may not match with the sample data provided)__<br>
2525
![Ui](images/Ui.png)
2626

27-
5. Type the command in the command box and press Enter to execute it. e.g. typing **`help`** and pressing Enter will open the help window.<br>
27+
5. Type the command in the Command Line Interface (CLI) and press Enter to execute it. e.g. typing **`help`** and pressing Enter will open the help window.<br>
2828
Some example commands you can try:
2929

3030
* `list` : Lists all persons.
@@ -195,7 +195,7 @@ Edits an existing person in the staff book.
195195

196196
* The displayed view in StaffConnect will reset to the default view after the `edit` command is called.
197197

198-
* The changes made are displayed in the result display above the command box.
198+
* The changes made are displayed in the Command Output above the Command Line Interface (CLI).
199199
</div>
200200

201201
Format: `edit INDEX [n/NAME] [p/PHONE] [e/EMAIL] [m/MODULE] [f/FACULTY] [v/VENUE] [t/TAG]…​ [a/AVAILABILITY]…​`
@@ -263,17 +263,23 @@ format: `filter [m/MODULE] [f/FACULTY] [t/TAG]… [a/AVAILABILITY]…`
263263
* Persons matching all fields will be returned (i.e. `AND` search).
264264
e.g. `filter m/CS2030S f/Computing` will return `Charlotte Oliveiro`
265265

266+
<div style="page-break-after: always;"></div>
266267
Examples:
267268
* `filter m/CS1101S` returns `Alex Yeoh`
268269
<br>![result of `filter m/CS1101S`](images/AfterFilterCommand1.png)
270+
<div style="page-break-after: always;"></div>
269271
* `filter f/Computing t/professor` returns `Alex Yeoh`, `Charlotte Oliveiro`, `David Li` and `Roy Balakrishman`
270272
<br>![result of `filter f/Computing t/professor`](images/AfterFilterCommand2.png)
273+
<div style="page-break-after: always;"></div>
271274
* `filter t/tutor` returns `Bernice Yu`, `Irfan Ibrahim`<br>
272275
![result for 'filter t/tutor'](images/AfterFilterCommand3.png)
276+
<div style="page-break-after: always;"></div>
273277
* To illustrate the next example, the sample data are edited first to let `Alex Yeoh`, `Charlotte Oliveiro` and `Irfan Ibrahim` have tags `friend`, `professor` and `youtuber`. They are available on `Monday 12:00 13:00` and `Thursday 12:00 13:00`.
274278
<br>![results of the above-mentioned edits](images/BeforeFilterCommand1.png)
279+
<div style="page-break-after: always;"></div>
275280
<br>You can see that for `Roy Balakrishnan`, while he is available on `Monday 12:00 13:00` and `Thursday 12:00 13:00`, he does not have tags `friend` and `youtuber`.
276281
<br>![Roy Balakrishnan not having other tags](images/BeforeFilterCommand2.png)
282+
<div style="page-break-after: always;"></div>
277283
<br>`filter f/soc t/professor t/friend t/youtuber a/mon 12:00 13:00 a/thurs 12:00 13:00` returns `Alex Yeoh`, `Charlotte Oliveiro` and `Irfan Ibrahim`.
278284
<br>![result of the command](images/AfterFilterCommand4.png)
279285
<div style="page-break-after: always;"></div>

0 commit comments

Comments
 (0)