Major Domo Database - PostgreSQL database service for SBA bot
Go to file
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
app CLAUDE: Add custom commands system with migration from legacy database 2025-08-17 16:31:39 -05:00
.dockerignore Adding Git and Docker files 2023-02-21 11:53:02 -06:00
.gitignore gitignore 2024-12-23 10:33:05 -06:00
CUSTOM_COMMANDS_MIGRATION.md CLAUDE: Add custom commands system with migration from legacy database 2025-08-17 16:31:39 -05:00
db_engine.py Initial commit 2023-02-19 21:43:17 -06:00
docker-compose.yml Logging updates 2024-12-16 09:03:23 -06:00
Dockerfile Fix relative package issues 2023-05-05 11:06:11 -05:00
LICENSE Initial commit 2023-02-19 21:42:32 -06:00
main.py Merge pull request #2 from calcorum/api-rebuild 2023-07-24 23:06:53 -05:00
migrate_custom_commands.py CLAUDE: Add custom commands system with migration from legacy database 2025-08-17 16:31:39 -05:00
MIGRATION_QUICK_REFERENCE.md CLAUDE: Add custom commands system with migration from legacy database 2025-08-17 16:31:39 -05:00
migrations.py Season 9 Additions 2024-01-14 22:44:23 -06:00
pd_master.db Logging updates 2024-12-16 09:03:23 -06:00
requirements.txt Initial commit 2023-03-21 16:09:46 -05:00