Final improvements for Groups PDF's

This commit is contained in:
Joao Ramos
2024-01-09 20:17:21 +00:00
parent 4e378f0c71
commit 1aadc4647c
8 changed files with 213 additions and 82 deletions

View File

@@ -18,4 +18,5 @@ export interface ModuleScore {
date: string;
result: string;
level?: string;
bandScore: number;
}