- 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
16 lines
385 B
Markdown
16 lines
385 B
Markdown
# 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.py` file (~4000+ lines)
|
|
- Documentation and data files mixed in root directory
|
|
|
|
**New Structure:**
|