feat: add onboarding and calibration features to experiments, including UI updates and database schema changes

This commit is contained in:
averel10
2026-04-02 08:21:15 +02:00
parent 4c40e6a24d
commit 7490b59731
11 changed files with 1088 additions and 7 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `experiment` ADD `onboarding_enabled` integer DEFAULT false NOT NULL;--> statement-breakpoint
ALTER TABLE `experiment` ADD `calibration_enabled` integer DEFAULT false NOT NULL;