Skip to content

Refactor model structures of answers and answer statistics

Lukas Weingarten requested to merge refac-answer-statistic-models into master

Introduce abstract classes like AnswerStatistics and RoundStatistics for shared properties and extend this in format specific models like ChoiceAnswerStatistics and ChoiceRoundStatistics.

Adjust handler and services to model changes.

Merge request reports