Add generic Gathering system for flexible event/meetup management#1011
Draft
Add generic Gathering system for flexible event/meetup management#1011
Conversation
… migration, and tests Co-authored-by: A1L13N <193832434+A1L13N@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add core features for new educational site
Add generic Gathering system for flexible event/meetup management
Mar 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The platform lacked a standalone, type-agnostic event model. Course
Sessionis tightly coupled to courses, leaving no way to organize meetups, club meetings, workshops, webinars, or any ad-hoc gathering independent of a course.New Models
Gathering— core event entity with 10 configurable types (meetup,workshop,class,webinar,conference,study_group,networking,hackathon,club_meeting,other), virtual/in-person toggle, capacity limits, pricing, visibility (public/private/invite_only), and status lifecycle (draft→published→completed/cancelled)GatheringRegistration— attendee registration with status workflow (pending→confirmed→attended;waitlisted,cancelled); auto-waitlists when capacity is reachedGatheringAnnouncement— organizer-posted announcements broadcast to registrantsViews & URLs (
/gatherings/)/gatherings//gatherings/create//gatherings/mine//gatherings/<slug>//gatherings/<slug>/edit//gatherings/<slug>/manage//gatherings/<slug>/register//gatherings/<slug>/cancel-registration/Templates
Five Tailwind CSS templates with full dark mode:
list,detail,create(shared edit),manage,my_gatherings. Meeting link is gated behind confirmed registration for virtual gatherings.Other
list_display,list_filter,search_fields0064💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.