Files
DiceCloud/rpg-docs/Model/Character/SubSchemas/Proficiency.js
Thaum ca7a625534 Consolidated all sub-documents into character document to improve granularity significantly
Because just the top-level field changing invalidates everything in the sub-document, a single attribute change would trigger a re-calculation on all attributes and their dependents. This change should significantly improve performance.
2014-11-20 09:02:10 +00:00

4 lines
91 B
JavaScript

Schemas.Proficiency = new SimpleSchema({
name: {type: String},
source: {type: String}
})