You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In our data model and Admin API we have CustomerGroups, but there is no UI to administer them, there are no e2e tests and little integration.
Describe the solution you'd like
Create Admin UI components to administer customer groups. This would likely work well if presented in the same way as we do with the ZoneList, since the CustomerGroup entity only has a single own property - "name".
Write e2e tests covering the basic CRUD scenarios for customer groups.
Create a PromotionCondition based on the customer belonging to given groups
Create a ShippingEligibilityChecker based on the customer belonging to given groups
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In our data model and Admin API we have CustomerGroups, but there is no UI to administer them, there are no e2e tests and little integration.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: