homebox/backend/app/api/handlers/v1
Hayden 6dc2ae1bea
feat: asset tags/ids (#142)
* add schema

* run db migration

* bulk seed asset IDs

* breaking: update runtime options

* conditionally increment asset IDs

* update API endpoints

* fix import asset id assignment

* refactor display + marshal/unmarshal

* add docs page

* add to form field

* hide 000-000 values

* update ENV vars
2022-11-13 14:17:55 -09:00
..
controller.go refactor: remove empty services (#116) 2022-10-29 20:05:38 -08:00
partials.go refactor: http interfaces (#114) 2022-10-29 18:15:35 -08:00
query_params.go fix: conditionally filter parent locations (#133) 2022-11-02 11:54:43 -08:00
v1_ctrl_actions.go feat: asset tags/ids (#142) 2022-11-13 14:17:55 -09:00
v1_ctrl_auth.go refactor: remove empty services (#116) 2022-10-29 20:05:38 -08:00
v1_ctrl_group.go feat: group statistics endpoint (#123) 2022-11-01 13:58:05 -08:00
v1_ctrl_items.go feat: asset tags/ids (#142) 2022-11-13 14:17:55 -09:00
v1_ctrl_items_attachments.go refactor: remove empty services (#116) 2022-10-29 20:05:38 -08:00
v1_ctrl_labels.go refactor: remove empty services (#116) 2022-10-29 20:05:38 -08:00
v1_ctrl_locations.go fix: conditionally filter parent locations (#133) 2022-11-02 11:54:43 -08:00
v1_ctrl_user.go refactor: remove empty services (#116) 2022-10-29 20:05:38 -08:00