From 6536d00ed388ee870217209f811ccb7dbdf389fe Mon Sep 17 00:00:00 2001 From: Dave Karow Date: Thu, 14 Aug 2025 13:39:11 -0700 Subject: [PATCH 1/6] Update fmeData.ts add Experiment entry event filter Added Experiment entry event filter to Now column and tightened up wording of other items so they would all fit on the slide-deck version of this list. --- src/components/Roadmap/data/fmeData.ts | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/Roadmap/data/fmeData.ts b/src/components/Roadmap/data/fmeData.ts index 8c93b70a99e..3bfe199b67c 100644 --- a/src/components/Roadmap/data/fmeData.ts +++ b/src/components/Roadmap/data/fmeData.ts @@ -13,17 +13,22 @@ export const FmeData: Horizon = { { 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, 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.", + description: "Centralizes traffic going outside of a customer’s cloud. Unlike current Split Proxy, it does not require environment-specific configuration. Supports multiple Harness modules as well, starting with DB DevOps.", + }, + { + 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.", }, ], }, From 9ab7c4fc3962bc587e62ae2df65473f319b6f20a Mon Sep 17 00:00:00 2001 From: Dave Karow Date: Mon, 18 Aug 2025 09:03:32 -0700 Subject: [PATCH 2/6] Update fmeData.ts to remove "Part 1" from integration item --- src/components/Roadmap/data/fmeData.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Roadmap/data/fmeData.ts b/src/components/Roadmap/data/fmeData.ts index 3bfe199b67c..94cc2727707 100644 --- a/src/components/Roadmap/data/fmeData.ts +++ b/src/components/Roadmap/data/fmeData.ts @@ -6,7 +6,7 @@ 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.", }, From d32b9a5e5e403663e49109fb7c9aba4bfa2be772 Mon Sep 17 00:00:00 2001 From: Dave Karow Date: Mon, 18 Aug 2025 09:04:05 -0700 Subject: [PATCH 3/6] Apply suggestions from code review Co-authored-by: Austin Lai <76412946+alai97@users.noreply.github.com> --- src/components/Roadmap/data/fmeData.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Roadmap/data/fmeData.ts b/src/components/Roadmap/data/fmeData.ts index 94cc2727707..c0a8fbf753e 100644 --- a/src/components/Roadmap/data/fmeData.ts +++ b/src/components/Roadmap/data/fmeData.ts @@ -13,7 +13,7 @@ export const FmeData: Horizon = { { tag: [{ value: "Monitoring" }, {value: "Experimentation"}], title: "Flag impressions properties bag", - 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, 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" }], @@ -23,7 +23,7 @@ export const FmeData: Horizon = { { tag: [{ value: "SDK" }], title: "Harness Forward proxy", - description: "Centralizes traffic going outside of a customer’s cloud. Unlike current Split Proxy, it does not require environment-specific configuration. Supports multiple Harness modules as well, starting with DB DevOps.", + description: "Centralizes traffic going outside of a customer’s cloud. Unlike the current Split Proxy, it does not require environment-specific configuration. Supports multiple Harness modules as well, starting with DB DevOps.", }, { tag: [{ value: "Experimentation" }], From 02cbec1689f290ccbe87a44b9e1ea95fe1e943d6 Mon Sep 17 00:00:00 2001 From: Dave Karow Date: Mon, 18 Aug 2025 09:13:46 -0700 Subject: [PATCH 4/6] Update fmeData.ts removing DB DevOps from forward proxy for now DB DevOps might need more time to support forward proxy, so we'll remove it for now. --- src/components/Roadmap/data/fmeData.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Roadmap/data/fmeData.ts b/src/components/Roadmap/data/fmeData.ts index c0a8fbf753e..bc5fd17b408 100644 --- a/src/components/Roadmap/data/fmeData.ts +++ b/src/components/Roadmap/data/fmeData.ts @@ -22,8 +22,8 @@ export const FmeData: Horizon = { }, { tag: [{ value: "SDK" }], - title: "Harness Forward proxy", - description: "Centralizes traffic going outside of a customer’s cloud. Unlike the current Split Proxy, it does not require environment-specific configuration. Supports multiple Harness modules as well, starting with DB DevOps.", + title: "Harness Forward proxy for FME", + description: "Centralizes traffic going outside of a customer’s cloud. Unlike the current Split Proxy, it does not require environment-specific configuration.", }, { tag: [{ value: "Experimentation" }], From ed7e95d6516687bb5a1ae1809d4c746005217fed Mon Sep 17 00:00:00 2001 From: Dave Karow Date: Mon, 18 Aug 2025 13:28:41 -0700 Subject: [PATCH 5/6] Update fmeData.ts no mention erlang --- src/components/Roadmap/data/fmeData.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Roadmap/data/fmeData.ts b/src/components/Roadmap/data/fmeData.ts index bc5fd17b408..0c95b8e0801 100644 --- a/src/components/Roadmap/data/fmeData.ts +++ b/src/components/Roadmap/data/fmeData.ts @@ -75,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"}], From 56f74aeecf8b2a8e106c84a4530dc2f49ed72f0e Mon Sep 17 00:00:00 2001 From: Dave Karow Date: Mon, 18 Aug 2025 17:47:34 -0700 Subject: [PATCH 6/6] Update src/components/Roadmap/data/fmeData.ts fix language consistency issue Use "Centralize traffic" instead of "Centralizes traffic" Co-authored-by: Austin Lai <76412946+alai97@users.noreply.github.com> --- src/components/Roadmap/data/fmeData.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Roadmap/data/fmeData.ts b/src/components/Roadmap/data/fmeData.ts index 0c95b8e0801..17654c58599 100644 --- a/src/components/Roadmap/data/fmeData.ts +++ b/src/components/Roadmap/data/fmeData.ts @@ -23,7 +23,7 @@ export const FmeData: Horizon = { { tag: [{ value: "SDK" }], title: "Harness Forward proxy for FME", - description: "Centralizes traffic going outside of a customer’s cloud. Unlike the current Split Proxy, it does not require environment-specific configuration.", + 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" }],