aboutsummaryrefslogtreecommitdiff
path: root/web/models/mockpoints.js
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2019-03-20 21:39:50 +0000
committerGitHub <noreply@github.com>2019-03-20 21:39:50 +0000
commit7c98e3c782f3d8da4cc289dce9ecb0a6cfd9b26d (patch)
tree60c31b4ce78beee9ab7c2ee9142e9718308c3cfa /web/models/mockpoints.js
parent672e6f2a3bb27b6e3f3d4cff3425cfc653e07be6 (diff)
parent7cbb77be44854015b943d5a2147fe188bd0132f1 (diff)
Merge pull request #42 from csc301-winter-2019/feat/32
Feat/32
Diffstat (limited to 'web/models/mockpoints.js')
-rw-r--r--web/models/mockpoints.js10
1 files changed, 6 insertions, 4 deletions
diff --git a/web/models/mockpoints.js b/web/models/mockpoints.js
index ff5e771..ac9ecd4 100644
--- a/web/models/mockpoints.js
+++ b/web/models/mockpoints.js
@@ -5,10 +5,12 @@ var Schema = mongoose.Schema;
var dumbJsonSchema = new Schema({
type: String,
coordinates: Array,
- ageRange: String,
- clothingDescription: String,
- isInjured: Boolean,
- reasonForHelp: String
+ gender: String,
+ age: String,
+ race: String,
+ longhair: Boolean,
+ longbeard: Boolean,
+ extra: String
});
// Mongoose Model definition