Skip to content

Commit 7bb36cf

Browse files
committed
Update image link
1 parent 986ac5d commit 7bb36cf

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/team/jermytan.adoc

+15-15
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ able to download the list of items (see Figure 2).
121121
Format: `export`
122122

123123
.QR code containing the data of the items in the current view list
124-
image::export.png[width="500"]
124+
image::export.png[width="790"]
125125

126126
.List of items received when scanning the QR code through a mobile phone
127-
image::export-phone.PNG[width="200"]
127+
image::export-phone.PNG[width="250"]
128128

129129
[NOTE]
130130
====
@@ -139,19 +139,19 @@ page after scanning the QR code. Follow the steps below to rectify this issue if
139139
received on the web (see Figure 3).
140140

141141
.Pop-up prompt to suggest to search the content on the web
142-
image::export-prompt.PNG[width="200"]
142+
image::export-prompt.PNG[width="250"]
143143

144144
* Instead of immediately accepting the suggestion, press and hold on the prompt to reveal the other
145145
options available (see Figure 4). Choose "Copy" or any other similar options.
146146

147147
.Additional options to handle the content
148-
image::export-other-options.PNG[width="200"]
148+
image::export-other-options.PNG[width="250"]
149149

150150
* Once the content has been copied, you can simply paste and save the content on Notes or any other
151151
notepad application on your mobile phone (see Figure 5).
152152

153153
.Pasting and saving exported content onto the mobile phone's built-in notepad application
154-
image::export-save-in-notes.png[width="200"]
154+
image::export-save-in-notes.PNG[width="250"]
155155

156156
=== Searching for item(s) by name and/or tag: `search`
157157

@@ -163,7 +163,7 @@ With `search`, you can simply input any words or phrases and Xpire will display
163163
Format: `search|<keyword>[|<other keywords>]...`
164164

165165
.Items matching #fruit or chicken shown
166-
image::search.png[width="500"]
166+
image::search.png[width="790"]
167167

168168
[NOTE]
169169
`search` is designed to work only on the current view list. In other words, `search` will only
@@ -176,10 +176,10 @@ by keying `search|red` and then `search|apple`. Suppose there are only 3 items i
176176
fuji apple` (see Figure 8).
177177

178178
.Item list before searching
179-
image::search-initial.png[width="500"]
179+
image::search-initial.png[width="790"]
180180

181181
.Item list after keying `search|red` and then `search|apple`
182-
image::search-after.png[width="500"]
182+
image::search-after.png[width="790"]
183183

184184
****
185185
* The search is case insensitive. e.g `ham` will match `Ham` and `#fruit` will match `#Fruit`.
@@ -196,12 +196,12 @@ Examples:
196196
* `search|kebab` will display `Chicken Kebab` and `kebab` (see Figure 9).
197197

198198
.Item list after keying `search|kebab`
199-
image::search-kebab.png[width="500"]
199+
image::search-kebab.png[width="790"]
200200

201201
* `search|Chicken Ham` will display `Chicken Ham` (see Figure 10).
202202

203203
.Item list after keying `search|Chicken Ham`
204-
image::search-chicken-ham.png[width="500"]
204+
image::search-chicken-ham.png[width="790"]
205205

206206
* `search|milk|tea|#Drink` will display any items with names containing `milk` or `tea`, or with the tag `#Drink`.
207207

@@ -224,7 +224,7 @@ This implementation is under `Logic` and `Model` components, and it uses a helpe
224224
Below is the UML sequence diagram and a step-by-step explanation of an example usage scenario.
225225

226226
.Sequence diagram illustrating the export mechanism
227-
image::SequenceDiagramExport.png[width="500"]
227+
image::SequenceDiagramExport.png[width="790"]
228228

229229
Example usage scenario:
230230

@@ -253,7 +253,7 @@ The following UML activity diagram will further demonstrate the high-level workf
253253
The selection of parser and the creation of `ExportCommand` object is omitted for brevity.
254254

255255
.Activity diagram illustrating the high-level workflow of search command
256-
image::ActivityDiagramExportCommand.png[width="500"]
256+
image::ActivityDiagramExportCommand.png[width="790"]
257257

258258
As illustrated in Figure 12, the `export` functionality also considers the case where the current view list
259259
is empty and there will be a feedback to the user to inform him/her that the `export` command is not executed
@@ -302,22 +302,22 @@ This implementation is under `Logic` and `Model` components.
302302
Below are the UML sequence diagrams an example usage scenario.
303303

304304
.Sequence diagram illustrating the search mechanism
305-
image::SequenceDiagramSearch.png[width="500"]
305+
image::SequenceDiagramSearch.png[width="790"]
306306

307307
[NOTE]
308308
Parsing of arguments is omitted from the diagram above to place greater emphasis on the filtering process.
309309
The diagram below further illustrates the parsing of arguments.
310310

311311
.Sequence diagram illustrating the parsing of arguments
312-
image::SequenceDiagramSearchParseArgs.png[width="500"]
312+
image::SequenceDiagramSearchParseArgs.png[width="790"]
313313

314314
To further demonstrate the high-level workflow of the `search` command, the following UML activity diagram is provided:
315315

316316
[NOTE]
317317
The selection of parser and the creation of `SearchCommand` object is omitted for brevity.
318318

319319
.Activity diagram illustrating the high-level workflow of search command
320-
image::ActivityDiagramSearchCommand.png[width="500"]
320+
image::ActivityDiagramSearchCommand.png[width="790"]
321321

322322
As illustrated in Figure 15, the `search` functionality also considers the case where the current view list
323323
is empty and there will be a feedback to the user to inform him/her that the `search` command is not executed

0 commit comments

Comments
 (0)