Gift Manager
The Gift Manager Module is responsible for managing the in-game gifts that players can send to each other during live gameplay at the poker tables. These gifts serve as fun, interactive visual elements that enhance the social experience. Each gift carries a price, which is deducted from the sender’s balance and credited to the admin’s account, adding an additional revenue stream for the platform.
This is the main table view that lists all currently available gifts on the platform.
Column
Description
Name
The display name of the gift (e.g., Medal, Cap, Car, Scooter).
Category
The classification of the gift (e.g., Emojis, Snacks, Luxury, Special).
Amount
The cost of the gift (number-based value that gets deducted on use).
Image
A visual thumbnail or icon representing the gift.
Action
Icons to edit or delete the existing gift entry.
➕ Add New Gift
Admins can create new gifts using the “Add Giftz” button, which opens a form with the following input fields:
Field
Description
Gift Category
Dropdown to select the type/category of the gift (e.g., Emojis, Luxury).
Gift Name
Text input for naming the gift (e.g., “Gold Medal”, “Red Car”).
Gift Amount
The price to be charged to the player when sending this gift.
Gift Image
Upload field for attaching the image/icon of the gift (Recommended: 200x200, 1:1 ratio).
Save/Cancel
Admin can either save the gift configuration or cancel the action.
Gift Usage Flow
Players can choose a gift from the available list during live table gameplay.
Upon sending, the specified amount is deducted from the sender’s wallet.
The sent gift animation is displayed at the table.
The gift revenue is recorded and added to the admin’s earnings (gift amount is non-refundable).
This module ensures both operational flexibility and an enjoyable user experience, making it an essential part of the overall poker platform ecosystem.
Last updated