This should be the part where we select a individual item, and redirect to [id].js . If the id is valid and consists of a selected inventory, we should populate a form type page where the user can edit information.
Acceptance Criteria
Build a form layout for the page. No need to abstract it for now, quickly the better.
Build the edit functionality for this. Can re-use the add inventory form logic but add logic to populate of course.
Saving when change is detected should open a modal that asks the users to confirm if necessary. This prevent accidental go backs and redirects after an edit has occurred.
This should be the part where we select a individual item, and redirect to [id].js . If the id is valid and consists of a selected inventory, we should populate a form type page where the user can edit information.
Acceptance Criteria