claude-memory/graph/decisions/games-list-as-index-page-for-league-apps-d1ebca.md

798 B

id type title tags importance confidence created updated relations
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-03-05T03:42:48.590073+00:00
target type direction strength edge_id
c09e45d0-fe4a-48a9-a61e-f38b4099a911 RELATED_TO incoming 0.75 981d7db9-3338-49e2-b32d-252d11e9a185

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.