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

[URI] Provide ability for query vars manipulation #119

Closed
9 tasks done
lonnieezell opened this issue Jun 16, 2016 · 1 comment
Closed
9 tasks done

[URI] Provide ability for query vars manipulation #119

lonnieezell opened this issue Jun 16, 2016 · 1 comment
Assignees
Labels
enhancement PRs that improve existing functionalities in progress
Milestone

Comments

@lonnieezell
Copy link
Member

lonnieezell commented Jun 16, 2016

Currently, query vars are only represented as simple strings in both output and input. We need ways to manipulate the values that are used.

  • retrieve a whitelisted set of query values (getQuery('only', ['foo', 'bar']))
  • retrieve all query vars in the string except for a blacklist (getQuery('except', ['foo']))
  • stripQueryVars('foo', 'bar', 'baz')
  • `addQueryVar('foo', 'bar');

Enhancement Checklist:

  • Component(s) modified
  • Unit testing updated
  • User guide updated
  • Securely signed commits
  • Conforms to style guide
@lonnieezell lonnieezell added the enhancement PRs that improve existing functionalities label Jun 16, 2016
@lonnieezell lonnieezell added this to the Pre-Alpha 2 milestone Jun 16, 2016
@lonnieezell lonnieezell added the help wanted More help is needed for the proper resolution of an issue or pull request label Jul 11, 2016
@lonnieezell lonnieezell added in progress and removed help wanted More help is needed for the proper resolution of an issue or pull request labels Jul 27, 2016
@lonnieezell lonnieezell self-assigned this Jul 27, 2016
@lonnieezell
Copy link
Member Author

These changes are done, and will be submitted along with the Pagination library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement PRs that improve existing functionalities in progress
Projects
None yet
Development

No branches or pull requests

1 participant