Skip to content

Build-a-public-organizer-profile-page#353

Open
Habibah371 wants to merge 1 commit into
Lead-Studios:mainfrom
Habibah371:Build-a-public-organizer-profile-page
Open

Build-a-public-organizer-profile-page#353
Habibah371 wants to merge 1 commit into
Lead-Studios:mainfrom
Habibah371:Build-a-public-organizer-profile-page

Conversation

@Habibah371
Copy link
Copy Markdown

FE-184: Build Public Organizer Profile Page

Overview

This PR introduces a public organizer profile page that allows attendees to discover more information about event organizers and browse their upcoming events. The new route improves event discoverability and provides a dedicated public-facing profile for organizers.

Changes Implemented

Public Organizer Profile Route

  • Added dynamic route: /organizers/[id]
  • Fetches and renders organizer profile information based on the provided organizer ID
  • Supports direct navigation and deep linking

Organizer Information Display

  • Displays organizer name
  • Displays organizer avatar/profile image
  • Displays organizer biography/description
  • Presents organizer information in a clean, responsive layout

Upcoming Events Section

  • Lists all upcoming events associated with the organizer
  • Displays key event details for quick discovery
  • Links each event card to its corresponding public event details page

Error Handling

  • Added not-found experience for invalid or non-existent organizer IDs
  • Ensures graceful handling of missing organizer data

Responsive Design

  • Optimized layout for desktop, tablet, and mobile devices
  • Maintains usability and readability across screen sizes

Acceptance Criteria Coverage

  • ✅ Route /organizers/[id] renders organizer public profiles
  • ✅ Organizer name, avatar, and description are displayed
  • ✅ Upcoming events are listed and linked to event detail pages
  • ✅ Unknown organizer IDs return a not-found experience

Testing

  • Verified organizer profile data renders correctly
  • Verified event links navigate to the appropriate event pages
  • Verified responsive behavior across multiple viewport sizes
  • Verified not-found state for invalid organizer IDs

Impact

This feature improves organizer visibility, helps attendees discover additional events from trusted organizers, and strengthens event discovery throughout the platform.
Closes #304

Build-a-public-organizer-profile-page
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 30, 2026

@Habibah371 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FE-184 Build a public organizer profile page

1 participant