Fas 1b punkt 6: First Scan Coach + aktiveringsmätning

This commit is contained in:
Sven (AAMOS AI)
2026-08-06 04:14:49 +07:00
parent 2f3cdf8016
commit bd8df59138
29 changed files with 9378 additions and 29 deletions
@@ -1,6 +1,6 @@
-- FAS 1b: Progressive onboarding (3-layer flow)
-- Step A = immediate value, Step B = after first value, Step C = contextual/completed
ALTER TABLE "users" ADD COLUMN "onboarding_step" text NOT NULL DEFAULT 'a';
ALTER TABLE "users" ADD COLUMN IF NOT EXISTS "onboarding_step" text NOT NULL DEFAULT 'a';
-- Add feature flag for progressive onboarding rollout
INSERT INTO "feature_flags" ("key", "enabled", "rollout_percent", "description_sv")