As a user, I would like to see classify the instruments by Manufacturer, rather than by Brand
Acceptance Criteria
Given a user wants to add, edit or see more detailed information about their instrument
When the user performs any of aforementioned actions on an instrument
Then the user should see Manufacturer instead Brand
Tech Notes
Change Brand to Manufacturer in the following files:
User Story
As a user, I would like to see classify the instruments by Manufacturer, rather than by Brand
Acceptance Criteria
Given a user wants to add, edit or see more detailed information about their instrument When the user performs any of aforementioned actions on an instrument Then the user should see
Manufacturer
insteadBrand
Tech Notes
Brand
toManufacturer
in the following files:db/gear.json
GearAdd.js
GearEdit.js
SingleView.js