Event Detail Screen
Component Detail
User Interface
medium complexity
mobile
0
Dependencies
0
Dependents
2
Entities
0
Integrations
Description
Screen displaying full details of a created event including title, date, time, location, summary, and the list of registered participants. Supports post-creation edits and subscribes to real-time participant updates via Supabase channels.
event-detail-screen
Responsibilities
- Display all event metadata and participant list
- Subscribe to real-time Supabase channel for participant changes
- Enable post-creation editing of event fields
- Support deep-linking via GoRouter from notification system
Interfaces
loadEvent(eventId)
onEditEvent()
onAddParticipant()
onRemoveParticipant(userId)
subscribeToRealtimeUpdates(eventId)
unsubscribeFromRealtimeUpdates()
navigateToParticipantDetail(userId)
Related Data Entities (2)
Data entities managed by this component