Skip to content
New issue

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

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

Already on GitHub? # to your account

Add ability to save user search queries #881

Closed
nagem opened this issue Jul 31, 2017 · 0 comments
Closed

Add ability to save user search queries #881

nagem opened this issue Jul 31, 2017 · 0 comments

Comments

@nagem
Copy link
Contributor

nagem commented Jul 31, 2017

Possible features:

  • User can save and name search queries
  • Users can share search queries
  • Search queries are only accessible by users who have been given access
  • Users can edit saved searches
  • Users can generate SDK and API requests for a saved search (since the request body for these endpoints would be the saved search itself, possibly not necessary, clients can provide this tool)

Implementation notes:

  • New mongo collection, could possibly inherit from ContainerStorage class
  • Endpoints would be GET (by id and all (that user has access to), POST (new and @id for replace) and DELETE by id
  • Use existing permissions list and endpoints to handle access. Mappings to admin, ro etc to be determined
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants