Learn > Model & Process > Models
User Profiles Model
|
The User Profiles model defines the available views per each user type.
Each user profile contains a subset of navigation elements, areas, and all the elements in the other models. Only one of the profiles must be marked as initial, and this will be the "configuration" used when the UI starts.
Usually, in web user interfaces, you have at least two profiles: Logged User and Guest. To make it simpler, you can also use inheritance in this model. The model also let you define what kind of user profile transitions are allowed in the UI. For instance, you can define that the profile can change from Guest to Logged User and vice versa. |