feat(ECR-039): GrowthInsights FunnelDefinition 只读并 Closed

FunnelDefinition catalog (000040) · Loop continuous.
This commit is contained in:
jackyu66git
2026-08-08 03:17:12 +08:00
parent 63742c1d66
commit e955f1e6a2
25 changed files with 455 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
ecr: ECR-039
capability: GrowthInsights
bounded_context: Analytics_OpsB
parent: WAVE0-FROZEN
predecessor: ECR-038
change:
type: additive
breaking_change: false
migration_required: true
compatibility_notes: >
Adds FunnelDefinition read catalog. Forbidden: UGC / real payment.
apis:
- method: GET
path: /api/v1/admin/analytics/funnel-definitions
change: added
- method: GET
path: /api/v1/admin/analytics/funnel-definitions/{id}
change: added
perms:
- code: admin.analytics.read
change: unchanged