Skip to content

Commit 365cf00

Browse files
Update o4p09-data-loss.html
Refer the document "Content usable V2 edits" Proposal 12 - Updates to "4.5.9 Avoid Data Loss and “Timeouts” (Pattern) Link: https://docs.google.com/document/d/1xnoNFwfjJZbfadFiU-qOW49n4-gODbd_4ff5UDyYFTM/edit?tab=t.0#heading=h.tc4lz823t1h8 Changed Sections- What to do, How it helps, Example (Use)
1 parent d066515 commit 365cf00

File tree

1 file changed

+36
-18
lines changed

1 file changed

+36
-18
lines changed

design-guide/o4p09-data-loss.html

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,17 @@
User Need
3333
<h5 class="coga-5">What to doh5>
3434
<p>Avoid timeouts and let the user save their work as they go.p>
3535
<p>
36-
When this is not possible, inform the user when they initiate the process:
36+
When this is not possible, tell the user when they start the process:
3737
p>
3838
<ul>
39-
<li>the amount of time available to complete the process,li>
40-
<li>if the user will lose entered data if a timeout occurs.li>
39+
<li>any conditions that may cause a timeout (such as being inactive for ten minutes) and
40+
the amount of time available to complete the process,
41+
li>
42+
<li>the process for extending the time (if there is one),
43+
li>
44+
<li>if the user will lose entered data if a timeout occurs, andli>
45+
46+
<li>give as much notice for timeouts as possible without compromising security and safety.li>
4147
ul>
4248
section>
4349
<section>
@@ -46,14 +52,10 @@
How it Helps
4652
Timed events can present significant barriers for users with
4753
<a>cognitive and learning disabilitiesa>. These users may require more
4854
time to read content or to perform functions, such as completing an online
49-
form. They may need to read help or look at notes.
50-
p>
51-
<p>
52-
Users with <a>cognitive and learning disabilitiesa> may need additional
53-
time to look up the information required to complete a transaction. They may
54-
need a break, without losing their place in the process, and without losing
55-
data that has already been entered.
55+
form. They may need to read help information or look at notes.They may also need
56+
additional time to look up the information required to complete a transaction.
5657
p>
58+
5759
<p>
5860
For example, while making a purchase on an e-commerce web site, a user does
5961
not remember required information. This may be a date, a phone number, or a
@@ -62,26 +64,39 @@
How it Helps
6264
time away from the screen. Then they need to copy it carefully into the
6365
form.
6466
p>
65-
67+
<p>Further, users’ cognitive skills may diminish as they get tired.
68+
They may need a break, without losing their place in the process, and
69+
without losing data that has already been entered. Sometimes they need to stop
70+
the task for that day. When users know that their data won’t be lost, they
71+
can recover from mental fatigue and return to successfully complete the task.
72+
p>
6673
<p>
67-
In another example, a user is completing an online process for reserving a
68-
hotel room and purchasing a plane ticket. They become overwhelmed with the
69-
amount of instruction and data input required to complete the process. The
70-
user cannot complete the process in one sitting, and takes a break.
74+
For example, a user is completing an online process for reserving a hotel room and purchasing a plane ticket.
75+
They become overwhelmed with the amount of instructions and data input required to complete the process.
76+
The user cannot complete the process in one sitting, and takes a break. Their information and work done so far is lost.
7177
p>
72-
7378
<p>
7479
Users’ cognitive skills may diminish as they get tired. They then must stop
7580
the task for that day. When users know that their data won’t be lost, they
7681
can recover from mental fatigue and return to successfully complete the
7782
task.
7883
p>
84+
<p>
85+
Mental health disabilities can also cause cognitive challenges, such as memory problems, trouble staying focused,
86+
and difficulty ignoring distractions. People facing mental health challenges may process information more slowly.
87+
The fear of not having enough time to complete tasks can worsen stress and anxiety, which can further reduce cognitive function.
88+
p>
7989
<p>
8090
It is important to note that many people need time to read the “timeout”
8191
notice. Often, the session ends before the user has finished reading about
82-
how to extend the time. If the user is looking up information, they will not
92+
how to extend the time. In addition, if the user is looking up information, they will not
8393
see the timeout notice.
8494
p>
95+
<p>
96+
Give as much notice for timeouts as you can without compromising security and safety.
97+
Telling users at the start of the process when the timeout will occur and what action
98+
will be needed can also help the user extend the timeout successfully.
99+
p>
85100
section>
86101
<section>
87102
<h5 class="coga-5">More Detailsh5>
@@ -113,7 +128,10 @@
Examples
113128
<strong>Timeout warnings at the start of the task.strong> For
114129
example: In an auction, there is a time limit on the amount of time a
115130
user has to submit a bid. At the start of the task, the user is warned
116-
about the time limit, and how long they have until the time ends.
131+
about the time limit, and how long they have until the time ends. At the start of
132+
the task/process, also tell the users what they need to do to extend the time out
133+
as it may take them time to read the notice.
134+
117135
li>
118136
<li>
119137
<strong>When possible and safe, the user’s work is not lost.strong>

0 commit comments

Comments
 (0)