feat: Implement domain logic separation with clean architecture
- Created complete domain layer with pure business logic - Implemented Issue domain models with 48 passing tests - Implemented Project domain models with 31 passing tests - Added domain services for complex business operations - Established clean separation between domain, application, and infrastructure - All 250 tests passing with no breaking changes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
5
application/__init__.py
Normal file
5
application/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""
|
||||
Application services layer for MarkiTect project.
|
||||
|
||||
Contains use case implementations that coordinate domain and infrastructure.
|
||||
"""
|
||||
Reference in New Issue
Block a user