Added Fires page, collection and fire comments

This commit is contained in:
vjrj 2018-01-17 18:23:32 +01:00
parent 3bf21c8caf
commit 40aedbfdfb
19 changed files with 290 additions and 66 deletions

View file

@ -7,6 +7,7 @@ const firesCommonSchema = {
ourid: LocationSchema,
lat: Number,
lon: Number,
address: { type: String, optional: true },
scan: Number,
type: String,
when: Date,