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

Add permission filtering the API #685

Closed
8 tasks
oliverroick opened this issue Sep 14, 2016 · 2 comments
Closed
8 tasks

Add permission filtering the API #685

oliverroick opened this issue Sep 14, 2016 · 2 comments
Assignees
Milestone

Comments

@oliverroick
Copy link
Member

For the QGIS plugin we need additional filtering of list views based on permissions.

Task list

  • GET /api/v1/organizations?permissions=project.create
    • Extend the view to read the permissions attribute
    • Add queryset filtering based on required permissions
    • Add view test to test correct filtering
  • GET /api/v1/projects?permissions=project.download,party.create,spatial.create
    • Extend the view to read the permissions attribute
    • Add queryset filtering based on required permissions
    • Add view test to test correct filtering
@oliverroick oliverroick added this to the Sprint 9 milestone Sep 14, 2016
@oliverroick oliverroick self-assigned this Sep 14, 2016
@wonderchook
Copy link
Contributor

@oliverroick this is closed but the individual tasks aren't checked off. Is it done?

@oliverroick
Copy link
Member Author

@wonderchook Yes, it's done. It was merged via #694

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