• Joined on 2026-02-03
cal opened issue cal/major-domo-v2#38 2026-02-20 06:50:53 +00:00
Use timezone-aware datetime.now(UTC) in TransactionFreezeTask.weekly_loop
cal opened issue cal/paper-dynasty-discord#19 2026-02-20 06:50:49 +00:00
Finish migration of daily check-in command to discord.Interaction
cal opened issue cal/major-domo-database#34 2026-02-20 06:50:49 +00:00
Remove the empty WEEK_NUMS dict from db_engine.py
cal opened issue cal/major-domo-v2#37 2026-02-20 06:50:46 +00:00
Fix stale comment about moveid format in transaction_freeze.py
cal opened issue cal/major-domo-database#33 2026-02-20 06:50:45 +00:00
Implement or remove the three skipped caching tests in test_player_service.py
cal opened issue cal/paper-dynasty-discord#18 2026-02-20 06:50:43 +00:00
Implement the run-decision algorithm in gb_decide_run
cal opened issue cal/major-domo-database#32 2026-02-20 06:50:40 +00:00
Add cache invalidation on write operations for cached endpoints
cal opened issue cal/major-domo-v2#36 2026-02-20 06:50:39 +00:00
Remove or replace TODO-commented test stubs in test_commands_dropadd.py
cal opened issue cal/major-domo-database#31 2026-02-20 06:50:34 +00:00
Remove commented-out dead code blocks in multiple files
cal opened issue cal/major-domo-v2#35 2026-02-20 06:50:32 +00:00
Implement test_validate_transaction_exception_handling
cal opened issue cal/major-domo-database#30 2026-02-20 06:50:29 +00:00
Remove unused imports in standings.py and pitchingstats.py
cal opened issue cal/major-domo-v2#34 2026-02-20 06:50:27 +00:00
Resolve @requires_team decorator mock barrier to re-enable integration tests
cal opened issue cal/major-domo-database#29 2026-02-20 06:50:25 +00:00
Replace bare except: clauses with except Exception: in custom_commands.py and db_engine.py
cal opened issue cal/major-domo-v2#33 2026-02-20 06:50:20 +00:00
Remove 226 unused imports across the codebase
cal opened issue cal/major-domo-database#28 2026-02-20 06:50:20 +00:00
Implement or document lob_2outs and rbipercent fields in SeasonPitchingStats
cal opened issue cal/major-domo-database#27 2026-02-20 06:50:14 +00:00
Implement or remove the is_trade parameter from GET /api/v3/transactions
cal opened issue cal/major-domo-v2#32 2026-02-20 06:50:13 +00:00
Replace MD5 with SHA-256 for command change detection hash
cal opened issue cal/major-domo-database#26 2026-02-20 06:50:10 +00:00
Fix N+1 query in get_custom_commands
cal opened issue cal/major-domo-v2#31 2026-02-20 06:50:09 +00:00
Extract duplicated command hash logic into a shared helper in bot.py
cal opened issue cal/major-domo-database#25 2026-02-20 06:50:04 +00:00
Eliminate N+1 queries in post_transactions