Files
Eventify-frontend/_notes/02 - Features/Events.md
Sicherhaven b8fcd29aff chore: remove vibe-coding artifacts from tracking, sync notes and obsidian config
- 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
2026-04-06 22:04:06 +05:30

30 lines
811 B
Markdown

# 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 feed
- `booking_screen.dart` — Event booking flow
- `calendar_screen.dart` — Calendar view of events
- `search_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
## Notes
## Related
- [[02 - Features/Reviews]]
- [[03 - Screens/Screen Index]]