Constants
Enumeration types for the application.
RelationshipType
app.utils.constants.RelationshipType
Bases: str, Enum
Enumeration of relationship types between persons.
Defines various relationship types that can exist between a person and the primary user in the system.
Source code in backend/app/utils/constants.py
RoleType
app.utils.constants.RoleType
Bases: str, Enum
Enumeration of person roles in the system.
Defines the role types that a person can have within the application.