UC ZONE

Screenshot
 
Issue Description
 
LOGO

App Name

  • The app name should be UC ZONE, as mentioned in the project details before starting the work.

  • Please change the name throughout the application.

 

Google Sign-In

  • Google Sign-In is not working.

  • Please fix the functionality so users can register/login using Google.

 

Admin Panel

  • Please add the ability to manually adjust user points from the admin panel.

Redeem Requests Table (Admin Panel)

Add two new columns:
a) In-game PUBG ID of the user who made the redemption request.
b) Account Name of the user who made the redemption request.

I will send you additional notes if I find more issues during further testing.

Please add a Redeem UC section like the screenshot (cards/tiers).
Requirements:

  • Show cards such as: 60 UC120 UC180 UC240 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.

  •