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

HR should be able to view a list and create training programs #25

Closed kimberly-bird closed 5 years ago

kimberly-bird commented 5 years ago

Given a user wants to view all training programs When the user clicks the Training Programs item in the navigation bar Then the user will see a list of all training programs that have not taken place yet

Given the user is viewing all training programs 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. Name
  2. Title
  3. Start day
  4. End day
  5. Maximum number of attendees

Testing Criteria