homebox/backend/internal/types
Hayden 31b34241e0
feat: item-attachments CRUD (#22)
* change /content/ -> /homebox/

* add cache to code generators

* update env variables to set data storage

* update env variables

* set env variables in prod container

* implement attachment post route (WIP)

* get attachment endpoint

* attachment download

* implement string utilities lib

* implement generic drop zone

* use explicit truncate

* remove clean dir

* drop strings composable for lib

* update item types and add attachments

* add attachment API

* implement service context

* consolidate API code

* implement editing attachments

* implement upload limit configuration

* improve error handling

* add docs for max upload size

* fix test cases
2022-09-24 11:33:38 -08:00
..
about_types.go setup docker volumes & versions 2022-09-13 21:15:01 -08:00
document_types.go feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
item_types.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
label_types.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
location_types.go items and location item count 2022-09-03 01:17:48 -08:00
token_types.go Initial commit 2022-08-29 18:30:36 -08:00
users_types.go tests: improve repo package coverage (#3) 2022-09-05 00:26:21 -08:00
users_types_test.go align types with new db schema 2022-08-30 10:05:11 -08:00