modules/auth/domain/models/user library
Classes
- User
- A user using the application.
Enums
- UserCapability
- Represents the different capabilities a user can possess within the application.
- Vintage
- Represents a "Jahrgang" (grade level or class year) in a high school context. Used to denote the year group (or class) of students within a high school.
Extensions
-
UserCapabilitiesExtension
on List<
UserCapability> - Provides helper methods for List<UserCapability>.
- UserCapabilityExtension on UserCapability
- Provides helper methods for UserCapability.