chore: Update all TrueCV references to RealCV

- Updated Dockerfiles (Dockerfile, Dockerfile.migrations)
- Updated docker-compose.yml (service names, container names, network)
- Updated deploy scripts (README.md, server-setup.sh, deploy.sh)
- Updated .gitignore
- Updated all strategy documentation files
- Updated app.js comment

Note: Passwords containing "TrueCV" were intentionally preserved.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-22 21:01:07 +00:00
parent d3fb929443
commit 473bef96e9
17 changed files with 215 additions and 215 deletions

View File

@@ -1,4 +1,4 @@
# TrueCV UK APIs & Integration Resources
# RealCV UK APIs & Integration Resources
**Last Updated:** January 2026
**Purpose:** Practical guide for obtaining API access and integration details
@@ -159,13 +159,13 @@
### Overview
- **Service:** UK company registration and officer records
- **Status:** ✅ Already integrated in TrueCV
- **Status:** ✅ Already integrated in RealCV
- **Coverage:** 3.4M registered UK companies
### Enhancement Opportunities
#### Existing Implementation
- See: `/src/TrueCV.Infrastructure/ExternalApis/CompaniesHouseClient.cs`
- See: `/src/RealCV.Infrastructure/ExternalApis/CompaniesHouseClient.cs`
- Current: Company search + basic data lookup
- Rate Limit: 500 requests/hour (generous)
@@ -326,7 +326,7 @@
- uCheck
- Certn
### Recommended Vendor for TrueCV Integration
### Recommended Vendor for RealCV Integration
**Verifile** (Suggested)
- **Website:** https://www.verifile.io/
@@ -345,7 +345,7 @@
2. Negotiate revenue share (typically 20-30% for platform)
3. Integrate DBS check submission API
4. Build compliance/audit trail layer
5. White-label DBS reports in TrueCV UI
5. White-label DBS reports in RealCV UI
### Timeline
- **Vendor selection:** 1-2 weeks
@@ -371,7 +371,7 @@
1. **Contact accredited vendors:** Verifile, DDC, or similar
2. **Explain use case:** CV verification platform
3. **Request sub-licensing:** Access to their HMRC integration
4. **Build wrapper:** TrueCV UI calls vendor API
4. **Build wrapper:** RealCV UI calls vendor API
#### Vendors with HMRC Access
- Verifile (https://www.verifile.io/)
@@ -407,7 +407,7 @@
### This Week
1. **Email HEDD:** partnerships@hedd.ac.uk with:
- Company info (TrueCV)
- Company info (RealCV)
- Use case (CV verification for UK recruiters)
- Expected volume (start with 100/month)
- Request: API access or partnership discussion
@@ -468,15 +468,15 @@ For each API integration, ensure:
## Contact Template for API Requests
```
Subject: API Integration Request - TrueCV Recruitment Verification Platform
Subject: API Integration Request - RealCV Recruitment Verification Platform
Dear [Service] Team,
We are developing TrueCV, a UK-focused CV verification platform for recruitment agencies and corporate HR departments. As part of our Phase 1 launch (Q1 2026), we would like to integrate with [Service Name] to verify [candidate credentials] in real-time during the hiring process.
We are developing RealCV, a UK-focused CV verification platform for recruitment agencies and corporate HR departments. As part of our Phase 1 launch (Q1 2026), we would like to integrate with [Service Name] to verify [candidate credentials] in real-time during the hiring process.
Use Case:
- Candidates upload CV during job application
- TrueCV extracts education/qualification claims
- RealCV extracts education/qualification claims
- Real-time verification against [Service] records
- Fraud flags generated for recruiter review
@@ -501,7 +501,7 @@ Please advise next steps.
Best regards,
[Your Name]
TrueCV
RealCV
```
---