Added simple open/close flow

This commit is contained in:
Dan Zajdband
2016-12-05 11:02:39 -05:00
parent bf3b028370
commit 4be258c63d
6 changed files with 71 additions and 52 deletions
+5 -1
View File
@@ -34,7 +34,11 @@ const AssetSchema = new Schema({
subsection: String,
author: String,
publication_date: Date,
modified_date: Date
modified_date: Date,
status: {
type: String,
default: 'open'
}
}, {
versionKey: false,
timestamps: {