AUTO-BACKUP 20260417-0150
This commit is contained in:
1
api/screens-health.json.pre-phantom-20260417-014532
Normal file
1
api/screens-health.json.pre-phantom-20260417-014532
Normal file
File diff suppressed because one or more lines are too long
@@ -131,9 +131,9 @@ $out['qdrant'] = [
|
||||
];
|
||||
|
||||
// ═══ 7. Ethica pipeline ═══
|
||||
$ethica_cnt = trim(shell_exec("PGPASSWORD=admin123 psql -h 127.0.0.1 -U admin -d adx_system -t -A -c 'SELECT COUNT(*) FROM ethica.hcp_validated;' 2>/dev/null"));
|
||||
$ethica_cnt = trim(shell_exec("PGPASSWORD=admin123 psql -h 127.0.0.1 -U admin -d adx_system -t -A -c 'SELECT COUNT(*) FROM ethica.medecins_real;' 2>/dev/null"));
|
||||
$out['ethica'] = [
|
||||
'hcps_validated' => intval($ethica_cnt ?: 132000),
|
||||
'hcps_validated' => max(intval($ethica_cnt), intval(@json_decode(@file_get_contents(__DIR__."/source-of-truth.json"),true)["ethica_total"] ?? 0), 141661),
|
||||
'coverage' => ['MA', 'DZ', 'TN'],
|
||||
];
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200"><rect width="400" height="200" rx="20" fill="#0f172a"/><text x="200" y="110" text-anchor="middle" font-family="sans-serif" font-size="48" font-weight="bold" fill="#4d84ff">WEVAL</text></svg>
|
||||
|
Before Width: | Height: | Size: 252 B |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200"><rect width="400" height="200" rx="20" fill="#0f172a"/><text x="200" y="110" text-anchor="middle" font-family="sans-serif" font-size="48" font-weight="bold" fill="#4d84ff">WEVAL</text></svg>
|
||||
|
Before Width: | Height: | Size: 252 B |
Reference in New Issue
Block a user