Closed gciotola closed 1 month ago
Name | Link |
---|---|
Latest commit | 095b2c83092c547ac8b9f4d9f7d552733621adae |
Latest deploy log | https://app.netlify.com/sites/commercelayer-dashboard-apps/deploys/670e7bb9e60d030008eb6aa8 |
Deploy Preview | https://deploy-preview-106--commercelayer-dashboard-apps.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Closes commercelayer/issues-app#233
What I did
This pull request introduces a new function,
parseTextSearchValue
, to handle text search values more effectively and includes comprehensive tests for it. Additionally, it integrates this new function into the existing codebase.New Functionality and Tests:
parseTextSearchValue
to handle text search values with various conditions, including handling emails and special characters. (apps/orders/src/data/filters.ts
)parseTextSearchValue
to ensure it handles different input scenarios correctly. (apps/orders/src/data/filters.test.ts
)Code Integration:
parseFormValue
function withparseTextSearchValue
in themakeInstructions
function. (apps/orders/src/data/filters.ts
)Utility:
isEmpty
fromlodash
to assist with the new function. (apps/orders/src/data/filters.ts
)How to test
Checklist