Skip to content

feat: add events organizers on locations #361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

antoinekm
Copy link
Contributor

Changes

  • Add organizers display on country pages (/events/locations/[countryId])
  • Add organizers display on city pages (/events/locations/[countryId]/[cityId])
  • Create reusable OrganizersList component with avatar pills and alphabetical sorting
  • Display organizers in right sidebar with clean pill design including avatars and names
  • Automatically fetch unique organizers from all events in the location

Close: #356

Copy link

vercel bot commented Aug 8, 2025

@antoinekm is attempting to deploy a commit to the Team Bearstudio Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Aug 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
forkit-community ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2025 7:25am

@yoannfleurydev
Copy link
Member

Thanks a lot for this first shot. I was thinking about a new key in the country and city schemas, like this:

   organizers: z.array(reference("people")).optional(),

So we have like 1 or 2 people per country or region. For example at the moment, I'm in the Vietnam and Thailand countries, but I'm not a full time organizer there. Also, in Thailand, we have someone being a full time organizer there, but they are not on the website yet.

Think of it like an entry point in the country, like "who to reach to organize a conference", and not "they organized things in this country".

@yoannfleurydev yoannfleurydev self-requested a review August 8, 2025 08:30
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.

✨ Add Country / City organizers
2 participants