feat(FE-170,174,175): implement next day recording functionality in RecordingForm

This commit is contained in:
rstubryan
2025-11-20 10:31:24 +07:00
parent cb236c191b
commit c698893f88
3 changed files with 83 additions and 7 deletions
+5
View File
@@ -87,6 +87,11 @@ export type Recording = BaseMetadata &
grading_eggs?: GradingEgg[];
};
export type NextDayRecording = {
project_flock_kandang_id: number;
next_day: number;
};
export type CreateGrowingRecordingPayload = {
project_flock_kandang_id: number;
body_weights: {