Skip to content

Update fmeData.ts add Experiment entry event filter #11279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions src/components/Roadmap/data/fmeData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,29 @@ export const FmeData: Horizon = {
feature: [
{
tag: [{ value: "Better Together" }],
title: "Split integration into Harness, Part 1",
title: "Split integration into Harness",
description:
"Incorporate Split as a fully native Harness module. Login, API scoping, and RBAC enhancements delivered by migration. Existing customers migrated.",
},
{
tag: [{ value: "Monitoring" }, {value: "Experimentation"}],
title: "Flag impressions properties bag",
description: "Decorate impression records with properties to use in downstream processing. Additional support for the following SDKs and Split Proxy/Synchronizer is coming this quarter: Go, PHP Thin Client (via SplitD), .NET, and Flutter.",
description: "Decorate impression records with properties to use in downstream processing. Support for the following SDKs and Split Proxy / Synchronizer is coming this quarter: Go, PHP Thin Client (via SplitD), .NET, and Flutter.",
},
{
tag: [{ value: "SDK" }],
title: "OpenFeature provider updates",
description: "Ongoing support for OpenFeature providers in Java, Node.js, and Browser SDKs is being developed and released.",
description: "Ongoing support for OpenFeature providers in Java, Node.js, and Browser SDKs.",
},
{
tag: [{ value: "SDK" }],
title: "Harness Forward proxy",
description: "Centralizes traffic that goes outside of a customer’s cloud. Easier to maintain than the current Split Proxy, as it doesn't require environment-specific configuration. Supports multiple Harness modules as well, starting with DB DevOps.",
title: "Harness Forward proxy for FME",
description: "Centralize traffic going outside of a customer’s cloud. Unlike the current Split Proxy, it does not require environment-specific configuration.",
},
{
tag: [{ value: "Experimentation" }],
title: "Experiment entry event filter",
description: "Define an entry event at the experiment level to filter exposures, ensuring sample sizes only reflect users who were exposed to your experiment.",
},
],
},
Expand Down Expand Up @@ -70,7 +75,7 @@ export const FmeData: Horizon = {
{
tag: [{ value: "SDK" }],
title: "Extend SDK support",
description: "Support additional SDKs like Erlang.",
description: "Support additional SDKs.",
},
{
tag: [{ value: "Monitoring" }, {value: "Experimentation"}],
Expand Down