User

An uxiverse.com type

A user is an individual person accessing the application. Users typically have roles, belong to groups and have permissions (or not). User data and personal data should be especially secured and anonymized for development. Dummy personas can help with testing the boundaries of the application better, e.g. when testing for long names or characters in Asian or Right-to-left languages. Compared to a role, a role summarizes a 'job' that can be done in an application. One user can have many roles, and is permitted access and view parts of the application or not, depending on the activity. E.g. in a marketplace, the same user might be a seller for one item, but a buyer for other items.

PropertyExpected TypeDescription
ContextPropertyElementA property that holds the context a UI element is in
DescriptionFlagElementFlags to express that a UI element describes something, e.g. isHelp, isContent, isProgress
HierarchyFlaghttps://schema.org/BooleanFlags that express a hierarchical position on an element
NavigationPropertyElementA property that holds the navigation on a UI element, e.g. menu, settings
OutcomePropertyA property that holds a result, output or status
a11yElementProperties related to accessibility
inputInput is the value/parameter/prop that gets passed to an element in the UX, and can be empty. This applies to visual as well as non-visual elements.
isInUseByWhen people collaboratively work, the property isInUseBy can be used to make an element non-editable until it is set free. Showing where other users are can also prevent conflicting edits.
isUsableByTo handle which User, Role or Group can use an Element of the UI, the property isUsableBy can be used to grey out parts of the interface, or hide them entirely.

Instances of "User" may appear as a value for the following properties

PropertyOn TypeDescription
isInUseByElementWhen people collaboratively work, the property isInUseBy can be used to make an element non-editable until it is set free. Showing where other users are can also prevent conflicting edits.
isUsableByElementTo handle which User, Role or Group can use an Element of the UI, the property isUsableBy can be used to grey out parts of the interface, or hide them entirely.
Types with close relationship to "User":