In Hopr we have different criteria when creating a new user: which role should he have, and in to which group he should belong to.
Role:
A role represents a specific set of responsibilities or permissions assigned to a user within the system. For example, roles might include "Administrator," "Attendant," or "Inspector"
Group:
A group is a collection of users who share similar roles or permissions, but don't have to , often based on their department or function, such as "Housekeeping Team" or "Front Desk Staff."
For example: in the group Housekeeping, you can have user with the role attendant and also inspector.
Subgroup:
A sub-group is a smaller unit within a group that further organizes users based on specific criteria, such as location, shift, or responsibility. For instance, within the "Housekeeping Team," there could be sub-groups for "Morning Shift" and "Evening Shift."

Leave a Reply