798 B
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 |
|
0.6 | 0.8 | 2026-01-14T02:59:45.349921+00:00 | 2026-03-05T03:42:48.590073+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.