major-domo-v2/views
Cal Corum f007c5b870 Fix frozen flag bug and add Transaction Thaw Report for admins
Bug Fix:
- Fixed /dropadd transactions being marked frozen=True during thaw period
- Now uses current_state.freeze to set frozen flag correctly
- Transactions entered Sat-Sun are now unfrozen and execute Monday

New Feature - Transaction Thaw Report:
- Added data structures for thaw reporting (ThawReport, ThawedMove,
  CancelledMove, ConflictResolution, ConflictContender)
- Modified resolve_contested_transactions() to return conflict details
- Added _post_thaw_report() to post formatted report to admin channel
- Report shows thawed moves, cancelled moves, and conflict resolution
- Handles Discord's 2000 char limit with _send_long_report()

Tests:
- Updated test_views_transaction_embed.py for frozen flag behavior
- Added test for thaw period (freeze=False) scenario
- Updated test_tasks_transaction_freeze.py for new return values
- All tests passing

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 13:35:48 -06:00
..
__init__.py CLAUDE: SUCCESSFUL STARTUP - Discord Bot v2.0 fully operational 2025-08-16 07:36:47 -05:00
base.py Add injury log posting and fix view interaction permissions 2025-12-19 00:08:11 -06:00
CLAUDE.md CLAUDE: Add comprehensive CLAUDE.md documentation files for AI agent guidance 2025-10-20 20:30:07 -05:00
common.py Fix sWAR display precision and draft team role pings 2025-12-12 18:41:46 -06:00
confirmations.py CLAUDE: Add comprehensive scorecard submission system 2025-10-16 00:21:32 -05:00
custom_commands.py CLAUDE: Fix double emoji issue in Discord embeds 2025-10-16 23:09:21 -05:00
draft_views.py Add Google Sheet link to draft embeds 2025-12-11 20:10:16 -06:00
embeds.py Fix sWAR display precision and draft team role pings 2025-12-12 18:41:46 -06:00
help_commands.py Add input validation for help command name and category 2025-12-11 19:11:42 -06:00
modals.py Add injury log posting and fix view interaction permissions 2025-12-19 00:08:11 -06:00
players.py Fix sWAR display precision and draft team role pings 2025-12-12 18:41:46 -06:00
trade_embed.py Add trade acceptance workflow with transaction logging (v2.22.0) 2025-12-04 13:46:10 -06:00
transaction_embed.py Fix frozen flag bug and add Transaction Thaw Report for admins 2026-01-20 13:35:48 -06:00