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
The Active Planting Report (#416) is going to need a way for workers to be able to log the amount of crops they transplanted. Currently, there is no way of doing that since the Fieldkit module only has a Seeding Input Form sub-tab but no input form for transplantings.
current view of the Fieldkit module
Desired Design
The fd2_field_kit.module will need to be modified to support a new sub-tab within the Fieldkit module.
A new HTML file will need to be added into the fd2_field_kit directory (named something like transplantingInput.html) which will hold the HTML, Vue, and JavaScript for the page.
A new Cypress e2e test file will need to be added into the fd2_field_kit directory to test the page's functionality.
what a potential transplanting input form could look like
This proof of concept was provided by @katiele47 and her teammates.
Currently looking at the FarmData design for the Transplanting Input form:
What is the difference between "Total number of trays seeded" and "Number of trays"? In my head both ask the user the input how many trays were planted into the ground.
Current Design
The Active Planting Report (#416) is going to need a way for workers to be able to log the amount of crops they transplanted. Currently, there is no way of doing that since the Fieldkit module only has a Seeding Input Form sub-tab but no input form for transplantings.
Desired Design
The text was updated successfully, but these errors were encountered: