chore: implementiere Wizard-Framework mit State- und Flow-Logik sowie Feature-Flags für Migration
Signed-off-by: StefanMoCoAt <stefan.mo.co@gmail.com>
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
package at.mocode.frontend.core.domain.config
|
||||
|
||||
/**
|
||||
* Zentrale Feature-Flags für die Wizard-Orchestrator-Migration.
|
||||
* Standard: AUS, damit bestehende Logik aktiv bleibt.
|
||||
*/
|
||||
object WizardFeatureFlags {
|
||||
// Kann später via Settings/DI überschrieben werden
|
||||
var WizardRuntimeEnabled: Boolean = false
|
||||
}
|
||||
Reference in New Issue
Block a user