This website requires JavaScript.
Explore
Help
Register
Sign In
peter
/
RealCV
Watch
1
Star
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
Unescape
Escape
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