homebox/backend/app/api/handlers/v1
Hayden 2b79788fbe feat: user defined currencies (#700)
* basic currency service for loading at runtime

* api endpoint for currencies

* sort slice before return

* remove currency validation

* validate using currency service

* implement selecting dynamic currency options

* bump go version

* fix type definition

* specify explicit type

* change go versions

* proper types for assetId

* log/return currency error

* make case insensative

* use ToUpper instead

* feat: adding new currencies (#715)

* fix: task swag (#710)

Co-authored-by: Quoing <pavel.cadersky@mavenir.com>

* [feat] Adding new currencies

---------

Co-authored-by: quoing <quoing@users.noreply.github.com>
Co-authored-by: Quoing <pavel.cadersky@mavenir.com>
Co-authored-by: Bradley <41597815+userbradley@users.noreply.github.com>

* remove ts file and consoldate new values into json

* move flag to options namespace

* add env config for currencies

* basic documentaion

* remove in sync test

---------

Co-authored-by: quoing <quoing@users.noreply.github.com>
Co-authored-by: Quoing <pavel.cadersky@mavenir.com>
Co-authored-by: Bradley <41597815+userbradley@users.noreply.github.com>
Former-commit-id: c4b923847a
2024-01-18 10:45:42 -09:00
..
assets feat: QR Codes (#226) 2023-01-18 20:44:06 -09:00
controller.go feat: user defined currencies (#700) 2024-01-18 10:45:42 -09:00
partials.go feat: Notifiers CRUD (#337) 2023-03-06 21:18:58 -09:00
query_params.go fix: conditionally filter parent locations (#133) 2022-11-02 11:54:43 -08:00
v1_ctrl_actions.go feat: primary images (#576) 2023-10-06 18:51:08 -08:00
v1_ctrl_assets.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
v1_ctrl_auth.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
v1_ctrl_group.go feat: user defined currencies (#700) 2024-01-18 10:45:42 -09:00
v1_ctrl_items.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
v1_ctrl_items_attachments.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
v1_ctrl_labels.go change safeserve -> httpkit (#405) 2023-04-09 10:39:43 -08:00
v1_ctrl_locations.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
v1_ctrl_maint_entry.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
v1_ctrl_notifiers.go change safeserve -> httpkit (#405) 2023-04-09 10:39:43 -08:00
v1_ctrl_qrcode.go fix: ensure urls isn't encoded (#618) 2023-11-15 17:51:19 -09:00
v1_ctrl_reporting.go change safeserve -> httpkit (#405) 2023-04-09 10:39:43 -08:00
v1_ctrl_statistics.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
v1_ctrl_user.go change safeserve -> httpkit (#405) 2023-04-09 10:39:43 -08:00