You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Attendees have no way to discover other events by the same organizer. Build a public /organizers/[id] page showing the organizer's name, bio, and a list of their upcoming events.
Acceptance Criteria
Route /organizers/[id] renders the organizer's public profile.
Page shows organizer name, avatar, description, and upcoming events.
Events are linked to their respective public event detail pages.
Page returns a not-found experience for unknown organizer IDs.
Track
Frontend
Difficulty
High
Description
Attendees have no way to discover other events by the same organizer. Build a public
/organizers/[id]page showing the organizer's name, bio, and a list of their upcoming events.Acceptance Criteria
/organizers/[id]renders the organizer's public profile.