feat(schedule): group games by sport instead of date

Games in schedule view now display in sport sections (MLB, NBA, etc.)
with games sorted by date within each section. Each game row shows its
date since the section header now shows sport instead.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-01-10 17:36:22 -06:00
parent 6db0bdefcd
commit 5ed4e309bd
3 changed files with 39 additions and 11 deletions

View File

@@ -37,7 +37,7 @@ Build a functional iOS sports trip planning app that helps users plan multi-stop
## Active Tasks
- [x] Fix "By Games" Mode Game Selection
- [ ] Group Schedule View Games by Sport
- [x] Group Schedule View Games by Sport
- [ ] Remove Buffer Days from Trip Planner
## Completed Tasks