Models should have a meta accessor #6200
Labels
keep-fresh
"Keep Fresh" issues should not be marked as stale.
type: enhancement
An improvement to existing user-facing functionality
Details
As we build our concept of models, we'll need to include a way to access and persist related meta information that's not core to said model. For instance, our Donation model will include things like amount from it's meta that will be a core property. For meta that exists externally from add-ons that is not necessarily core to the model, we'll want a specific meta accessor.
Additional Context
Proposed Solution
Examples scaffolded from conversation with @JasonTheAdams
Acceptance Criteria
The text was updated successfully, but these errors were encountered: