do to formatters
This commit is contained in:
11
apps/website/lib/formatters/DashboardConsistencyFormatter.ts
Normal file
11
apps/website/lib/formatters/DashboardConsistencyFormatter.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* DashboardConsistencyDisplay
|
||||
*
|
||||
* Deterministic consistency formatting for dashboard display.
|
||||
*/
|
||||
|
||||
export class DashboardConsistencyFormatter {
|
||||
static format(consistency: number): string {
|
||||
return `${consistency}%`;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user