chore/cleanup-legacy-files #5

Merged
cal merged 5 commits from chore/cleanup-legacy-files into main 2026-02-05 19:33:34 +00:00

5 Commits

Author SHA1 Message Date
Cal Corum
92e3517225 chore: Move documentation to .claude/
All checks were successful
Build Docker Image / build (pull_request) Successful in 7m1s
2026-02-05 13:14:09 -06:00
Cal Corum
927fbe96e3 Bump version 2026-02-05 13:12:55 -06:00
Cal Corum
61f45cb809 chore: Comment out external network for local testing
- nginx-proxy-manager network only needed in production
- Allows local docker compose up without external dependencies

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-04 21:00:02 -06:00
Cal Corum
9f1359c78f chore: Enable local builds in docker-compose for rapid testing
- Uncomment build directive to build from local Dockerfile
- Comment out remote image reference
- Allows testing changes without pushing to registry

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-04 20:58:39 -06:00
Cal Corum
a2167d8f97 chore: Remove legacy files and old SQLite databases
Removed obsolete files after PostgreSQL migration:

Legacy Python Code:
- main.py (319 KB) - Replaced by app/main.py
- db_engine.py (68 KB) - Replaced by app/db_engine.py
- migrations.py - Old Peewee migrations, now using SQL migrations

Database Files:
- pd_master.db (74 MB) - Old SQLite database
- test-storage/pd_master.db (74 MB) - Duplicate test database
- test-storage/sba_is_fun.db (270 KB) - Old test database

Development Documentation:
- data_consistency_check.py
- DATA_CONSISTENCY_REPORT.md
- REFACTOR_DOCUMENTATION.md

Miscellaneous:
- Dockerfile.optimized - Alternative Dockerfile not in use
- =2.9.0 - Artifact file
- test-storage/ - Old test data

All files backed up to: /tmp/major-domo-database-legacy-backup/

Total: 10,444 lines deleted, ~179 MB freed

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-04 15:04:58 -06:00