activity.models.volunteer
Attributes
Classes
Describes a volunteer that has signed up to fulfill an |
Module Contents
- activity.models.volunteer.VolunteerState: TypeAlias = Literal['open', 'contacted', 'confirmed'][source]
- class activity.models.volunteer.Volunteer[source]
Bases:
onegov.core.orm.Base
,onegov.core.orm.mixins.ContentMixin
,onegov.core.orm.mixins.TimestampMixin
Describes a volunteer that has signed up to fulfill an occasion need.
- need: relationship[OccasionNeed][source]