feat: language-aware match results + full controller documentation #13
Reference in New Issue
Block a user
Delete Branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Languageadded to the match result cache key so Romanian and English results are stored independently (EF migration with default'en'for existing rows)api,cv-matcher-api, andrag-apiGET /api/health/versionendpoint added toHealthController— displays deployed build version in the web UI footerFileDownloadControllerper project conventionsMigration
AddLanguageToCvMatchResult— addsLanguage nvarchar(max) DEFAULT 'en'tocvMatcher.Results. Applied automatically on startup.Test plan
/api/health/version— returns{"version":"1.0.0-build.…"}🤖 Generated with Claude Code