From 0161d65122b2bc75e615410914705e7b3424deba Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Wed, 4 Mar 2026 21:42:48 -0600 Subject: [PATCH] daily sync: 3 added, 4 modified, 0 deleted (3 edges) --- ...ist-as-index-page-for-league-apps-d1ebca.md | 8 +++++++- ...y-restructured-to-per-game-layout-c09e45.md | 18 +++++++++++++++++- ...ON--sba-schedule-integration-with-c704fe.md | 13 +++++++++++++ ...O--games-list-as-index-page-for-l-981d7d.md | 13 +++++++++++++ ...O--homelab-session-automation-cre-03fac9.md | 13 +++++++++++++ ...b-session-automation-creation-fix-a3cdd4.md | 8 +++++++- ...tion-with-grouped-matchup-display-13e9c4.md | 7 ++++++- 7 files changed, 76 insertions(+), 4 deletions(-) create mode 100644 graph/edges/gaming-directory-restructured--BUILDS_ON--sba-schedule-integration-with-c704fe.md create mode 100644 graph/edges/gaming-directory-restructured--RELATED_TO--games-list-as-index-page-for-l-981d7d.md create mode 100644 graph/edges/gaming-directory-restructured--RELATED_TO--homelab-session-automation-cre-03fac9.md diff --git a/graph/decisions/games-list-as-index-page-for-league-apps-d1ebca.md b/graph/decisions/games-list-as-index-page-for-league-apps-d1ebca.md index 930ef6ce7a6..be024904d51 100644 --- a/graph/decisions/games-list-as-index-page-for-league-apps-d1ebca.md +++ b/graph/decisions/games-list-as-index-page-for-league-apps-d1ebca.md @@ -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. diff --git a/graph/decisions/gaming-directory-restructured-to-per-game-layout-c09e45.md b/graph/decisions/gaming-directory-restructured-to-per-game-layout-c09e45.md index ba88f359e00..228899e193f 100644 --- a/graph/decisions/gaming-directory-restructured-to-per-game-layout-c09e45.md +++ b/graph/decisions/gaming-directory-restructured-to-per-game-layout-c09e45.md @@ -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 diff --git a/graph/edges/gaming-directory-restructured--BUILDS_ON--sba-schedule-integration-with-c704fe.md b/graph/edges/gaming-directory-restructured--BUILDS_ON--sba-schedule-integration-with-c704fe.md new file mode 100644 index 00000000000..74c0d8cbb9e --- /dev/null +++ b/graph/edges/gaming-directory-restructured--BUILDS_ON--sba-schedule-integration-with-c704fe.md @@ -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 diff --git a/graph/edges/gaming-directory-restructured--RELATED_TO--games-list-as-index-page-for-l-981d7d.md b/graph/edges/gaming-directory-restructured--RELATED_TO--games-list-as-index-page-for-l-981d7d.md new file mode 100644 index 00000000000..1a304966901 --- /dev/null +++ b/graph/edges/gaming-directory-restructured--RELATED_TO--games-list-as-index-page-for-l-981d7d.md @@ -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 diff --git a/graph/edges/gaming-directory-restructured--RELATED_TO--homelab-session-automation-cre-03fac9.md b/graph/edges/gaming-directory-restructured--RELATED_TO--homelab-session-automation-cre-03fac9.md new file mode 100644 index 00000000000..7ad23f9bb43 --- /dev/null +++ b/graph/edges/gaming-directory-restructured--RELATED_TO--homelab-session-automation-cre-03fac9.md @@ -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 diff --git a/graph/fixes/homelab-session-automation-creation-fix-a3cdd4.md b/graph/fixes/homelab-session-automation-creation-fix-a3cdd4.md index a77b382864a..7263c0d2a48 100644 --- a/graph/fixes/homelab-session-automation-creation-fix-a3cdd4.md +++ b/graph/fixes/homelab-session-automation-creation-fix-a3cdd4.md @@ -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): diff --git a/graph/solutions/sba-schedule-integration-with-grouped-matchup-display-13e9c4.md b/graph/solutions/sba-schedule-integration-with-grouped-matchup-display-13e9c4.md index b33366d3732..fb8ffac25ca 100644 --- a/graph/solutions/sba-schedule-integration-with-grouped-matchup-display-13e9c4.md +++ b/graph/solutions/sba-schedule-integration-with-grouped-matchup-display-13e9c4.md @@ -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.