Document Status |
| ||||||
---|---|---|---|---|---|---|---|
Document Owner(s) | |||||||
Reviewers |
...
Create
enable-search-assigned-offers
feature flagit is not the same way it is done in whitelabel: in this repository a mutation brings the value and GraphQL integrates with Launchdarkly
Estimated time: 5h
Task 2 -
...
Integrate AutoComplete with feature flag
When
enable-search-assigned-offers
feature flag is enabled, replace inoffer-form.tsx
OfferTemplate Input Label and Select for an AutoComplete componentadd the flag to offers container
create tests from container
update test from offers-form
Task 3 - Add AutoComplete Material UI Component
Replace in
offer-form.tsx
OfferTemplate Input Label and Select for an AutoComplete componentget all offer names by whatever was typed considering the requirements
add a warning message for when there aren’t any offer names by whatever was typed
update tests
References: https://v4.mui.com/api/autocomplete/#autocomplete-api https://v4.mui.com/components/autocomplete/#autocomplete
...