talkative-tangs / Bangazon-LLC

https://github.com/nashville-software-school/bangazon-llc/blob/js-bag-o-loot/EMPLOYEE_HANDBOOK.md
1 stars 3 forks source link

IT should be able to view, create and delete computers #24

Closed kimberly-bird closed 5 years ago

kimberly-bird commented 5 years ago

Acceptance Criteria

Given a user wants to view all computers When the user clicks on the Computers item in the navigation bar Then the user should see a list of all computers And each item should be a hyperlink that can be clicked to view the details

Given a user is viewing all computers When the user clicks the Create New link Then the user should be presented with a form in which the following information can be entered

  1. Computer manufacturer
  2. Computer make
  3. Purchase date

Given user is viewing a single computer When the user clicks on the Delete link Then the user should be presented with a screen to verify that it should be deleted And if the user chooses Yes from that screen, the computer should be deleted only if it is has never been assigned to an employee

Testing Criteria