- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
13 lines
624 B
Markdown
13 lines
624 B
Markdown
---
|
|
id: d1ebcacd-443c-4917-ba33-d6edd2b444e8
|
|
type: decision
|
|
title: "Games list as index page for league apps"
|
|
tags: [strat-gameplay-webapp, nuxt, ux, decision]
|
|
importance: 0.6
|
|
confidence: 0.8
|
|
created: "2026-01-14T02:59:45.349921+00:00"
|
|
updated: "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.
|