jshoyos / soen390-team01

MIT License
0 stars 0 forks source link

Part/Material lists management #105

Closed t-andrews closed 3 years ago

t-andrews commented 3 years ago

As a product manager, I want to be able to create part/material lists, so that bikes can be assembled according to their required parts and materials.

Acceptance Test

Given When Then
An ERP user wants to see the part list for a specific bike An ERP user clicks on an individual bike The bike information as well as its parts list are displayed.
An ERP user wants to see the material list for a specific bike An ERP user clicks on an individual part The part information as well as its material list are displayed.
An ERP user is trying to add/remove a specific part from the part list of a selected bike. An ERP user searches for the desired part by entering that part’s id and clicking add/remove. The searched part is added/removed from the part list of the selected bike.
An ERP user is trying to add/remove a specific material from the material list of a selected part. An ERP user searches for the desired material by entering that material’s id and clicking add/remove. The searched material is added/removed from the material list of the selected part.
t-andrews commented 3 years ago

@AshwinPhilip30 @abda9725 please fill the acceptance test section before working on this

noahfreger commented 3 years ago

Desktop-view image

Mobile-view image