Major refactor of bonfireFramework to differentiate tests, refactor tests in Bonfire schema to remove public/private tests and only have tests, fire modal on successful run of all tests in bonfire/show, added bonfiresHash to User schema, and we should have committed a while ago because there is too much too list
This commit is contained in:
@@ -8,15 +8,13 @@ var secrets = require('../config/secrets');
|
||||
|
||||
|
||||
var bonfireSchema = new mongoose.Schema({
|
||||
|
||||
name: {
|
||||
type: String,
|
||||
unique: true
|
||||
},
|
||||
difficulty: Number,
|
||||
description: Array,
|
||||
publicTests: Array,
|
||||
privateTests: Array,
|
||||
tests: Array,
|
||||
challengeSeed: String,
|
||||
bonfireNumber: Number,
|
||||
challengeEntryPoint: String,
|
||||
|
Reference in New Issue
Block a user