- Add IModuleProcessor interface defining the processor contract
- Implement cProcessor_AppendOnly strategy for modifying existing BOM rows
- Implement cProcessor_CloneNew strategy for creating new BOM rows
- Add mProcessorFactory module for creating processor instances
- Add mSpecAdditionManager module for coordinating spec addition operations
- Enhance test suite with business logic layer and pipeline integration tests
This implements the Strategy pattern to allow flexible BOM modification behaviors while maintaining clean separation of concerns.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add new mBOMRepository.bas module for data access layer with LoadAll/SaveAll/InsertNewBOMRow functions
- Refactor cBOMRow.cls property methods for better readability and formatting
- Add comprehensive unit tests for BOM repository functionality in mTestEngine
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Added VBA project structure including:
- Class modules for BOM row and condition engine
- Test engine module
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>