Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculate Nutrients for Crops #122

Open
15 tasks
jakemorr opened this issue Jan 10, 2025 · 1 comment
Open
15 tasks

Calculate Nutrients for Crops #122

jakemorr opened this issue Jan 10, 2025 · 1 comment
Labels

Comments

@jakemorr
Copy link

jakemorr commented Jan 10, 2025

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

  • 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
@jakemorr jakemorr added the User Story New feature or request label Jan 10, 2025
@Keegnan Keegnan added the Ready label Jan 13, 2025
@lunamoonmoon lunamoonmoon removed their assignment Jan 16, 2025
@lunamoonmoon
Copy link

@Keegnan how do we move this to an EPIC? I broke it into a bunch of smaller tickets.

@Keegnan Keegnan added Epic and removed User Story New feature or request Ready labels Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants