2025SELab2-project-Dwengo/frontend/src/utils/assignment-rules.ts
2025-05-17 18:47:26 +00:00

17 lines
324 B
TypeScript

/**
* Validation rule for the assignment title.
*
* Ensures that the title is not empty.
*/
/**
* Validation rule for the classes selection.
*
* Ensures that at least one class is selected.
*/
/**
* Validation rule for the deadline field.
*
* Ensures that a valid deadline is selected and is in the future.
*/