Skip to content

Commit a2dd2b2

Browse files
committed
fixing path for annex-5
1 parent 1e536b6 commit a2dd2b2

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

docs/annexes/annex-5/annex-5.01-design-guide.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,14 @@ appropriate feedback within a reasonable amount of time.
136136
When adding or removing a document the application should let the user know
137137
whether the process was completed successfully of not.
138138

139-
![Document Management example showing success and failure states](../../media/5.01/Figure_1_Document_Management_example.png)
139+
![Document Management example showing success and failure states](media/5.01/Figure_1_Document_Management_example.png)
140140
_Figure 1: Document Management example_
141141

142142
###### Interactive elements
143143

144144
Interactive elements such as buttons must have a pressed and focused state.
145145

146-
![Interactive Elements example showing button states](../../media/5.01/Figure_2_Interactive_Elements_example.png)
146+
![Interactive Elements example showing button states](media/5.01/Figure_2_Interactive_Elements_example.png)
147147
_Figure 2: Interactive Elements example_
148148

149149
---
@@ -163,23 +163,23 @@ conventions, making information appear in a natural and logical order.
163163
Documents should be (where possible) represented in the UI by what is familiar
164164
to the user instead of generic / ambiguous icons.
165165

166-
![Document Presentation Example showing realistic document representations](../../media/5.01/Figure_3_Document_Presentation_Example.png)
166+
![Document Presentation Example showing realistic document representations](media/5.01/Figure_3_Document_Presentation_Example.png)
167167
_Figure 3: Document Presentation Example_
168168

169169
##### Labels
170170

171171
Stay away from technical terms and jargon. Use labels that people use in their
172172
everyday life.
173173

174-
![Labels example showing user-friendly terminology](../../media/5.01/Figure_4_Labels_example.png)
174+
![Labels example showing user-friendly terminology](media/5.01/Figure_4_Labels_example.png)
175175
_Figure 4: Labels example_
176176

177177
##### Icons
178178

179179
People spend most of their time in other apps/websites. Use icons that are
180180
familiar and clear to them instead on ambiguous ones.
181181

182-
![Icons Example showing clear vs ambiguous icons](../../media/5.01/Figure_5_Icons_Example.png)
182+
![Icons Example showing clear vs ambiguous icons](media/5.01/Figure_5_Icons_Example.png)
183183
_Figure 5: Icons Example_
184184

185185
---
@@ -201,7 +201,7 @@ perform actions
201201

202202
- for instance, the freedom to undo or redo any accidental moves
203203

204-
![Undo and Redo Example showing action reversibility](../../media/5.01/Figure_6_Undo_and_Redo_Example.png)
204+
![Undo and Redo Example showing action reversibility](media/5.01/Figure_6_Undo_and_Redo_Example.png)
205205
_Figure 6: Undo and Redo Example_
206206

207207
---
@@ -236,7 +236,7 @@ they commit to the action.
236236

237237
For accidental actions such as miss-clicks
238238

239-
![Confirmation Dialogue Example showing user verification before action](../../media/5.01/Figure_7_Confirmation_Dialogs_Example.png)
239+
![Confirmation Dialogue Example showing user verification before action](media/5.01/Figure_7_Confirmation_Dialogs_Example.png)
240240
_Figure 7: Confirmation Dialogues Example_
241241

242242
##### Flexible inputs
@@ -248,7 +248,7 @@ number can be entered in various ways by different people. The field can either
248248
format it accordingly on each own or provide a hint of the expected format
249249
instead of producing in-line errors or result in guesswork.
250250

251-
![Flexible Inputs Example showing different input format acceptance](../../media/5.01/Figure_8_Flexible_Inputs_Example.png)
251+
![Flexible Inputs Example showing different input format acceptance](media/5.01/Figure_8_Flexible_Inputs_Example.png)
252252
_Figure 8: Flexible Inputs Example_
253253

254254
---
@@ -303,7 +303,7 @@ indicate the problem, and constructively suggest a solution.
303303

304304
#### 2.9.1 Indicative examples
305305

306-
![Error Messages Examples showing clear problem indications and solutions](../../media/5.01/Figure_9_Error_Messages_Examples.png)
306+
![Error Messages Examples showing clear problem indications and solutions](media/5.01/Figure_9_Error_Messages_Examples.png)
307307
_Figure 9: Error Messages Examples_
308308

309309
---
@@ -353,7 +353,7 @@ screen when they are easily reachable with the thumb when operating the phone
353353
with one hand. The top half should be used for displaying information,
354354
documents, QR codes etc.
355355

356-
![Layout diagram showing thumb reachable areas on mobile screen](../../media/5.01/Figure_10_Layout.png)
356+
![Layout diagram showing thumb reachable areas on mobile screen](media/5.01/Figure_10_Layout.png)
357357
_Figure 10: Layout_
358358

359359
---
@@ -371,7 +371,7 @@ a disability or a combination of disabilities that affect their motor movements
371371
and dexterity, as well as by the act of using a website while on the move, such
372372
as while walking or commuting.
373373

374-
![Target Sizes diagram showing recommended touch target dimensions](../../media/5.01/Figure_11_Target_Sizes.png)
374+
![Target Sizes diagram showing recommended touch target dimensions](media/5.01/Figure_11_Target_Sizes.png)
375375
_Figure 11 : Target Sizes_
376376

377377
---
@@ -434,11 +434,11 @@ past or future tenses, use simple verb forms. This may not be applicable to all
434434
languages; the overall goal is to be as concise as possible without compromising
435435
clarity.
436436

437-
![Example showing "Document added" text](../../media/5.01/Document_added.png)
437+
![Example showing "Document added" text](media/5.01/Document_added.png)
438438

439439
Write in the present tense.
440440

441-
![Example showing "Document has been added" text](../../media/5.01/Document_has_been_added.png)
441+
![Example showing "Document has been added" text](media/5.01/Document_has_been_added.png)
442442

443443
Don't write in different variations of the present tense, such as the present
444444
perfect tense.
@@ -454,7 +454,7 @@ sentence with the goal.
454454
To add a document, click +
455455
```
456456

457-
![Example showing "To add a document, click +" text](../../media/5.01/To_add_a_document.png)
457+
![Example showing "To add a document, click +" text](media/5.01/To_add_a_document.png)
458458

459459
Start a statement with the objective ("to add a document") and end it with the
460460
user action ("click + ").
@@ -463,7 +463,7 @@ user action ("click + ").
463463
Click + to add a document
464464
```
465465

466-
![Example showing "Click + to add a document" text](../../media/5.01/Click_to_add_a_document.png)
466+
![Example showing "Click + to add a document" text](media/5.01/Click_to_add_a_document.png)
467467

468468
Don't state the action the user takes ("Click + ") before the objective ("to add
469469
a document").
@@ -479,7 +479,7 @@ the same phrase.
479479
Change your preferences in My Account
480480
```
481481

482-
![Example showing "Change your preferences in My Account" text](../../media/5.01/Change_your_preferences_in_My_Account.png)
482+
![Example showing "Change your preferences in My Account" text](media/5.01/Change_your_preferences_in_My_Account.png)
483483

484484
Don't refer to the user in both the second person and the first person within
485485
the same phrase.
@@ -488,7 +488,7 @@ the same phrase.
488488
Change your preferences in Account
489489
```
490490

491-
![Example showing "Change your preferences in Account" text](../../media/5.01/Change_your_preferences_in_Account.png)
491+
![Example showing "Change your preferences in Account" text](media/5.01/Change_your_preferences_in_Account.png)
492492

493493
---
494494

docs/annexes/annex-5/annex-5.02-design-guide-data-sharing-scenarios.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ on a mobile device, requesting access to a Relying Party's service (i.e. app
3636
or browser) and authorizes by using the EUDI Wallet app, which is also installed
3737
on the same device.
3838

39-
![Login interface showing EUDI Wallet login button on mobile device](../../media/5.02/Login_with_EUDI_wallet.png)
39+
![Login interface showing EUDI Wallet login button on mobile device](media/5.02/Login_with_EUDI_wallet.png)
4040

4141
In contrast, in the 'remote cross-device' flow, the EUDI Wallet user consumes
4242
information from a Relying Party service on another device than the EUDI Wallet
4343
device, e.g. user visits the relying party's service on their web browser on a
4444
PC and uses the EUDI Wallet app to scan a QR Code on a login page in order to
4545
get access to a service provided by the Relying Party.
4646

47-
![Login screen with EUDI Wallet login option on desktop browser](../../media/5.02/Login_with_EUDI_wallet2.png)
47+
![Login screen with EUDI Wallet login option on desktop browser](media/5.02/Login_with_EUDI_wallet2.png)
4848

4949
In relation to the 'proximity' flows, both flows are related to scenarios where
5050
the EUDI Wallet User is physically close to a Relying Party, the user does not
@@ -56,7 +56,7 @@ human acting as a Relying Party (who may operate a device of their own). In the
5656
unsupervised flow, the EUDI Wallet presents verifiable attributes to a machine
5757
without human supervision.
5858

59-
![Share information screen showing QR and NFC sharing options](../../media/5.02/Share_information.png)
59+
![Share information screen showing QR and NFC sharing options](media/5.02/Share_information.png)
6060

6161
---
6262

@@ -86,7 +86,7 @@ analysed in this Design Guide. These are:
8686
- Password
8787
- OTP
8888

89-
![Multiple authentication method screens showing PIN, pattern, biometrics, password and OTP options](../../media/5.02/Identification_methods.png)
89+
![Multiple authentication method screens showing PIN, pattern, biometrics, password and OTP options](media/5.02/Identification_methods.png)
9090

9191
It shall be clarified that different levels of security shall be required per
9292
use case, e.g. sharing a user's 'Person Identification Data' is associated with
@@ -119,7 +119,7 @@ The criteria used for the rating are:
119119
authentication process
120120
- **Accessibility**: Adherence to accessibility standards/specificities
121121

122-
![Radar chart comparing different authentication methods across multiple criteria](../../media/5.02/Authentication_means.png)
122+
![Radar chart comparing different authentication methods across multiple criteria](media/5.02/Authentication_means.png)
123123

124124
> **_NOTE:_** _Ratings have been based on a desk study and not actual first-hand
125125
testing._
@@ -241,7 +241,7 @@ party and how you become one.
241241
The EUDI Wallet aims to promote user confidence and foster a sense of control
242242
and privacy, thereby enhancing the overall adoption and utility of the app.
243243

244-
![Data sharing screens showing mandatory and optional information requests from Relying Party](../../media/5.02/RP_requests_info.png)
244+
![Data sharing screens showing mandatory and optional information requests from Relying Party](media/5.02/RP_requests_info.png)
245245

246246
---
247247

@@ -315,7 +315,7 @@ Handling/Display of error messages in different scenarios.
315315
When the user attempts to log in to the app, expects to receive feedback
316316
indicating the success or failure of their login attempt.
317317

318-
![Login error screen showing incorrect password message](../../media/5.02/Erroneous_user_credentials.png)
318+
![Login error screen showing incorrect password message](media/5.02/Erroneous_user_credentials.png)
319319
_The user gets an error message indicating that his credentials were wrong:_
320320

321321
- **5.2 Multiple failed attempts to login or present information**
@@ -332,7 +332,7 @@ Handling/Display of error messages in different scenarios.
332332
factors attempting to gain unauthorized access by repeatedly guessing passwords
333333
or usernames.
334334

335-
![Login screen showing too many attempts error with timer](../../media/5.02/Erroneous_user_credentials2.png)
335+
![Login screen showing too many attempts error with timer](media/5.02/Erroneous_user_credentials2.png)
336336

337337
_The user gets an error message indicating that they must try again later:_
338338

@@ -343,7 +343,7 @@ Handling/Display of error messages in different scenarios.
343343
screen, indicating that the document could not be verified because it is
344344
expired or revoked.
345345

346-
![Error message showing additional documents required](../../media/5.02/Error.png)
346+
![Error message showing additional documents required](media/5.02/Error.png)
347347

348348
_The user gets a message indicating the status of the document:_
349349

@@ -354,7 +354,7 @@ Handling/Display of error messages in different scenarios.
354354
how to renew or update the document, directing the user to the appropriate
355355
authorities, or providing relevant instructions.
356356

357-
![Warning notification about document expiration with renewal option](../../media/5.02/Warning.png)
357+
![Warning notification about document expiration with renewal option](media/5.02/Warning.png)
358358

359359
_The user gets a message indicating that the document expires shortly:_
360360

@@ -370,7 +370,7 @@ not be verified (Maybe address safety)**
370370
-a physical person or a digital service- and it turns out that the third party
371371
is not valid or is a fraud, they must get an alert warning message.
372372

373-
![Alert warning about untrusted relying party with security options](../../media/5.02/Alert.png)
373+
![Alert warning about untrusted relying party with security options](media/5.02/Alert.png)
374374

375375
_The user gets a message indicating that they must not share information with
376376
that party. The options are to report it, to close the app, or to search for
@@ -383,7 +383,7 @@ not be verified (Maybe address safety)**
383383
document is not present in the user's app, an error message is displayed,
384384
notifying the user that the document is not stored in their app.
385385

386-
![Error message showing missing ID card document with add document option](../../media/5.02/Error2.png)
386+
![Error message showing missing ID card document with add document option](media/5.02/Error2.png)
387387

388388
_The error message then suggests adding the document from the available
389389
documents list._

0 commit comments

Comments
 (0)