Modules Documentation
Admin management
Admin pages, permissions, workflow.
Complete
Founder admin manages two flows: the editorial profile pipeline (Phase 1 repo-based, Phase 2 admin UI) AND the Founder Account subscription / intro / billing layer (the founder-driven self-service surface). Both flows converge on the same `Founder` entity — the difference is who edits it.
Editorial pipeline (Phase 1, current)
- Editor opens `core/data/mock-founders.ts` + `core/data/founder-details.ts` in a PR.
- Adds new Founder entry + extended profile data (about / highlights / regions / social links).
- Documents the 5-gate verification in the PR description with sources.
- Sets `profileStatus = "editorial"` and authors the about content directly.
- Updates `mock-ecosystem-links.ts` with manual cross-module mentions.
- Editorial lead reviews + merges.
Founder Account self-service (current Phase 1 surfaces)
- create-profile
- First-time onboarding. Captures identity + role + startup name + photo. Submission lands in editorial review queue — NOT auto-published.
- founder-edit-profile
- Founder-led editing surface. Changes route to editorial review before going live.
- founder-links-visibility
- Toggles for hiding/showing per social link. Immediate effect (no editorial review needed for visibility-only changes).
- founder-startup-connection
- Link / change the founder’s startup. Routes to editorial review (the linked_startup is T1; changes affect the entity graph).
- founder-introductions
- Inbox for incoming intro requests from investors / partners. Founder accepts / declines per-request.
- founder-billing / founder-plans-upgrade / founder-settings / founder-dashboard
- Account chrome: invoices, plan management, settings, account home.
