Expand description
Entity and business logic for managing plagiarism cases.
This module defines the PlagiarismCase
model and methods to create
and relate plagiarism reports to assignment submissions.
Structs§
- Active
Model - Generated by sea-orm-macros
- Column
Iter - An iterator over the variants of Column
- Entity
- Generated by sea-orm-macros
- Model
- Represents a detected plagiarism case between two submissions.
- Primary
KeyIter - An iterator over the variants of PrimaryKey
- Relation
Iter - An iterator over the variants of Relation
- Status
Enum - Generated by sea-orm-macros
- Status
Iter - An iterator over the variants of Status
- Status
Variant Iter - An iterator over the variants of StatusVariant
Enums§
- Column
- Generated by sea-orm-macros
- Primary
Key - Generated by sea-orm-macros
- Relation
- Defines relationships to assignment submissions.
- Status
- Defines the possible review statuses for a plagiarism case.
- Status
Variant - Generated by sea-orm-macros