feat(teams): user preference toggle for mirroring

This commit is contained in:
SabreCat
2022-06-28 16:18:24 -05:00
parent 712b85ce84
commit a3f61306d3
5 changed files with 62 additions and 18 deletions

View File

@@ -582,6 +582,7 @@ export default new Schema({
tasks: {
groupByChallenge: { $type: Boolean, default: false }, // @TODO remove? not used
confirmScoreNotes: { $type: Boolean, default: false }, // @TODO remove? not used
mirrorGroupTasks: { $type: Boolean, default: false },
},
improvementCategories: {
$type: Array,