add PWA installable + recalibrer scoring échelle Guadeloupe

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Gwadaking
2026-04-14 17:12:20 -04:00
parent 5c860547f8
commit ad0dc92f89
5 changed files with 88 additions and 9 deletions

View File

@@ -312,8 +312,8 @@ class SpotScoreController extends AbstractController
private function scoreToLevel(int $score): string
{
return match (true) {
$score <= 30 => 'low',
$score <= 70 => 'medium',
$score <= 15 => 'low',
$score <= 55 => 'medium',
default => 'high',
};
}