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 #9

Open kimberly-bird opened 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

laboyd001 commented 5 years ago

The user can view all trainings that haven't taken place and add new trainings with the expected fields.

laboyd001 commented 5 years ago

The testing suite needs to check for inputs in HTML

laboyd001 commented 5 years ago

UPDATE: testing suite now includes a test of the inputs.