 |
Please add a Redeem UC section like the screenshot (cards/tiers). Requirements:
-
Show cards such as: 60 UC, 120 UC, 180 UC, 240 UC with the required points (e.g., 60 UC = 1100 coins, 120 UC = 2100 coins, etc.).
-
A user cannot submit a redeem request unless their points ≥ required points for that tier.
-
If points are not enough, show a message: “Not enough points.”
-
Display the user’s current coin balance at the top.
Admin Panel controls (must be fully configurable):
-
Add/Edit/Delete tiers (fields: UC amount, required points, status on/off, sort order).
-
Ability to temporarily disable a tier.
-
Changes should reflect in the app instantly.
Security/validation:
-
Validate on the server side as well (not only UI) to prevent requests if points are insufficient.
-
Log each redeem request with user ID, in‑game PUBG ID, account name, chosen tier, points deducted, and timestamp.
-
|