rgehan/octolenses

Add variables that could be used in the filter predicates

Opened this issue · 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.