claude-memory/graph/decisions/games-list-as-index-page-for-league-apps-d1ebca.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

624 B

id type title tags importance confidence created updated
d1ebcacd-443c-4917-ba33-d6edd2b444e8 decision Games list as index page for league apps
strat-gameplay-webapp
nuxt
ux
decision
0.6 0.8 2026-01-14T02:59:45.349921+00:00 2026-01-14T02:59:45.349921+00:00

For league-specific apps (like SBA frontend), users are already members - they don't need a marketing landing page. Moving the games list to / reduces friction by eliminating a redirect. Auth middleware handles unauthenticated users by redirecting to login, then back to /. The old /games route redirects to / for backwards compatibility.