ed
28799766bb
refactor(gui_2): migrate MMAUsageStats consumers (Phase 10 batch 1)
Phase 10 (batch 1): MMAUsageStats
Before: 8 .get('model'/'input'/'output') sites in src/gui_2.py
After: 0
Delta: -8
Migrates the tier usage rendering and the tier_total calculation
in mma_usage rendering. Each 'stats' iteration variable is converted
via MMAUsageStats.from_dict() and accessed via direct field access:
stats.model (was stats.get('model', 'unknown'))
stats.input (was stats.get('input', 0))
stats.output (was stats.get('output', 0))
Sites migrated:
1. gui_2.py:2200-2202 (tier iteration in mma usage rendering)
2. gui_2.py:2217 (tier_total sum generator)
3. gui_2.py:6609 (total_cost in active_track panel)
4. gui_2.py:6784-6786 (tier iteration in 'Tier Usage' panel)
Tests: 7/7 pass (test_mma_usage_stats, test_gui2_events).
2026-06-25 20:28:52 -04:00
..
2026-03-04 09:55:44 -05:00
2026-06-24 15:22:31 -04:00
2026-06-25 20:19:27 -04:00
2026-06-21 12:39:17 -04:00
2026-06-05 23:03:45 -04:00
2026-06-22 01:00:06 -04:00
2026-06-25 20:22:10 -04:00
2026-06-06 10:24:22 -04:00
2026-06-07 01:08:31 -04:00
2026-06-18 10:21:24 -04:00
2026-06-18 10:21:24 -04:00
2026-06-25 18:20:45 -04:00
2026-06-17 22:38:17 -04:00
2026-06-11 02:02:56 -04:00
2026-06-06 13:30:18 -04:00
2026-06-18 10:21:24 -04:00
2026-06-21 22:39:14 -04:00
2026-06-25 11:18:03 -04:00
2026-06-18 00:14:17 -04:00
2026-06-06 10:24:22 -04:00
2026-06-06 10:24:22 -04:00
2026-06-25 20:28:52 -04:00
2026-06-06 10:24:22 -04:00
2026-06-17 22:42:10 -04:00
2026-06-06 10:24:22 -04:00
2026-06-10 20:50:55 -04:00
2026-06-06 10:24:22 -04:00
2026-06-22 01:00:00 -04:00
2026-06-18 10:21:24 -04:00
2026-06-06 10:24:22 -04:00
2026-06-25 20:25:50 -04:00
2026-06-24 09:41:50 -04:00
2026-06-05 21:44:41 -04:00
2026-06-25 18:20:45 -04:00
2026-06-06 19:03:38 -04:00
2026-06-25 11:18:03 -04:00
2026-06-22 00:59:42 -04:00
2026-06-25 20:19:27 -04:00
2026-06-18 10:21:24 -04:00
2026-06-17 22:31:35 -04:00
2026-06-05 21:44:41 -04:00
2026-06-19 10:55:54 -04:00
2026-06-06 11:08:07 -04:00
2026-06-06 11:08:07 -04:00
2026-06-18 10:21:24 -04:00
2026-06-25 11:18:03 -04:00
2026-06-24 23:30:15 -04:00
2026-06-12 18:32:05 -04:00
2026-06-25 14:47:18 -04:00
2026-06-12 16:38:09 -04:00
2026-06-25 11:18:03 -04:00
2026-06-06 00:21:36 -04:00
2026-06-25 11:18:03 -04:00
2026-06-18 00:10:16 -04:00
2026-06-18 10:21:24 -04:00
2026-06-17 19:07:07 -04:00
2026-06-25 19:20:03 -04:00
2026-06-17 22:39:18 -04:00
2026-06-18 10:21:24 -04:00
2026-06-17 10:26:32 -04:00
2026-06-06 00:21:36 -04:00
2026-06-15 14:25:54 -04:00
2026-06-06 00:21:36 -04:00
2026-06-06 00:21:36 -04:00
2026-06-25 19:24:42 -04:00
2026-06-11 21:35:32 -04:00
2026-06-06 00:21:36 -04:00
2026-06-18 10:21:24 -04:00
2026-06-06 00:21:36 -04:00