diff --git a/report-viewer/src/components/ComparisonsTable.vue b/report-viewer/src/components/ComparisonsTable.vue index 67545cc4e..c22f40f70 100644 --- a/report-viewer/src/components/ComparisonsTable.vue +++ b/report-viewer/src/components/ComparisonsTable.vue @@ -11,8 +11,27 @@
{{ metricToolTips[MetricType.AVERAGE].shortName }}
+ + ++ {{ metricToolTips[MetricType.AVERAGE].tooltip }} +
+ +{{ metricToolTips[MetricType.MAXIMUM].shortName }}
+ + ++ {{ metricToolTips[MetricType.MAXIMUM].tooltip }} +
+ ++ {{ clusters?.[index].members?.length }} submissions in cluster with average + similarity of + {{ ((clusters?.[index].averageSimilarity as number) * 100).toFixed(2) }}% +
+ + @@ -137,7 +158,8 @@ import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome' import { library } from '@fortawesome/fontawesome-svg-core' import { faUserGroup } from '@fortawesome/free-solid-svg-icons' import { generateColors } from '@/utils/ColorUtils' -import { MetricType } from '@/model/MetricType' +import ToolTipComponent from './ToolTipComponent.vue' +import { MetricType, metricToolTips } from '@/model/MetricType' library.add(faUserGroup) diff --git a/report-viewer/src/components/MatchList.vue b/report-viewer/src/components/MatchList.vue index aeb218112..17e5bee28 100644 --- a/report-viewer/src/components/MatchList.vue +++ b/report-viewer/src/components/MatchList.vue @@ -3,26 +3,33 @@ -->Click on a match to show it in the code view.
+ ++ {{ (label as ToolTipLabel).tooltip }} +
+ +More information about the CLI run of JPlag
+ ++ Type in the name of a submission to only show comparisons that contain this + submission. +
+Fully written out names get unhidden.
+ +