Skip to content

Commit 9310ad3

Browse files
authored
Cwdoe 1310 clear comments (#41)
* clear comments * scoring model flags
1 parent 6744a90 commit 9310ad3

File tree

8 files changed

+1473
-21
lines changed

8 files changed

+1473
-21
lines changed

Cite.Api.Data/Models/ScoringModel.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ public class ScoringModelEntity : BaseEntity
2222
public bool DisplayCommentTextBoxes { get; set; }
2323
public bool DisplayScoringModelByMoveNumber { get; set; }
2424
public bool ShowPastSituationDescriptions { get; set; }
25+
public bool UseSubmit { get; set; }
26+
public bool UseUserScore { get; set; }
27+
public bool UseTeamScore { get; set; }
28+
public bool UseTeamAverageScore { get; set; }
29+
public bool UseTypeAverageScore { get; set; }
30+
public bool UseOfficialScore { get; set; }
2531
public RightSideDisplay RightSideDisplay { get; set; }
2632
public string RightSideHtmlBlock { get; set; }
2733
public string RightSideEmbeddedUrl { get; set; }

0 commit comments

Comments
 (0)