Logo
Explore Help
Register Sign In
peter/RealCV
1
0
Fork 0
You've already forked RealCV
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
8a4e46d87220e9639990434ff9968e79136434a3
RealCV/src/RealCV.Domain/Enums/CheckStatus.cs

10 lines
115 B
C#
Raw Normal View History

refactor: Rename TrueCV to RealCV throughout codebase - Renamed all directories (TrueCV.* -> RealCV.*) - Renamed all project files (.csproj) - Renamed solution file (TrueCV.sln -> RealCV.sln) - Updated all namespaces in C# and Razor files - Updated project references - Updated CSS variable names 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 20:47:55 +00:00
namespace RealCV.Domain.Enums;
Initial commit: TrueCV CV verification platform Clean architecture solution with: - Domain: Entities (User, CVCheck, CVFlag, CompanyCache) and Enums - Application: Service interfaces, DTOs, and models - Infrastructure: EF Core, Identity, Hangfire, external API clients, services - Web: Blazor Server UI with pages and components Features: - CV upload and parsing (PDF/DOCX) using Claude API - Employment verification against Companies House API - Timeline analysis for gaps and overlaps - Veracity scoring algorithm - Background job processing with Hangfire - Azure Blob Storage for file storage Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 19:20:50 +01:00
public enum CheckStatus
{
Pending,
Processing,
Completed,
Failed
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 64ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API