Spin up MySQL via Docker compose + run migrations.
Remove deprecated packages
Delete Gorilla references, old routes, globals.
Acceptance Criteria
CI green.
Coverage >= baseline.
go mod tidy shows no unused deps.
**Unit tests per layer**
1. Handlers: mock services.
2. Services: mock repos.
**Integration tests for storage**
- Spin up MySQL via Docker compose + run migrations.
**Remove deprecated packages**
- Delete Gorilla references, old routes, globals.
**Acceptance Criteria**
1. CI green.
2. Coverage >= baseline.
3. go mod tidy shows no unused deps.
H3ALY
added this to the 🛠 In Progress project 2025-10-23 22:50:09 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Unit tests per layer
Integration tests for storage
Remove deprecated packages
Acceptance Criteria