Feat: Added in plan and project commands and functionality

This commit is contained in:
2025-11-16 20:38:02 -05:00
parent 324b125939
commit 6d2f26bef2
45 changed files with 4998 additions and 1031 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ Feature: Database Integration with Unit of Work and Repositories
Scenario: Service uses Unit of Work for transactions
When I use ProjectService to initialize a project
Then the service should use Unit of Work
And the database should be initialized
And the database infrastructure should be initialized
And the project should be persisted correctly
Scenario: PlanService uses repositories