This repository has been archived on 2026-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
RepApp/docs/dev/users.md

9 lines
577 B
Markdown
Raw Normal View History

2023-08-15 20:31:04 +00:00
# Users
Repapp distinguishes two user categories.
A *guest* is a owner of an device. The *guest* is booking a repair appointment to get support from a repair café member to fix his device.
A *member* can be an *organizer* or a *repairer*. A *organizer* is taking care of arranging the repair assignments, and needs to access the private contact data of a guest to do this job. A *repairer* is supporting the *guest* in fixing his device. The *repairer* only needs the details of the device in advance, but not the private contact data of the guest.
![Users](uml/users.png)