Wrote about urgency levels.
This commit is contained in:
parent
1c085e545e
commit
7681f73929
|
@ -1,3 +1,8 @@
|
|||
Thu Sep 02 01:05:01 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
|
||||
|
||||
* notification-spec.xml:
|
||||
- Wrote about urgency levels.
|
||||
|
||||
Thu Sep 02 00:53:17 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
|
||||
|
||||
* notification-spec.xml:
|
||||
|
|
|
@ -391,7 +391,54 @@
|
|||
|
||||
<sect1 id="urgency-levels" xreflabel="Urgency Levels">
|
||||
<title>Urgency Levels</title>
|
||||
<para><remark>Write me!</remark></para>
|
||||
<para>
|
||||
Notifications have an urgency level associated with them. This defines
|
||||
the importance of the notification. For example, "Your computer is on
|
||||
fire" would be a critical urgency. "Joe Bob signed on" would be a low
|
||||
urgency.
|
||||
</para>
|
||||
<para>Urgency levels are defined as follows:</para>
|
||||
<table>
|
||||
<title>Urgency Levels</title>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Level</entry>
|
||||
<entry>Name</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody valign="top">
|
||||
<row>
|
||||
<entry>0</entry>
|
||||
<entry>Low</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>1</entry>
|
||||
<entry>Medium (Normal)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>2</entry>
|
||||
<entry>High</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>3</entry>
|
||||
<entry>Critical</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
<para>
|
||||
Developers must use their own judgement when deciding the urgency of a
|
||||
notification. Typically, if the majority of programs are using the same
|
||||
level for a specific type of urgency, other applications should follow
|
||||
them.
|
||||
</para>
|
||||
<para>
|
||||
Server implementations may use urgency information how they see fit.
|
||||
Possible implementations may keep critical notifications on the screen
|
||||
until the user manually closes them, which is our recommendation. However,
|
||||
there are no user interface guidelines in this area.
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="hints" xreflabel="Hints">
|
||||
|
|
Loading…
Reference in New Issue