ai-cfia / ai-cfia/ailab-datastore
[fertiscan] As a dev, I want `upload_date` and `updated_at` to be included in `Inspection` for consistency
Ouverte
#251
2 commentaires
0 réactions
1 personne assignée
Réclamée par @Francois-Werbrouck
Voir sur GitHub
- Langage dominant
- Python
- Étoiles
- 3
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.