Merge branch 'development' of https://gitlab.com/mbugroup/lti-web-client into dev/randy

This commit is contained in:
randy-ar
2026-01-12 14:01:35 +07:00
12 changed files with 344 additions and 93 deletions
+7 -7
View File
@@ -8,15 +8,15 @@ export type ProductionMetrics = {
fcr_value: number;
fcr_std?: number;
total_chick_qty: number;
hand_day?: number;
hand_house?: number;
hen_day?: number;
hen_house?: number;
feed_intake?: number;
egg_mesh?: number;
egg_weight?: number;
hand_day_std?: number;
hand_house_std?: number;
feed_intake_std?: number;
egg_mesh_std?: number;
egg_mass?: number;
egg_weight?: number;
hen_day_std?: number;
hen_house_std?: number;
egg_mass_std?: number;
egg_weight_std?: number;
daily_gain?: number;
avg_daily_gain?: number;