Hi team is there a way to create a view with below...
# ask-questions
l
Hi team is there a way to create a view with below fields ? feature_id | experiment_type | start_date | end_date Currently I am refereeing to collection "featurerevisions" but it doesn't really have end date for an experiment. end of feature or experiment can be with following events 1. Disable feature 2. Disable production environment 3. Stop an experiment (which usually end up disabling or deliting feature) Please help with query if possible
f
What is the use case for this report?
you want the events from the audit log?
l
We would like to refer to this data for segregating tracker information based on specific periods. Please note, we do not track the actual names of controls or variants. Instead, we label them as '0' for control and '1' for variant. As a result, for the same feature ID, multiple experiments may exist within a given date range, each with different control and variant configurations. Basically we want a audit logs to list down the experiments ran in give date of range for a given feature id. Better way could be to store end date for an experiment in featurerevisions collection itself as we are already storing start date and update date.