- Untrack .claude/launch.json (Claude Code config) - Add .claude/, .mcp.json, CLAUDE.md, and AI-generated CSVs to .gitignore - Add _notes/ vault (architecture, API, tasks, bugs, infra docs) - Add .obsidian/ plugin/vault config (workspace state excluded) - Sync CHANGELOG.md
811 B
811 B
Feature: Events
Module path: lib/features/events/
Overview
Core feature — event discovery, listing, detail view, booking, and calendar integration.
Related Screens
home_screen.dart/home_desktop_screen.dart— Event feedbooking_screen.dart— Event booking flowcalendar_screen.dart— Calendar view of eventssearch_screen.dart— Event search
Key Capabilities
- Event listing & filtering
- Event detail view
- Booking flow
- Calendar integration (
table_calendar) - Location/map view (
google_maps_flutter,geolocator) - Media (images/video via
image_picker,video_player)
API Endpoints
Document event API endpoints here as you discover them