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

Tray Seeding Report: Only Field Areas in While Editing #632

Open
FutzMonitor opened this issue Mar 10, 2023 · 1 comment · May be fixed by #633
Open

Tray Seeding Report: Only Field Areas in While Editing #632

FutzMonitor opened this issue Mar 10, 2023 · 1 comment · May be fixed by #633
Assignees
Labels
enhancement Improvement to the project UI/UX User Interface / User Experience Improvement

Comments

@FutzMonitor
Copy link
Collaborator

FutzMonitor commented Mar 10, 2023

Current Functionality

When editing a row in the Transplanting Report, the dropdown for areas currently displays all available areas. This is undesirable as transplanting logs, the movement of a tray seeding from a greenhouse area to a field area, should not have their area changed back to a greenhouse by users.

Desired Functionality

It would be best if the users weren't given the option to change the area of a transplanting log back to a greenhouse area. This means that the JSON objects for the areas needs to be fetched and filtered to save only the field areas into an array that could be passed into the computed method that makes the editing data available to the user while in editing mood. There is no need to worry about seeding types because this report only contains transplanting logs.

@FutzMonitor
Copy link
Collaborator Author

I can take a look at this issue since it's very similar to #585.

@braughtg braughtg added enhancement Improvement to the project UI/UX User Interface / User Experience Improvement labels Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to the project UI/UX User Interface / User Experience Improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants