Files
Sportstime/TO-DOS.md
Trey t 2ad458bffd refactor: TripDetailView loads games on demand, improve poll UI
- Refactor TripDetailView to fetch games from AppDataProvider when not
  provided, adding loading state indicator for better UX
- Update all callers (25+ HomeContent variants, TripOptionsView, HomeView)
  to use simpler TripDetailView(trip:) initializer
- Fix PollDetailView sheet issue by using sheet(item:) instead of
  sheet(isPresented:) to prevent blank screen on first tap
- Improve PollDetailView UI with Theme styling, icons, and better
  visual hierarchy for share code, voting status, and results sections

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 11:31:05 -06:00

1.6 KiB
Raw Blame History

Read TO-DOS.md in full.
  Summarize:
  - Goal
  - Current Phase
  - Active Tasks
  Do not write code until this summary is complete.

/superpowers:brainstorm todo X <-- will create a design doc in the docs/plan

/superpowers:write-plan for the design created

/superpowers:subagent-driven-development

read docs/TEST_PLAN.md in full

  Summarize:
  - Goal
  - Current Phase
  - Active Tasks
  Do not write code until this summary is complete.

question: do we need sync schedules anymore in settings

// new dev

  • Notification reminders - "Your trip starts in 3 days"

// enhancements

  • Dark/light mode toggle along with system
  • Stadium notes - let users add personal notes/tips to stadiums they've visited sharing needs to completely overhauled. should be able to share a trip summary, achievements, progress. social media first
  • Achievements share says 2,026. Should be an option when share is hit of year or all time
  • if viewing a single sport share should share details regarding that sport only
  • need achievements for every supported league (how does this work with adding new sports in backed, might have to push with app update so if not achievements exist for that sport dont show it as an option)
  • Share needs more styling, similar to onboarding
  • Ready to plan your trip has a summary, missing details should be in red

// bugs

  • fucking game show at 7 am ... the fuck? all all trips view when choosing "packed" "moderate" "relaxed" the capsule the option is in does a weird animation that looks off.
  • group poll refreshed every time I go to screen, should update in bg and pull to refresh?