Kasper Fabricius Kristensen
Kasper Fabricius Kristensen
**What** - Allows `shipping_address`and `billing_address`be either an `AddressPayload` or `string` as part of the create draft order endpoint props. **How** - Implements the same patterns as used for the similar...
We want to implement some notion of server transmitted data, as we want to be able to transmit to the client when a batch job is completed, and as an...
**What** - The current usage of React-Table is throwing many warnings across the project. - These warnings are being thrown due to mainly two reasons: - Cells are not being...
**What** - Revamps the Select component, to prevent weird behaviour in some cases. - Adds pagination to AsyncSelect - Divides Select component into a AsyncSelect and Select component **Note** I've...
**What** We want to add pagination to the current `Select` component. - Implementation could leverage something like: https://www.npmjs.com/package/react-select-async-paginate - We want to achieve something like: https://codesandbox.io/s/o75rno2w65?file=/src/index.js
**What** - Updates all RMA modals to use `react-hook-form`, and their subcomponents. - Adds the latest version `@tanstack/react-table` and uses it for table implementations in the RMA modals. - Fixes...
WIP **TODO** - [ ] Fix missing query params on endpoints - [ ] Finalize number filter for DataTable, used for querying by quantity etc. (awaiting desing) - [ ]...
**What** - Adds the different display cards to the order details page. This does not include any of the different forms for editing various aspects of an order.
**What** - Adds form to edit variant details. - If stock and inventory modules are installed we omit inputs for stock and inventory as they should be managed in a...