mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
feat(FE-170,174,175): implement next day recording functionality in RecordingForm
This commit is contained in:
+5
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user