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 variables that could be used in the filter predicates #27

Open
rgehan opened this issue Aug 18, 2018 · 0 comments
Open

Add variables that could be used in the filter predicates #27

rgehan opened this issue Aug 18, 2018 · 0 comments
Labels

Comments

@rgehan
Copy link
Owner

rgehan commented Aug 18, 2018

I can imagine:

  • $username or $me that would be replaced by the user's name
  • More to come

Before doing that, we'd need to fetch the user's profile (/me I believe)

This would require adding some kind of transformer between the filter definition and the fetching. We could use lodash.template for the actual replacement of the variables.

@rgehan rgehan added the Feature label Aug 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant