homebox/backend/app/api/v1
Hayden 95ab14b866
feat: items-editor (#5)
* format readme

* update logo

* format html

* add logo to docs

* repository for document and document tokens

* add attachments type and repository

* autogenerate types via scripts

* use autogenerated types

* attachment type updates

* add insured and quantity fields for items

* implement HasID interface for entities

* implement label updates for items

* implement service update method

* WIP item update client side actions

* check err on attachment

* finish types for basic items editor

* remove unused var

* house keeping
2022-09-12 14:47:27 -08:00
..
controller.go end-to-end testing setup 2022-09-03 18:42:03 -08:00
controller_test.go end-to-end testing setup 2022-09-03 18:42:03 -08:00
main_test.go switch to zero log 2022-09-03 10:38:35 -08:00
partials.go switch to zero log 2022-09-03 10:38:35 -08:00
v1_ctrl_auth.go switch to zero log 2022-09-03 10:38:35 -08:00
v1_ctrl_items.go feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
v1_ctrl_labels.go testing + small fixes 2022-09-04 16:41:12 -08:00
v1_ctrl_locations.go testing + small fixes 2022-09-04 16:41:12 -08:00
v1_ctrl_user.go feat: items-editor (#5) 2022-09-12 14:47:27 -08:00