refinement phase 1

This commit is contained in:
hamid
2026-07-13 00:49:24 +03:30
parent 7acecda5c4
commit 0b45ec51f4
11 changed files with 856 additions and 6 deletions
+5
View File
@@ -107,6 +107,11 @@ if (!app.Environment.IsEnvironment("Testing"))
await app.ApplyMigrationsAsync();
await app.SeedDefaultUsersAsync();
await app.SeedPaymentGatewaysAsync();
// Development-only: populate a demo marketplace (nurses/variants/search rows, customers/patients)
// so the real-path screens aren't empty. Idempotent; never runs in Production/Staging.
if (app.Environment.IsDevelopment())
await app.SeedDemoWorldAsync();
}
if (app.Environment.IsDevelopment())