replace the second card (into card irrigation) to a new card called: Total Irrigation;
when clicking on this card, will be shown a new route /irrigation/total_irrigation
In this route will have 1 option:
i. total irrigation:
input fields: {
"actual_irrigation": 0,
"electrical_conductivity_of_irrigation": 0,
"electrical_conductivity_of_soil_saturation": 0,
"leaching_fraction": 0,
"efficiency": 1
}
Definitions of Done:
you must create a new submodule Total Irrigation;
the submodule must calculate the total irrigation.
What
to this task is necessary to create the component Total Irrigation:
How
You can follow the Actual Irrigation Example: https://github.com/PoucaAgua/irrigation-system-design-frontend/tree/master/src/components/Actualirrigation
replace the second card (into card irrigation) to a new card called: Total Irrigation;
when clicking on this card, will be shown a new route /irrigation/total_irrigation
In this route will have 1 option: i. total irrigation: input fields: { "actual_irrigation": 0, "electrical_conductivity_of_irrigation": 0, "electrical_conductivity_of_soil_saturation": 0, "leaching_fraction": 0, "efficiency": 1 }
Definitions of Done: