Difference between revisions of "Notification"

From MgmtWiki
Jump to: navigation, search
(Anti-Pattern)
Line 8: Line 8:
 
In [[Notification]] the concepts of [[Security]], [[Privacy]] and [[User Experience]] all collide and make any solution a compromise among competing tendencies.
 
In [[Notification]] the concepts of [[Security]], [[Privacy]] and [[User Experience]] all collide and make any solution a compromise among competing tendencies.
 
===Anti-Pattern===
 
===Anti-Pattern===
 +
This example is an email from a HealthCare provider that has a variety of problems which are enumerated below.
 +
The first four problems are security issues, others are user experience issues:
 +
#The send of the is not clearly shown. Specifically there is not legal entity identified that is responsible for the email.
 +
#There is not the slightest attempt made to prove the trustworthiness of the .
 +
#There is a link to a web site which creates two security issues:
 +
##The site may infect the user with malware and no legal entity is identified that would be responsible.
 +
##The user is encouraged to click on a link that is not knows to be trustworthy which re-enforces a bad security practice by the user.
 +
#The first and last sentence are contradictory, but apply to a action that the user should be able to perform.
 +
#The importance of the message is not indicated, nor is there any indication if user action is required.
 +
#The provider is not identified, probably for privacy reasons, but if the user has more than one family member using more than one provider, the messages is completely unhelpful in any disambiguation.
 +
 +
[[File:TerribleEmailNotification.png]]
 +
 
==Solutions==
 
==Solutions==
  

Revision as of 11:25, 22 September 2018

Full Title or Meme

Several best practices and laws require that users are informed of a change of state, or a periodic confirmation of state, then user Notification is required.

Context

Whenever a Web Site encounters a condition that policy or legislation requires that the User be informed, or when action by the is required, the site needs to put some message in front of the user.

Problems

In Notification the concepts of Security, Privacy and User Experience all collide and make any solution a compromise among competing tendencies.

Anti-Pattern

This example is an email from a HealthCare provider that has a variety of problems which are enumerated below. The first four problems are security issues, others are user experience issues:

  1. The send of the is not clearly shown. Specifically there is not legal entity identified that is responsible for the email.
  2. There is not the slightest attempt made to prove the trustworthiness of the .
  3. There is a link to a web site which creates two security issues:
    1. The site may infect the user with malware and no legal entity is identified that would be responsible.
    2. The user is encouraged to click on a link that is not knows to be trustworthy which re-enforces a bad security practice by the user.
  4. The first and last sentence are contradictory, but apply to a action that the user should be able to perform.
  5. The importance of the message is not indicated, nor is there any indication if user action is required.
  6. The provider is not identified, probably for privacy reasons, but if the user has more than one family member using more than one provider, the messages is completely unhelpful in any disambiguation.

TerribleEmailNotification.png

Solutions

References