From 1b32bd8f94a4aa1f12ec9c0afd421bd2af2d67dc Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Sun, 1 Mar 2026 18:33:19 -0600 Subject: [PATCH] episode: Two-phase cached loading pattern for API-heavy screens in Rust TUI --- episodes/2026-03-01.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/episodes/2026-03-01.md b/episodes/2026-03-01.md index 5b778702d12..f6cb93a70e0 100644 --- a/episodes/2026-03-01.md +++ b/episodes/2026-03-01.md @@ -161,3 +161,7 @@ Session size: 7 messages, 2 tool calls ## 18:33 - Standings screen nav key chosen as 'w' in SBA Scout Rust TUI - **Type:** decision - **Tags:** sba-scouting, rust, tui, navigation, keybinding, standings, ratatui, decision + +## 18:33 - Two-phase cached loading pattern for API-heavy screens in Rust TUI +- **Type:** code_pattern +- **Tags:** sba-scouting, rust, caching, ratatui, async, tokio, sqlx, standings, api, pattern