PoucaAgua / irrigation-system-design-frontend

0 stars 0 forks source link

[frontend] create maximum irrigation shift #23

Closed ravellys closed 10 months ago

ravellys commented 10 months ago

What

to this task is necessary to create the component Maximum Irrigation Shift:

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 third card (into card irrigation) to a new card called: Maximum Irrigation Shift;

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

  4. In this route will have 1 option: fields { "actual_irrigation": 0, "crop_evapotranspiration": 0 }

Definitions of Done:

  1. you must create a new submodule Maximum Irrigation Shift;
  2. the submodule must calculate the maximum irrigation shift.