How to plan login logic: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Login logic refers to the logic that determines which pages are shown to the user when they login. This may depend on a number of factors such as: | |||
* The group they have been randomised to | |||
* The pages they have already seen | |||
* The pages they haven't seen | |||
* The time since they last logged in | |||
* The questionnaires they need to complete and when | |||
Please click [[http://wiki.lifeguideonline.org/w/images/8/86/How_to_plan_login_logic.pdf here]] for points to consider when writing login logic. | Please click [[http://wiki.lifeguideonline.org/w/images/8/86/How_to_plan_login_logic.pdf here]] for points to consider when writing login logic. |
Revision as of 17:16, 14 August 2014
Login logic refers to the logic that determines which pages are shown to the user when they login. This may depend on a number of factors such as:
- The group they have been randomised to
- The pages they have already seen
- The pages they haven't seen
- The time since they last logged in
- The questionnaires they need to complete and when
Please click [here] for points to consider when writing login logic.