1.4 KiB
1.4 KiB
Implementation Plan: AppController Curation [checkpoint: fa4388b]
Phase 1: Structural Audit & Conventions Update [checkpoint: 511aabb]
- Task: Audit
src/app_controller.pyagainstgui_2.pyorganization and the Python Style Guide. [511aabb] - Task: Identify methods for extraction to module level (Anti-OOP enforcement). [
511aabb] - Task: Update
conductor/code_styleguides/python.mdorproduct-guidelines.mdif any new nuances are discovered ingui_2.py. [511aabb] - Task: Conductor - User Manual Verification 'Phase 1: Structural Audit' (Protocol in workflow.md) [
511aabb]
Phase 2: Refactoring & Curation [checkpoint: fa4388b]
- Task: Apply 1-space indentation and remove excessive blank lines in
src/app_controller.py. [fa4388b] - Task: Clean up and organize
AppController.__init__state declarations. [fa4388b] - Task: Implement missing type hints and SDM tags. [
fa4388b] - Task: Extract identified logic to module-level functions. [
fa4388b] - Task: Conductor - User Manual Verification 'Phase 2: Refactoring & Curation' (Protocol in workflow.md) [
fa4388b]