PoucaAgua / irrigation-system-design-frontend

0 stars 0 forks source link

[frontend] create the total irrigation #22

Closed ravellys closed 12 months ago

ravellys commented 1 year ago

What

to this task is necessary to create the component Total Irrigation: Image

How

  1. You can follow the Actual Irrigation Example: https://github.com/PoucaAgua/irrigation-system-design-frontend/tree/master/src/components/Actualirrigation

  2. replace the second card (into card irrigation) to a new card called: Total Irrigation;

  3. when clicking on this card, will be shown a new route /irrigation/total_irrigation

  4. 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:

  1. you must create a new submodule Total Irrigation;
  2. the submodule must calculate the total irrigation.