Skip to content

Commit 53e42d0

Browse files
mrautela365claude
andcommitted
fix(dashboards): add sample badge and TODO for dummy insights
Mark marketing insights as sample data with amber badge and add TODO comment for replacing dummy data with AI-generated insights. LFXV2-1220 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Misha Rautela <mrautela@linuxfoundation.org>
1 parent 2f54278 commit 53e42d0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

‎apps/lfx-one/src/app/modules/dashboards/executive-director/components/marketing-overview/marketing-overview.component.html‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ <h2 class="mb-0">Marketing Overview</h2>
3636
<div class="flex items-center gap-2 mb-3">
3737
<i class="fa-light fa-lightbulb w-4 h-4 text-gray-500 flex-shrink-0"></i>
3838
<h5 class="text-sm font-medium">Marketing Metrics</h5>
39+
<span class="px-1.5 py-0.5 text-[10px] font-medium text-amber-700 bg-amber-50 border border-amber-200 rounded-full">Sample</span>
3940
</div>
4041
<div class="flex-1 flex flex-col gap-1.5 p-3 bg-gray-50 rounded-lg">
4142
<h6 class="flex items-center gap-1.5 text-xs font-semibold text-gray-900 mb-1">

‎apps/lfx-one/src/app/modules/dashboards/executive-director/components/marketing-overview/marketing-overview.component.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class MarketingOverviewComponent {
4141
// === Constants ===
4242
protected readonly DashboardDrawerType = DashboardDrawerType;
4343

44-
// === Dummy Data ===
44+
// === Dummy Data — TODO: Replace with AI-generated insights from Snowflake data ===
4545
protected readonly marketingInsights: string[] = [
4646
'Primary driver: Email CTR declined due to weaker newsletter engagement',
4747
'Event registrations increased 18% vs last month driven by KubeCon promotion',

0 commit comments

Comments
 (0)