Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
29
commits
Merge pull request #4 from lucaspalencia/feat/delete-task
41c7a7dView on GitHubfix(review): strengthen ListTasks unit tests and guard soft-delete at repo level
a727a02View on GitHubfeat(http): add integration tests for delete, list, and get-by-id endpoints
a8ffdfbView on GitHubfeat(http): add DELETE /tasks/{id}, GET /tasks, GET /tasks/{id} endpoints
9d32146View on GitHubfeat(application): add DeleteTask, ListTasks, GetTaskByID use cases with unit tests
d1cb841View on GitHubfeat(persistence): update queries for soft delete support
ff6c2adView on GitHubfeat(domain): add DeletedAt field to Task entity for soft delete
568e408View on GitHubfeat(migrations): add deleted_at column for soft delete
0deef6fView on GitHubMerge pull request #3 from lucaspalencia/feat/update-task
7dfe5d6View on GitHubfeat(http): add PATCH /tasks/{id} endpoint with handler, router, and integration tests
a075f4eView on GitHubfeat(application): add UpdateTask use case with partial update and unit tests
396b913View on GitHub