Open
Description
Problem
Too much complexity is wrapped up in save
right now when dealing with models.
Where possible, we should work with changesets, using ember-changeset
, which will also allow us to use validations.
Subtasks
- Identify places where we can introduce changesets
- Break out separate issues for tackling these