forked from FarmData2/FarmData2
-
Notifications
You must be signed in to change notification settings - Fork 15
Add Harvest to the FarmData2 "Launcher" page. #282
Copy link
Copy link
Open
Labels
EasierAn easier issue.An easier issue.ProjectAn issue for the project work part of the course.An issue for the project work part of the course.enhancementNew feature or requestNew feature or requestui/uxIssue related to the user interface or the user experience.Issue related to the user interface or the user experience.
Metadata
Metadata
Assignees
Labels
EasierAn easier issue.An easier issue.ProjectAn issue for the project work part of the course.An issue for the project work part of the course.enhancementNew feature or requestNew feature or requestui/uxIssue related to the user interface or the user experience.Issue related to the user interface or the user experience.
Feature
Add a button for the Harvest feature to the "Others" category to the left of the "Transplanting" button on the "Launcher" page for FarmData2.
You can see the "Launcher" page by clicking directly on the "FarmData2" menu item.
The E2E tests should be updated to include tests for the newly added Harvest button.
Rationale
All of the forms in FarmData2 are accessible directly from the "Launcher" page.
Additional context
The code for the "Launcher" page is in
modules/farm_fd2/src/entrypoints/main/App.vue.Right click on the following icon and save it as an SVG to be used as the button for the Harvest form on the "Launcher". This image file will need to be conversed to the
image/svg+xml;base64format as the others in the file are. There are on-line tools for making that conversion.The E2E tests can be run with:
test.bash --fd2 --live --e2e --glob=modules/farm_fd2/**/main/*.e2e.cy.js --gui