Overview
Operapedia allows supervisors to manage gaming company information across multiple partners. Each company contains credentials, payment methods, promotions, and other critical operational data.Company management requires supervisor access and edit mode to be enabled.
Creating a New Company
Supervisors can create new companies with full configuration options.Enable Edit Mode
Click the Edit button in the navbar and enter the admin password (Once authenticated, the session is saved in
superctrl2023).operapedia/app.js
localStorage so you won’t need to re-enter it.Open Create Company Modal
Click the ➕ Nueva compañía button in the sidebar. This button is only visible when edit mode is active.The modal includes:
- Company name (required, validated for duplicates)
- Color identifier (hex color picker + 12 preset colors)
- Partner/License selection (Dragon, Tierlock, Taparcadia, Wysaro)
- Optional: Clone games from existing company in the same partner
Configure Company Details
Fill in the required fields:Company Name: Must be unique across all companiesColor Identifier: Choose a color for visual distinction in the sidebar. You can:
- Enter a hex color manually
- Select from 12 preset colors with live preview
- 🐲 Dragon
- 🔒 Tierlock
- 🎮 Taparcadia
- ⭐ Wysaro
Add Initial Games (Optional)
After selecting a partner, you can clone games from an existing company:
- Select a company from the dropdown (filtered by same partner)
- The system copies: game name, username, and link
- You can manually add or remove games before creating
- Each game row includes: Name, Username, Link fields
Editing Company Information
Once a company is selected, you can edit its information across 8 tabs.Company Header
The company header displays:- Company name with color bar indicator
- Partner badge (e.g., 🐲 Dragon)
- Delete button (supervisor only, requires password confirmation)
- Changing Partner
- Deleting Company
In edit mode, click the partner badge to open a dropdown selector:Changes are saved immediately without requiring a manual save action.
operapedia/app.js
8 Information Tabs
Each company has 8 tabs for organizing different types of information:| Tab | Icon | Purpose |
|---|---|---|
| Credenciales | 🎮 | Game credentials with username/password |
| Depósito | 💰 | Deposit payment methods and limits |
| Cashout | 💸 | Withdrawal methods and limits |
| Consideraciones | 📋 | Cashout considerations and notes |
| Promociones | 🎁 | Active promotions and offers |
| Términos | 📜 | Terms and conditions URL or text |
| Canales | 📞 | Support channels (email, chat, phone) |
| Notas | 📝 | Timeline of internal notes |
See the dedicated guides for Credentials, Payment Methods, and Catalog for detailed tab usage.
Firebase Data Structure
Companies are stored in Firebase Realtime Database with this structure:Search and Filtering
Sidebar Search
The sidebar includes a search box (#sidebarSearch) that filters companies in real-time by name.
Partner Filtering
Filter companies by partner using chips in the global omnibar. Active filters:- Persist in
localStorageasoperapediaPartnerFilters - Also filter the sidebar company list
- Work in conjunction with category filters
Best Practices
Naming Conventions
Naming Conventions
- Use official company names
- Include region/market if multiple versions exist (e.g., “Company BR”, “Company MX”)
- Avoid special characters that may cause display issues
Color Selection
Color Selection
- Choose distinct colors for easy visual identification
- Avoid similar colors for companies you frequently switch between
- Consider using partner-specific color themes
Partner Organization
Partner Organization
- Group related companies under the same partner
- Use partner filtering to focus on specific license groups
- Import games from similar companies within the same partner
Data Completeness
Data Completeness
- Fill in all 8 tabs for comprehensive company information
- Keep payment methods updated with current limits
- Add notes for any special procedures or recent changes
Troubleshooting
Cannot See Create Company Button
Cannot See Create Company Button
Company Name Already Exists
Company Name Already Exists
Company names must be unique. If you receive a duplicate error:
- Check if the company already exists in the sidebar
- Add a distinguishing suffix (region, partner, etc.)
- Consider if this is truly a new company or should be merged
Partner Badge Not Clickable
Partner Badge Not Clickable
The partner badge is only editable when:
- Edit mode is active
- A company is selected
- You have supervisor permissions
Delete Button Missing
Delete Button Missing