This ticket is to list places in the codebase that are problematic. Before reaching a stable release I should go over this, open ticket for each item and work on them
There is plenty of repetition in test code (specially in acceptance test). We need to find a way to parametrize the tests.
is huge and convoluted, might be possible to clean it up a little.
the variable name model is wrong, use manifest instead
yield usage is weird as it leaks format (user must comply to table format)
There code repetition for the error handler API response, this can be extracted to a fun. check promise catch in list mixin, rc route, delete action mixin
The input component used in the settings form component is coupled to it so it should be nested under it
This ticket is to list places in the codebase that are problematic. Before reaching a stable release I should go over this, open ticket for each item and work on them
31
model
is wrong, use manifest instead