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

Single Report: Create Angular Resource for Comments #16

Closed
joshuapowell opened this issue May 20, 2015 · 1 comment
Closed

Single Report: Create Angular Resource for Comments #16

joshuapowell opened this issue May 20, 2015 · 1 comment

Comments

@joshuapowell
Copy link
Contributor

In order to query the Comments for a Report we need to make sure that we have an Angular Resource to access content through the Comment API endpoint. Functionality needs to cover generic Angular Resource settings:

  • Query
  • Get
  • Save
  • Update
  • Delete

The API endpoint is secured in a way that even if an unauthorized user were to send a "DELETE" to the Comment API endpoint, the API knows to check to see if they authorized to that prior to editing or deleting said Comment feature from the database. It should either return a 401 or 403 depending on the interaction and circumstances.

@joshuapowell
Copy link
Contributor Author

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