Issue #12 Resolved — Merged
Root Cause
The YDB course repository implementation used deprecated ydb-go-sdk v1 API patterns (REPLACE INTO ... FROM AS_TABLE, manual TxControl constructio…
Issue #12 Resolved — Merged
Root Cause
The ydb_course_repository.go used deprecated ydb-go-sdk v2 patterns (manual REPLACE INTO ... FROM AS_TABLE, hand-built TxControl, missing…
Issue #1 Resolved — Merged
Root cause: Pagination links were hardcoded with only the page number, dropping all active filter query parameters (school, sort order, direction, per-page).…
Issue #1 Resolved — PR #11 Merged
Root cause: Pagination links were generated with only the page parameter, discarding active filter state (school_id, order_by, asc, per_page). Clicking…
Issue #9 Resolved - Merged
What was done
Added Dockerfile with a proper build stage for the kurious service, addressing all requirements from the original issue:
- **Dockerfile with…
Issue #9 Resolved — Merged
Root cause: The service had no containerization artifacts — no Dockerfile, no image build task, and no health probing infrastructure to support container…