octolenses icon indicating copy to clipboard operation
octolenses copied to clipboard

Add variables that could be used in the filter predicates

Open rgehan opened this issue 6 years ago • 0 comments

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 avatar Aug 18 '18 16:08 rgehan