daily sync: 3 added, 4 modified, 0 deleted (3 edges)

This commit is contained in:
Cal Corum 2026-03-04 21:42:48 -06:00
parent 0e425d75ba
commit 0161d65122
7 changed files with 76 additions and 4 deletions

View File

@ -6,7 +6,13 @@ 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"
updated: "2026-03-05T03:42:48.590073+00:00"
relations:
- target: c09e45d0-fe4a-48a9-a61e-f38b4099a911
type: RELATED_TO
direction: incoming
strength: 0.75
edge_id: 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.

View File

@ -6,7 +6,23 @@ tags: [claude-home, documentation, gaming, organization, decision]
importance: 0.6
confidence: 0.8
created: "2026-03-05T03:42:48.195399+00:00"
updated: "2026-03-05T03:42:48.195399+00:00"
updated: "2026-03-05T03:42:48.656580+00:00"
relations:
- target: d1ebcacd-443c-4917-ba33-d6edd2b444e8
type: RELATED_TO
direction: outgoing
strength: 0.75
edge_id: 981d7db9-3338-49e2-b32d-252d11e9a185
- target: a3cdd4b6-3e5b-4c56-87a3-cad3210af5f6
type: RELATED_TO
direction: outgoing
strength: 0.72
edge_id: 03fac967-2f92-4a8a-a70b-547c4ceeb0e3
- target: 13e9c4dc-0e72-4b8f-987d-8a421f26ea80
type: BUILDS_ON
direction: outgoing
strength: 0.69
edge_id: c704fea8-168d-4bc5-81a6-362fd0915dca
---
# Gaming Directory Restructured to Per-Game Layout

View File

@ -0,0 +1,13 @@
---
id: c704fea8-168d-4bc5-81a6-362fd0915dca
type: BUILDS_ON
from_id: c09e45d0-fe4a-48a9-a61e-f38b4099a911
from_title: "Gaming Directory Restructured to Per-Game Layout"
to_id: 13e9c4dc-0e72-4b8f-987d-8a421f26ea80
to_title: "SBA schedule integration with grouped matchup display"
strength: 0.69
created: "2026-03-05T03:42:48.656580+00:00"
updated: "2026-03-05T03:42:48.656580+00:00"
---
Auto-edge: Gaming Directory Restructured to Per-Game Layout → SBA schedule integration with grouped matchup display

View File

@ -0,0 +1,13 @@
---
id: 981d7db9-3338-49e2-b32d-252d11e9a185
type: RELATED_TO
from_id: c09e45d0-fe4a-48a9-a61e-f38b4099a911
from_title: "Gaming Directory Restructured to Per-Game Layout"
to_id: d1ebcacd-443c-4917-ba33-d6edd2b444e8
to_title: "Games list as index page for league apps"
strength: 0.75
created: "2026-03-05T03:42:48.590073+00:00"
updated: "2026-03-05T03:42:48.590073+00:00"
---
Auto-edge: Gaming Directory Restructured to Per-Game Layout → Games list as index page for league apps

View File

@ -0,0 +1,13 @@
---
id: 03fac967-2f92-4a8a-a70b-547c4ceeb0e3
type: RELATED_TO
from_id: c09e45d0-fe4a-48a9-a61e-f38b4099a911
from_title: "Gaming Directory Restructured to Per-Game Layout"
to_id: a3cdd4b6-3e5b-4c56-87a3-cad3210af5f6
to_title: "[homelab] Session: automation, creation, fix"
strength: 0.72
created: "2026-03-05T03:42:48.624090+00:00"
updated: "2026-03-05T03:42:48.624090+00:00"
---
Auto-edge: Gaming Directory Restructured to Per-Game Layout → [homelab] Session: automation, creation, fix

View File

@ -6,7 +6,13 @@ tags: [homelab, automation, creation, fix, session-log]
importance: 0.4
confidence: 0.8
created: "2026-03-02T21:58:37.860586+00:00"
updated: "2026-03-02T21:58:37.860586+00:00"
updated: "2026-03-05T03:42:48.624090+00:00"
relations:
- target: c09e45d0-fe4a-48a9-a61e-f38b4099a911
type: RELATED_TO
direction: incoming
strength: 0.72
edge_id: 03fac967-2f92-4a8a-a70b-547c4ceeb0e3
---
Files edited (1):

View File

@ -6,13 +6,18 @@ tags: [strat-gameplay-webapp, nuxt, fastapi, schedule, feature]
importance: 0.6
confidence: 0.8
created: "2026-01-15T05:39:47.756662+00:00"
updated: "2026-03-02T00:33:10.821754+00:00"
updated: "2026-03-05T03:42:48.656580+00:00"
relations:
- target: e1fad787-7de7-4f62-afb7-6df2ffdea1ed
type: BUILDS_ON
direction: incoming
strength: 0.77
edge_id: 5990c741-780e-4571-bcd4-8476395a055a
- target: c09e45d0-fe4a-48a9-a61e-f38b4099a911
type: BUILDS_ON
direction: incoming
strength: 0.69
edge_id: c704fea8-168d-4bc5-81a6-362fd0915dca
---
Added SBA production schedule integration: backend schedule routes, SBA API client methods, frontend Schedule tab with week navigation. Games grouped by team matchup displayed horizontally with vertical game list. Completed games show Final badge instead of Play button. Fixed multi-worker state isolation by using single uvicorn worker (in-memory state_manager requires it). Added Redis migration TODO for future scalability.