Summary
When no city organizers exist, the page shows minimal text. Improve the empty state with clearer messaging and a CTA to apply.
What should change?
- Enhance empty state in src/app/organizers/page.tsx
- Add short explanation + button/link to /organizer
- Use existing card/border styling (rounded-2xl, border-white/10)
Acceptance criteria
Acceptance criteria:
Empty state is visually polished
CTA links to organizer application page
Populated list view unchanged
Checklist of done conditions:
How to test
- Mock empty API response or test when no organizers exist
- Confirm empty UI and CTA
- Load page with organizers → list still works
Summary
When no city organizers exist, the page shows minimal text. Improve the empty state with clearer messaging and a CTA to apply.
What should change?
Acceptance criteria
Acceptance criteria:
Empty state is visually polished
CTA links to organizer application page
Populated list view unchanged
Checklist of done conditions:
How to test