relate: e1fad787 --RELATED_TO--> 77c0b897

This commit is contained in:
Cal Corum 2026-03-01 18:33:41 -06:00
parent b3c5137abe
commit b6991033a8
3 changed files with 25 additions and 2 deletions

View File

@ -6,7 +6,7 @@ tags: [sba-scouting, rust, caching, ratatui, async, tokio, sqlx, standings, api,
importance: 0.8
confidence: 0.8
created: "2026-03-02T00:33:19.472159+00:00"
updated: "2026-03-02T00:33:20.017854+00:00"
updated: "2026-03-02T00:33:41.412877+00:00"
relations:
- target: 1d64c80d-61ec-434f-902a-3a511e2b92c2
type: RELATED_TO
@ -23,6 +23,11 @@ relations:
direction: outgoing
strength: 0.7
edge_id: 8e624197-1bd1-49cd-9082-437551829431
- target: e1fad787-7de7-4f62-afb7-6df2ffdea1ed
type: RELATED_TO
direction: incoming
strength: 0.9
edge_id: 4cbd5bef-19ad-4c61-b737-234618b32dba
---
# Two-Phase Cached Loading Pattern

View File

@ -6,7 +6,7 @@ tags: [sba-scouting, rust, tui, navigation, keybinding, standings, ratatui, deci
importance: 0.7
confidence: 0.8
created: "2026-03-02T00:33:08.868540+00:00"
updated: "2026-03-02T00:33:10.882148+00:00"
updated: "2026-03-02T00:33:41.412877+00:00"
relations:
- target: 13e9c4dc-0e72-4b8f-987d-8a421f26ea80
type: BUILDS_ON
@ -23,6 +23,11 @@ relations:
direction: outgoing
strength: 0.71
edge_id: 705deb61-b027-4be3-a6d1-d3e0d31516ea
- target: 77c0b897-4124-432f-84de-700ff82dcde1
type: RELATED_TO
direction: outgoing
strength: 0.9
edge_id: 4cbd5bef-19ad-4c61-b737-234618b32dba
---
# Standings Screen Navigation Key: 'w'

View File

@ -0,0 +1,13 @@
---
id: 4cbd5bef-19ad-4c61-b737-234618b32dba
type: RELATED_TO
from_id: e1fad787-7de7-4f62-afb7-6df2ffdea1ed
from_title: "Standings screen nav key chosen as 'w' in SBA Scout Rust TUI"
to_id: 77c0b897-4124-432f-84de-700ff82dcde1
to_title: "Two-phase cached loading pattern for API-heavy screens in Rust TUI"
strength: 0.9
created: "2026-03-02T00:33:41.412877+00:00"
updated: "2026-03-02T00:33:41.412877+00:00"
---
Nav key decision and cached loading pattern both apply to the standings screen added in this session