stockpile-co / api

The API for Stockpile, an app that manages stuff for organizations.
0 stars 1 forks source link

294/Add field type to custom fields #397

Closed AdamVig closed 6 years ago

AdamVig commented 6 years ago

Closes #294.

Note: this branch is based on #396, so you will see commits from both branches in this PR. The relevant commit for this branch is f82ed6d.

AdamVig commented 6 years ago

Test coverage may be significantly reduced by this PR due to the addition of several public methods in controllers/item.js. I will write tests for these functions if Coveralls complains.

AdamVig commented 6 years ago

I ended up writing the additional tests I mentioned, and ended up increasing test coverage by 0.1% as a result.