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

Match item requests with inventory #108

Closed
Nicholas714 opened this issue Mar 19, 2021 · 2 comments
Closed

Match item requests with inventory #108

Nicholas714 opened this issue Mar 19, 2021 · 2 comments
Assignees
Milestone

Comments

@Nicholas714
Copy link
Collaborator

As a volunteer, I want to match requested items with items in inventory so that I can fulfill those donation requests.

Item Request Form -> Volunteer list of pending requests -> Ability to match with inventory

@juliagrigni
Copy link
Collaborator

querying inventory to see if items are available (see flags/warnings on Figma prototype)
once request processed, changing the quantities in the inventory table to reflect taking those items out of inventory

@juliagrigni
Copy link
Collaborator

As a volunteer, I want to match requested items with items in inventory so that I can fulfill those donation requests.

Scenario 1: A volunteer has claimed a donation request and wants to know what matching inventory items are available.

Given: the volunteer is viewing the items requested by the donee for a request they claimed;

When: the volunteer selects an option to view matching inventory items;

Then: the system presents the volunteer with a view of suggested inventory items and can opt to view all inventory items.

Scenario 2: A volunteer has claimed a donation request and wants to see more options than what is suggested.

Given: the volunteer is viewing the suggested inventory items for a request they claimed;

When: the volunteer selects the option to view all;

Then: the volunteer is presented with a searchable record of all inventory.

Scenario 3: A volunteer has claimed a request, found suitable items in inventory, and wishes to use them for this request.

Given: the volunteer is viewing the suggested (or all) items for a request they claimed and knows which items they need;

When: the volunteer marks reserve and enters a quantity on the necessary items;

Then: the specified quantity of each item will enter a reserved state so other volunteers do not take them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants