Module assignment

Source
Expand description

Entity and business logic for managing assignments.

This module defines the Assignment model, its relations, and methods for creating, editing, and filtering assignments.

Structs§

ActiveModel
Generated by sea-orm-macros
AssignmentTypeEnum
Generated by sea-orm-macros
AssignmentTypeIter
An iterator over the variants of AssignmentType
AssignmentTypeVariantIter
An iterator over the variants of AssignmentTypeVariant
ColumnIter
An iterator over the variants of Column
Entity
Generated by sea-orm-macros
Model
Assignment model representing the assignments table in the database.
PrimaryKeyIter
An iterator over the variants of PrimaryKey
ReadinessReport
Detailed report of assignment readiness state.
RelationIter
An iterator over the variants of Relation
StatusEnum
Generated by sea-orm-macros
StatusIter
An iterator over the variants of Status
StatusVariantIter
An iterator over the variants of StatusVariant

Enums§

AssignmentType
AssignmentTypeVariant
Generated by sea-orm-macros
Column
Generated by sea-orm-macros
PrimaryKey
Generated by sea-orm-macros
Relation
Defines the relationship between Assignment and Module.
Status
StatusVariant
Generated by sea-orm-macros