Open
Bug 1909348
Opened 1 year ago
Updated 5 months ago
getAvailableExperiments should always filter on app ID / channel
Categories
(Application Services :: Nimbus SDK, enhancement)
Tracking
(Not tracked)
NEW
People
(Reporter: jonalmeida, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [nimbus])
Based on an offline discussion with Beth, the client side can use the appId to filter out the list of experiments that do not apply to the current appId.
For this, we need to expose the appId value from getAvailableExperiments to do this.
Comment 1•5 months ago
|
||
This is even simpler. is_experiment_available() which does only optionally filters by channel and the UDL get_available_experiments() method calls with channel filtering disabled
Updated•5 months ago
|
Summary: Expose appID in getAvailableExperiments for app channel filtering → getAvailableExperiments should always filter on app ID / channel
Updated•5 months ago
|
Whiteboard: [nimbus]
Updated•5 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•