Add totals and filter by scoreName and model

This commit is contained in:
2023-08-13 18:13:00 +02:00
parent 054567c65a
commit 3691cb4a61
6 changed files with 64 additions and 12 deletions

View File

@@ -16,8 +16,10 @@ namespace platform {
private:
void header();
void body();
void footer();
string fromVector(const string& key);
json data;
double totalScore; // Total score of all results in a report
};
};
#endif