|
All checks were successful
Ruff Lint / lint (pull_request) Successful in 24s
Closes #147 Adds a "Refractor Progress" field to the game summary embed showing: - Cards that tiered up during this game (⬆ Name → Tier Name) - Cards currently ≥80% toward their next tier on either team (◈ Name (pct%)) The field is omitted entirely when there is nothing to show. Implementation: - _run_post_game_refractor_hook() now returns evo_result (or None on failure) - New _build_refractor_progress_text() fetches close-to-tier cards from both teams via refractor/cards?progress=close and formats the combined output - complete_game() adds the field between Rewards and Highlights sections Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| command_logic | ||
| gameplay_models | ||
| in_game | ||
| other | ||
| players_refactor | ||
| scouting | ||
| conftest.py | ||
| factory.py | ||
| refractor-integration-test-plan.md | ||
| refractor-preflight.sh | ||
| test_api_calls.py | ||
| test_card_embed_refractor.py | ||
| test_complete_game_hook.py | ||
| test_play_locking.py | ||
| test_player_refractor_view.py | ||
| test_post_game_refractor_hook.py | ||
| test_post_game_render.py | ||
| test_refractor_commands.py | ||
| test_refractor_notifs.py | ||
| test_refractor_progress_embed.py | ||