Skip to content

Commit

Permalink
Fixed up some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenni committed Dec 6, 2020
1 parent d9389ef commit 8cb025d
Show file tree
Hide file tree
Showing 3 changed files with 533 additions and 104 deletions.
2 changes: 2 additions & 0 deletions backend/src/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ const Submission = new mongoose.Schema({
runners: String, // this is a cached version of the team or just the runner display name in case of solo runs
video: String,
comment: String,
commentators: String,
status: String,
notes: [Note],
decisions: [RunDecision],
Expand Down Expand Up @@ -220,6 +221,7 @@ const Event = new mongoose.Schema({
applicationsStart: Date,
applicationsEnd: Date,
volunteersNeeded: [{ type: mongoose.Schema.Types.ObjectId, ref: 'role' }],
commentatorsNeeded: Boolean,
alwaysEditable: [String],
meta: {
theme: String,
Expand Down
Loading

0 comments on commit 8cb025d

Please sign in to comment.