Do you save the last user's selections?
Rules to Better Interfaces (Forms)|20d3fde5-e972-42ed-903f-21d4bcef69e0
v2.0
Posted at
1/12/2014 1:23 PM by
Rebecca Liu
Rule Intro
Below is a report screen that is fairly common that developers create,
they will make it so every time the page is loaded the user will have to
reselect their options. To make it simpler the options should be stored
in a cookie or database and be already pre-selected once the page is
reloaded, as it is likely they will want to use the same or slightly
modified query. If they don't then they can simply select what they are
after anyway.
Page Content
-
- Figure: Bad Example - This is suitable for first view, but not for a return view
-
- Figure: Good Example - Instead, save the users last selection
{960AAEB2-3E78-4BBC-97B4-473433533CEC}
Do you feel this rule needs an update?