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

Task Endpoints #8

Closed
pedrocelso opened this issue Oct 3, 2017 · 1 comment
Closed

Task Endpoints #8

pedrocelso opened this issue Oct 3, 2017 · 1 comment
Assignees

Comments

@pedrocelso
Copy link
Owner

pedrocelso commented Oct 3, 2017

Add Endpoints for Tasks.

Acceptance Criteria:

  1. Each Task must have an User as its parent. The User should be injected on the AuthContext. An User should only be able to fetch/update/delete tasks created by itself.
  2. Those are the expected endpoints for Task:
  • POST /v1/tasks
  • GET /v1/tasks/taskID
  • GET /v1/tasks
  • PUT /v1/tasks
  • DELETE /v1/tasks
  1. Unit tests for the datastore layer;
@pedrocelso pedrocelso self-assigned this Oct 3, 2017
@pedrocelso
Copy link
Owner Author

#11

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

1 participant