ai-cfia / ai-cfia/ailab-datastore
[fertiscan] As a dev, I want `upload_date` and `updated_at` to be included in `Inspection` for consistency
未关闭
- 主要语言
- Python
- 星标
- 3
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
## 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.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。