You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As afarmerI wantto be able to easily calculate the nutrient balance of my fieldsSo ThatI can determine how much and which fertilizer to apply to keep them viable
Additional Context
calculations should be able to be sourced from better berries repo
we can probably use the entire feature from Better Berries, and just change the CSS and hook it up to the backend to pull the values since it is the same stack.
Acceptance Criteria
Given I have clicked next and have navigated to the calculate nutrients screen, When I arrive at the calculate nutrients screen, Then my crops should be auto populated from previous selections
Given My selections have been auto populated, When I select a fertilizer, Then i can choose 1 of 4 fertilizer types: liquid, liquid custom, solid, solid custom
Given I am on the calculate nutrient screen selecting fertilizer, When I have selected a fertilizer type ending in "custom", then I can enter my own nutrient proportions for the fertilizer
Given I am on the calculate nutrient screen selecting fertilizer, When I have selected a fertilizer type Solid, then I can select s solid fertilizer from the provided list
Given I am on the calculate nutrient screen selecting fertilizer, When I have selected a fertilizer type Liquid, then I can select s Liquid fertilizer from the provided list
Given I am on the calculate nutrient screen selecting fertilizer, When I have selected a fertilizer type Solid, then I should see the fields related to solid fertilizers (Application rate, and appropriate application units)
Given I am on the calculate nutrient screen selecting fertilizer, When I have selected a fertilizer type Liquid, then I should see the fields related to solid fertilizers (Application rate, and appropriate application units, Density, and Density Units)
Given I am on the calculate nutrient screen selecting fertilizer When I selected a fertilizer, Then I should see the optional fields Method (Dropdown) and Date (date picker)
Given I have added a fertilizer When i click calculate Then i should see the agronomic balance and crop removal values
Definition of Done
Ready to Demo in Sprint Review
Does what I have made have appropriate test coverage?
Documentation and/or scientific documentation exists and can be found
Peer Reviewed by 2 people on the team
Manual testing of all PRs in Dev and Prod
Merged
The text was updated successfully, but these errors were encountered:
As a farmer I want to be able to easily calculate the nutrient balance of my fields So That I can determine how much and which fertilizer to apply to keep them viable
Additional Context
Acceptance Criteria
Definition of Done
The text was updated successfully, but these errors were encountered: