Scale demo seed data down for tutorial recordings

Customers: 100 → 27 (15 commercial across auto/industrial/architectural/
fitness/marine/energy, including 2 tax-exempt govts; 12 individuals)

Quotes: 75 → 20; date range extended to 4-6 months (was 90 days);
status distribution adjusted proportionally (2 draft, 3 sent, 10 approved,
3 rejected, 2 expired)

Jobs: fixed 50-loop → per-customer 0-5 jobs (~32 total); jobIdx cycles
all 16 statuses globally so every status is visible; creation dates spread
across 1-5 months for in-progress/early jobs, 2-6 months for completed jobs

SeededCustomerEmails updated to match new 27-customer set (added
gnelson@email.com and carol.evans@email.com)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-10 21:56:32 -04:00
parent 72382a5dd5
commit 01f6897d08
4 changed files with 165 additions and 247 deletions
@@ -12,14 +12,14 @@ public partial class SeedDataService
/// </summary>
private static readonly string[] SeededCustomerEmails =
[
"john.smith@acmemfg.com", "sjohnson@precisionauto.com", "mchen@urbanrailings.com",
"lmartinez@fitequip.com", "dwilliams@metrota.gov", "rtaylor@classicwheels.com",
"janderson@indfurniture.com", "cbrown@motorsportscustom.com", "adavis@greenenergy.com",
"tmiller@heritagemetal.com", "pwilson@marineequip.com", "kgarcia@commercialhvac.com",
"nmartinez@playgroundusa.com", "blee@officesystems.com", "swhite@agequipment.com",
"john.smith@acmemfg.com", "sjohnson@precisionauto.com", "rtaylor@classicwheels.com",
"cbrown@motorsportscustom.com", "janderson@indfurniture.com", "kgarcia@commercialhvac.com",
"swhite@agequipment.com", "mchen@urbanrailings.com", "tmiller@heritagemetal.com",
"lmartinez@fitequip.com", "nmartinez@playgroundusa.com", "pwilson@marineequip.com",
"blee@officesystems.com", "dwilliams@metrota.gov", "adavis@greenenergy.com",
"jthompson@email.com", "mharris@email.com", "wclark@email.com", "elewis@email.com",
"rwalker@email.com", "bhall@email.com", "jallen@email.com", "syoung@email.com",
"cking@email.com", "lwright@email.com"
"cking@email.com", "lwright@email.com", "gnelson@email.com", "carol.evans@email.com"
];
/// <summary>