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
{{ message }}
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
As a user
I want to choose which discount will be used in the offer
so that I can organize my campaigns easily in the admin UI
What it is now
The last discount is used in the offer.
What it should be
A dropdown list of all active discounts should be shown and the user can select which one will be used.
Technical details
Add a dropdown list in home admin UI with the TIKI discounts. Try to make a direct graphql call with the session token. If not possible, create a new endpoint to get all the dicounts from the backend. Let the user change the current active discount and save it to app metadata.
Acceptance criteria
The user can change the offer discount in the admin ui
This discount is used in the offers
The text was updated successfully, but these errors were encountered:
As a user
I want to choose which discount will be used in the offer
so that I can organize my campaigns easily in the admin UI
What it is now
The last discount is used in the offer.
What it should be
A dropdown list of all active discounts should be shown and the user can select which one will be used.
Technical details
Add a dropdown list in home admin UI with the TIKI discounts. Try to make a direct graphql call with the session token. If not possible, create a new endpoint to get all the dicounts from the backend. Let the user change the current active discount and save it to app metadata.
Acceptance criteria
The text was updated successfully, but these errors were encountered: