[ ] rename this to QualityOutput (or QualityResponse depending on whether the respective input is named QualityRequest or QualityInput)
[ ] rename QualityOutputModel to QualityRow
[ ] remove QualityOutput dataclass and use QualityRow instead.
[ ] In src/app/api/analytics/storage.py, PendingMaterials is defined as dataclass. Elsewhere, it is defined as pydantic model. Choose one basemodel and use that
e.g. quality output models
Proposal:
[ ] rename this to QualityOutput (or QualityResponse depending on whether the respective input is named QualityRequest or QualityInput)
[ ] rename QualityOutputModel to QualityRow
[ ] remove QualityOutput dataclass and use QualityRow instead.
[ ] In
src/app/api/analytics/storage.py
, PendingMaterials is defined as dataclass. Elsewhere, it is defined as pydantic model. Choose one basemodel and use that