Raise warning to ensure early notification (#3945)

This commit is contained in:
René Smeekes 2020-09-24 16:53:38 +02:00 committed by GitHub
parent e9ffffcaad
commit ff57b30bac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,7 +204,7 @@ export class SatelliteScores {
public auditScore: string;
public suspensionScore: string;
public statusClassName: string;
private readonly WARNING_MINIMUM_SCORE: number = 0.76;
private readonly WARNING_MINIMUM_SCORE: number = 0.95;
private readonly WARNING_CLASSNAME: string = 'warning';
private readonly DISQUALIFICATION_MINIMUM_SCORE: number = 0.6;
private readonly DISQUALIFICATION_CLASSNAME: string = 'disqualification';