Delete legacy TRREB Python modules (schemas, parsers, loaders) #47
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Remove all TRREB-specific Python modules that are no longer needed after transitioning to the neighbourhood-centric dashboard architecture.
Branch:
feature/9-cleanupReference:
docs/changes/Change-Toronto-Analysis-Reviewed.md- Phase 1Files to DELETE
portfolio_app/toronto/schemas/trreb.pyportfolio_app/toronto/parsers/trreb.pyportfolio_app/toronto/loaders/trreb.pyAcceptance Criteria
portfolio_app/toronto/schemas/trreb.pydeletedportfolio_app/toronto/parsers/trreb.pydeletedportfolio_app/toronto/loaders/trreb.pydeletedpython -c "from portfolio_app.toronto import schemas, parsers, loaders"make testpasses (after test cleanup in separate issue)Technical Notes
__init__.pyupdatesSprint
Sprint 9 - Phase 1 (Cleanup)
Labels: Type/Refactor, Priority/High, Efforts/S, Component/Backend, Tech/Python
✅ Completed in commit
cb877dfDeleted:
portfolio_app/toronto/schemas/trreb.pyportfolio_app/toronto/parsers/trreb.pyportfolio_app/toronto/loaders/trreb.pyUpdated
__init__.pyfiles to remove TRREB imports. Package imports verified working.