Hi folks, I was wondering if there were any plans ...
# give-feedback
m
Hi folks, I was wondering if there were any plans to expose tags via the API or add grouping functionality to feature flags. Say for example, you have the SDK running on the server and want to pass all front end flag values to the client. It would be handy if these could be tagged
front-end
in growthbook, the tags sent with the feature rules, then the server could filter for just the front end flags, loop over and evaluate them, and then send them on.
Have just done a bit of digging and found this pr relating to a similar issue. Will assume that the answer to my message above would be the same, that the tags should be ascertained by setting up an endpoint for the
feature.updated
event, unless I hear that there are other thoughts on this.