Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow developers to access the Training Program resource #9

Open
stevebrownlee opened this issue Jul 22, 2017 · 1 comment
Open

Allow developers to access the Training Program resource #9

stevebrownlee opened this issue Jul 22, 2017 · 1 comment

Comments

@stevebrownlee
Copy link
Member

stevebrownlee commented Jul 22, 2017

Feature Crtieria

Verbs to be supported

  1. GET
  2. POST
  3. PUT
  4. DELETE (but only if the start date is in the future)
  • User should be able to GET a list, and GET a single item.
  • Employees who signed up for a training program should be included in the response
  • Should be able to view only programs starting today, or in the future, with the ?completed=false query string parameter.

Testing Criteria

Write a testing class and test methods that validate the GET single, GET all, POST, PUT, and DELETE operations work as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants