major-domo-database/app/routers_v3
Cal Corum 57c943e340 CLAUDE: Add custom commands system with migration from legacy database
- Add CustomCommandCreator and CustomCommand models to db_engine.py
- Add comprehensive custom commands API router with full CRUD operations
- Include migration script for transferring 140 commands from sba_is_fun.db
- Add FastAPI integration for /api/v3/custom_commands endpoints
- Implement usage tracking, search, autocomplete, and statistics features
- Add grace period handling for unused commands to prevent deletion
- Include comprehensive documentation for migration process

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-17 16:31:39 -05:00
..
__init__.py Initial commit 2023-03-21 16:09:46 -05:00
awards.py Logging updates 2024-12-16 09:03:23 -06:00
battingstats.py Logging updates 2024-12-16 09:03:23 -06:00
current.py Logging updates 2024-12-16 09:03:23 -06:00
custom_commands.py CLAUDE: Add custom commands system with migration from legacy database 2025-08-17 16:31:39 -05:00
decisions.py Logging updates 2024-12-16 09:03:23 -06:00
divisions.py Logging updates 2024-12-16 09:03:23 -06:00
draftdata.py Logging updates 2024-12-16 09:03:23 -06:00
draftlist.py Logging updates 2024-12-16 09:03:23 -06:00
draftpicks.py Logging updates 2024-12-16 09:03:23 -06:00
fieldingstats.py Logging updates 2024-12-16 09:03:23 -06:00
injuries.py Logging updates 2024-12-16 09:03:23 -06:00
keepers.py Logging updates 2024-12-16 09:03:23 -06:00
managers.py Logging updates 2024-12-16 09:03:23 -06:00
pitchingstats.py Logging updates 2024-12-16 09:03:23 -06:00
players.py Added SbaPlayer table 2025-05-30 21:41:40 -05:00
results.py Logging updates 2024-12-16 09:03:23 -06:00
sbaplayers.py Fix dupe check on sbaplayers 2025-06-11 00:33:09 -05:00
schedules.py Logging updates 2024-12-16 09:03:23 -06:00
standings.py Logging updates 2024-12-16 09:03:23 -06:00
stratgame.py Logging updates 2024-12-16 09:03:23 -06:00
stratplay.py Logging updates 2024-12-16 09:03:23 -06:00
teams.py Logging updates 2024-12-16 09:03:23 -06:00
transactions.py Logging updates 2024-12-16 09:03:23 -06:00