- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
13 lines
537 B
Markdown
13 lines
537 B
Markdown
---
|
|
id: 4e7066fc-b0db-4479-97f3-376bb9c8cba5
|
|
type: fix
|
|
title: "Standardized sWAR display to 2 decimals"
|
|
tags: [major-domo, python, formatting, swar, fix]
|
|
importance: 0.5
|
|
confidence: 0.8
|
|
created: "2025-12-10T02:16:52.867543+00:00"
|
|
updated: "2025-12-10T02:16:52.867543+00:00"
|
|
---
|
|
|
|
Fixed 10 locations across transactions.py, draft.py, and players.py where sWAR/WAR values were displayed without consistent formatting. All user-facing WAR displays now use :.2f format. Roster displays use >5.2f for right-aligned formatting with 2 decimals.
|