ai-cfia / ai-cfia/ailab-datastore
[fertiscan] As a dev, I want `upload_date` and `updated_at` to be included in `Inspection` for consistency
Open
- Dominant language
- Python
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Description
Currently, the `DBInspection` model includes `upload_date` and `updated_at`, but the `Inspection` model does not. Querying an inspection by ID should return these fields for consistency.
## Acceptance Criteria
- Add `upload_date` and `updated_at` to the `Inspection` model.
- Ensure these fields are returned when querying an inspection by ID.
- No breaking changes to existing functionality.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.