Evently
Module test map

Try every module

One-click sign in as any persona, then jump to the right surface. Coverage status is mapped against PRD §4–9.

1 · Pick a persona

2 · Open any module

4 · Attendee Surface

Discovery, detail, checkout, wallet, sponsor pages. PRD §4.

5 · Organizer Console

Dashboard, event editor, attendees CRM, marketing, day-of, analytics. PRD §5.

6 · Venue Console

Profile, calendar, inquiries, settlement. PRD §6.

7 · Super Admin Console

Tenants, moderation, fraud, finance, health, flags, audit. PRD §7.

3 · PRD coverage at a glance

PRD sectionStatusNotes
§3 — Event categories & modesLIVE — DB-backedModes A, B, C, E live; D & F as data-flagged stubs
§4 — Attendee discovery + detailLIVE — DB-backedSearch, filters, save/share button, sponsor pages
§4.5 — Save / sharePARTIAL — UI works, some flows mockedUI ✓ · referral attribution stored only at order level
§5 — Organizer consoleLIVE — DB-backed7 modules wired to DB; campaign send is mocked
§5.3 — Publish checklistPARTIAL — UI works, some flows mockedRequired fields enforced · KYB / moderation gates in production scaffold
§6 — Venue consoleLIVE — DB-backed5 modules wired; profile editor + e-sign in production scaffold
§7 — Super admin consoleLIVE — DB-backed7 modules; impersonation / KYC review in production scaffold
§8 — Schema · status machines · auditLIVE — DB-backed14 tables · audit_events appends on moderation + flag changes
§9 — Feature flags + entitlementsLIVE — DB-backedRollout slider + on/off · audited
§10 — Architecture (services, APIs)IN PRODUCTION SCAFFOLD ONLYNestJS api + Postgres + Redis live in evently/
§11 — End-to-end workflowsLIVE — DB-backedBuy → wallet → scan → check-in fully exercised
§12 — Analytics + KPI treeLIVE — DB-backedOrg analytics + admin health · daily / hourly aggregates
§13 — Monetization · settlementPARTIAL — UI works, some flows mockedPlatform fee math + venue settlement page · payouts mocked
§14 — Security · privacy · compliancePARTIAL — UI works, some flows mockedScrypt + JWT + audit log · SOC2/PCI/GDPR work in production scaffold
§15 — Roadmap / phased deliveryIN PRODUCTION SCAFFOLD ONLYRoadmap doc; not a runtime feature
Legend
LIVE — DB-backed— click around, every action persists to the SQLite DB.
PARTIAL — UI works, some flows mocked— the page works; some sub-features need a real third-party (SendGrid, DocuSign, Mux).
MOCKED — UI shows realistic data, no real send— UI shows realistic numbers, but the underlying send/external call is faked.
IN PRODUCTION SCAFFOLD ONLY— only in the full production scaffold under ../evently/ (NestJS + Postgres + Stripe Connect + Mux + …).