Improve demo seed

This commit is contained in:
Urtzi Alfaro
2025-10-17 07:31:14 +02:00
parent b6cb800758
commit d4060962e4
56 changed files with 8235 additions and 339 deletions

View File

@@ -20,6 +20,7 @@ class QualityCheckType(str, Enum):
WEIGHT = "weight"
BOOLEAN = "boolean"
TIMING = "timing"
CHECKLIST = "checklist"
class QualityCheckTemplateBase(BaseModel):