stockpile-co / api

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

Add filtering on custom fields #334

Closed emroussel closed 6 years ago

emroussel commented 7 years ago

As a user, I want to only see the custom fields I can add onto a specific item, So that I can choose a valid option.

Filtering the custom fields by categoryID would allow that.

AdamVig commented 6 years ago

This will be addressed by changing GET /item/:barcode/custom-field to only return the custom fields for the given item.