feat: redesign /refractor status with rich Unicode display #129
No reviewers
Labels
No Label
ai-changes-requested
ai-failed
ai-pr-opened
ai-reviewed
ai-reviewing
ai-working
ai-working
bug
enhancement
feature
in-queue
performance
security
tech-debt
todo
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/paper-dynasty-discord#129
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/refractor-status-redesign"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
get_team_embed()for team color, logo, and branded footer instead of hardcoded purpleTest plan
/refractor statusin DiscordReviewed and approved. Clean UI-only redesign — Unicode progress bars, tier symbols, team branding via get_team_embed(). Three items verified: (1) production code correctly reads current_value from the API response shape; (2) negative-value clamp added to render_progress_bar is sound and tested; (3) removal of TestTierBadgesFormatConsistency is correct since cogs.refractor no longer uses bracket badges — replacement TestTierSymbolsCompleteness maintains equivalent coverage. build_status_embed footer append is correct. build_tier_summary page-scoped counting is acceptable. All 105 tests pass.