• Joined on 2026-02-03
cal opened issue cal/paper-dynasty-database#30 2026-02-20 06:53:54 +00:00
Replace 488 manual db.close() calls with middleware/dependency context manager
cal opened issue cal/paper-dynasty-card-creation#21 2026-02-20 06:53:54 +00:00
Fix async test methods missing pytest.mark.asyncio decorator
cal opened issue cal/paper-dynasty-database#29 2026-02-20 06:53:48 +00:00
Refactor Roster model from 26 FK columns to a junction table
cal opened issue cal/paper-dynasty-card-creation#20 2026-02-20 06:53:48 +00:00
Add return type annotations to db_calls.py async functions
cal opened issue cal/paper-dynasty-card-creation#19 2026-02-20 06:53:43 +00:00
Remove dead LAST_WEEK_RATIO ternary — both branches are 0.0
cal opened issue cal/paper-dynasty-database#28 2026-02-20 06:53:42 +00:00
Add a test suite — zero test coverage
cal opened issue cal/paper-dynasty-card-creation#18 2026-02-20 06:53:38 +00:00
Re-enable commented-out safety guard for promo cardsets
cal opened issue cal/paper-dynasty-database#27 2026-02-20 06:53:37 +00:00
Add type annotations to untyped path parameters
cal opened issue cal/paper-dynasty-card-creation#17 2026-02-20 06:53:33 +00:00
Log exception details in calculate_pitcher_ratings error handler
cal opened issue cal/paper-dynasty-database#26 2026-02-20 06:53:31 +00:00
Centralize logging configuration — remove basicConfig from 30+ router files
cal opened issue cal/paper-dynasty-card-creation#16 2026-02-20 06:53:28 +00:00
Fix test_positions_df — non-test that always passes
cal opened issue cal/paper-dynasty-database#25 2026-02-20 06:53:26 +00:00
Remove or fix dead CSV code in v1_cards_get_one referencing removed roster fields
cal opened issue cal/paper-dynasty-card-creation#15 2026-02-20 06:53:23 +00:00
Fix Dict[str, any] type annotation — lowercase any refers to builtin function
cal opened issue cal/paper-dynasty-database#24 2026-02-20 06:53:19 +00:00
Move random.randint default out of Pydantic model field
cal opened issue cal/paper-dynasty-card-creation#14 2026-02-20 06:53:17 +00:00
Address fragile module-level global mutation pattern in retrosheet_data.py
cal opened issue cal/paper-dynasty-database#23 2026-02-20 06:53:14 +00:00
Fix inverted TESTING environment variable check
cal opened issue cal/paper-dynasty-card-creation#13 2026-02-20 06:53:11 +00:00
Replace wildcard import from db_calls_card_creation
cal opened issue cal/paper-dynasty-database#22 2026-02-20 06:53:07 +00:00
Fix is_ai filter to respect False value in get_teams
cal opened issue cal/paper-dynasty-card-creation#12 2026-02-20 06:53:06 +00:00
Implement tweak_archetype() and manual_adjustments() stubs
cal opened issue cal/paper-dynasty-discord#42 2026-02-20 06:53:01 +00:00
Confirm cogs/gameplay_legacy.py is excluded from production