Added first pass at denormalizing inventory data, needs testing and integration

This commit is contained in:
Stefan Zermatten
2021-01-15 17:41:06 +02:00
parent 9492b2d8b8
commit bdf4074e3c
2 changed files with 92 additions and 0 deletions

View File

@@ -38,6 +38,10 @@ const ComputedOnlyContainerSchema = new SimpleSchema({
type: Number,
optional: true,
},
contentsValue:{
type: Number,
optional: true,
},
});
const ComputedContainerSchema = new SimpleSchema()