Hayden
c19fe94c08
feat: QR Codes ( #226 )
...
* code gen updates
* qrcode support
* remove opacity on toast
* update item view to use tab-like pages
* adjust view for cards
* fix old API calls for ioutils
* move embed
* extract QR code
* add docs for QR codes
* add QR code
2023-01-18 20:44:06 -09:00
renovate[bot]
5b0dba854d
fix(deps): update dependency mkdocs-material to v9 ( #222 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-15 13:54:33 -09:00
Steven Nguyen
d2aa022347
Fix typo in documentation (import-csv.md) ( #163 )
...
* Fix typo in .csv header snippet
Import RefLocation -> ImportRef Location
* Convert space to tab in header snippet
2022-12-02 15:02:59 -09:00
Hayden
f42a917390
feat: add tsv support for import files ( #160 )
...
* feat: add tsv support for import files
* add note in docs
2022-12-01 18:06:47 -09:00
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
Hayden
4a9d21d604
fix: time-format-inconsistency ( #120 )
...
* fix off by one date display
* display dates in consistent format
* use token or ci
2022-10-31 18:43:30 -08:00
andrew-busbee
1f0c8d09c2
docs: typo quick-start.md ( #103 )
...
Small typo
2022-10-20 22:39:50 -08:00
Hayden
2d34557f69
feat: link implementation ( #100 )
...
* link implementation
* add docs for links
* use btn instead of badge
2022-10-19 21:31:08 -08:00
Hayden
dbaaf4ad0a
fix import bug and add ref support ( #88 )
...
* fix import bug and add ref support
* fix calls
* add docs
2022-10-15 17:46:57 -08:00
Hayden
dea2dcfde8
feat: allow disable registration ( #71 )
2022-10-14 14:02:16 -08:00
Hayden
ba8367f637
fix: compose example ( #70 )
2022-10-14 13:40:27 -08:00
Hayden
256cbed716
update tags
2022-10-10 18:48:57 -08:00
Hayden
8ba954674e
feat: versioned migrations ( #26 )
...
* enable atlas migrations
* use embedded atlas migrations
* chores
* bad migration example
* tidy
* fix linter issues
* reset migration state
* sort slice before testing
* move temp write logic to migrations package
2022-09-27 20:26:44 -08:00
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
Hayden
6341aebe66
update docs
2022-09-14 09:35:23 -08:00
Hayden
ca36e3b080
fix: csv-importer ( #10 )
...
* update item fields to support import_ref
* add additional rows to CSV importer
* add CSV import documentation
* update readme
* update readme
* fix failed test
2022-09-12 20:54:30 -08:00
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
Hayden
9da4a82788
init docs
2022-09-09 12:57:44 -08:00