- Moved tasmota_manager_refactor_notes.md to docs/REFACTORING_NOTES.md - Moved migrate_to_refactored.py to docs/ for future reference - Moved GitWorkflowRefactor.sh to docs/ for future reference
385 B
385 B
Refactoring Notes
Version 2.0 - Modular Structure
The TasmotaManager has been refactored from a single monolithic file into a modular structure for better maintainability and organization.
Changes Made
1. File Organization
Old Structure:
- Single
TasmotaManager.pyfile (~4000+ lines) - Documentation and data files mixed in root directory
New Structure: