homebox/backend/app/api/handlers/v1
Hayden 3d295b5132
feat: locations tree viewer (#248)
* location tree API

* test fixes

* initial tree location elements

* locations tree page

* update meta-data

* code-gen

* store item display preferences

* introduce basic table/card view elements

* codegen

* set parent location during location creation

* add item support for tree query

* refactor tree view

* wip: location selector improvements

* type gen

* rename items -> search

* remove various log statements

* fix markdown rendering for description

* update location selectors

* fix tests

* fix currency tests

* formatting
2023-01-28 11:53:00 -09:00
..
assets feat: QR Codes (#226) 2023-01-18 20:44:06 -09:00
controller.go
partials.go
query_params.go
v1_ctrl_actions.go
v1_ctrl_assets.go feat: add lookup by asset ID (#208) 2023-01-14 09:24:11 -09:00
v1_ctrl_auth.go
v1_ctrl_group.go feat: new homepage statistic API's (#167) 2022-12-05 12:36:32 -09:00
v1_ctrl_items.go feat: new-card-design (#196) 2023-01-01 12:50:48 -09:00
v1_ctrl_items_attachments.go
v1_ctrl_labels.go
v1_ctrl_locations.go feat: locations tree viewer (#248) 2023-01-28 11:53:00 -09:00
v1_ctrl_maint_entry.go feat: maintenance log (#170) 2022-12-09 20:57:57 -09:00
v1_ctrl_qrcode.go feat: QR Codes (#226) 2023-01-18 20:44:06 -09:00
v1_ctrl_statistics.go feat: new homepage statistic API's (#167) 2022-12-05 12:36:32 -09:00
v1_ctrl_user.go