File tree Expand file tree Collapse file tree
server/config/feature_flag_configs
static/js/shared/feature_flags Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 "owner" : " dwnoble" ,
2424 "description" : " Feature flag to redirect the Fact Check page to the new ClaimReview page."
2525 },
26+ {
27+ "name" : " follow_up_questions_experiment" ,
28+ "enabled" : false ,
29+ "owner" : " javiervazquez" ,
30+ "description" : " Enables the follow up questions generated from related topics as an experiment."
31+ },
32+ {
33+ "name" : " follow_up_questions_ga" ,
34+ "enabled" : false ,
35+ "owner" : " javiervazquez" ,
36+ "description" : " Enables the follow up questions generated from related topics to general audience."
37+ },
2638 {
2739 "name" : " metadata_modal" ,
2840 "enabled" : true ,
Original file line number Diff line number Diff line change 2323 "owner" : " dwnoble" ,
2424 "description" : " Feature flag to redirect the Fact Check page to the new ClaimReview page."
2525 },
26+ {
27+ "name" : " follow_up_questions_experiment" ,
28+ "enabled" : false ,
29+ "owner" : " javiervazquez" ,
30+ "description" : " Enables the follow up questions generated from related topics as an experiment."
31+ },
32+ {
33+ "name" : " follow_up_questions_ga" ,
34+ "enabled" : false ,
35+ "owner" : " javiervazquez" ,
36+ "description" : " Enables the follow up questions generated from related topics to general audience."
37+ },
2638 {
2739 "name" : " metadata_modal" ,
2840 "enabled" : false ,
Original file line number Diff line number Diff line change 2323 "owner" : " dwnoble" ,
2424 "description" : " Feature flag to redirect the Fact Check page to the new ClaimReview page."
2525 },
26+ {
27+ "name" : " follow_up_questions_experiment" ,
28+ "enabled" : false ,
29+ "owner" : " javiervazquez" ,
30+ "description" : " Enables the follow up questions generated from related topics as an experiment."
31+ },
32+ {
33+ "name" : " follow_up_questions_ga" ,
34+ "enabled" : false ,
35+ "owner" : " javiervazquez" ,
36+ "description" : " Enables the follow up questions generated from related topics to general audience."
37+ },
2638 {
2739 "name" : " metadata_modal" ,
2840 "enabled" : false ,
Original file line number Diff line number Diff line change 2323 "owner" : " dwnoble" ,
2424 "description" : " Feature flag to redirect the Fact Check page to the new ClaimReview page."
2525 },
26+ {
27+ "name" : " follow_up_questions_experiment" ,
28+ "enabled" : false ,
29+ "owner" : " javiervazquez" ,
30+ "description" : " Enables the follow up questions generated from related topics as an experiment."
31+ },
32+ {
33+ "name" : " follow_up_questions_ga" ,
34+ "enabled" : false ,
35+ "owner" : " javiervazquez" ,
36+ "description" : " Enables the follow up questions generated from related topics to general audience."
37+ },
2638 {
2739 "name" : " metadata_modal" ,
2840 "enabled" : true ,
Original file line number Diff line number Diff line change 2323 "owner" : " dwnoble" ,
2424 "description" : " Feature flag to redirect the Fact Check page to the new ClaimReview page."
2525 },
26+ {
27+ "name" : " follow_up_questions_experiment" ,
28+ "enabled" : false ,
29+ "owner" : " javiervazquez" ,
30+ "description" : " Enables the follow up questions generated from related topics as an experiment."
31+ },
32+ {
33+ "name" : " follow_up_questions_ga" ,
34+ "enabled" : false ,
35+ "owner" : " javiervazquez" ,
36+ "description" : " Enables the follow up questions generated from related topics to general audience."
37+ },
2638 {
2739 "name" : " metadata_modal" ,
2840 "enabled" : false ,
Original file line number Diff line number Diff line change 1717// Feature flag names
1818export const AUTOCOMPLETE_FEATURE_FLAG = "autocomplete" ;
1919export const METADATA_FEATURE_FLAG = "metadata_modal" ;
20+ export const FOLLOW_UP_QUESTIONS_EXPERIMENT = "follow_up_questions_experiment" ;
21+ export const FOLLOW_UP_QUESTIONS_GA = "follow_up_questions_ga" ;
2022
2123// Feature flag URL parameters
2224export const ENABLE_FEATURE_URL_PARAM = "enable_feature" ;
You can’t perform that action at this time.
0 commit comments