1๏ธโฃ Mission Control: Platforms & Assets
| Platform | Status | Notes |
|---|---|---|
| Website & Forms | โ Live | API integration placeholder for analytics |
| Merch Orders | โ Live | API integration placeholder for Shopify/WooCommerce |
| Social Media | โ Active | API integration placeholder for TikTok/IG |
| Ambassador Signups | โ Live | API integration placeholder for Power of 5 |
| QR Scan Activity | โ Live | API integration placeholder for DuitNow / VIP QR |
2๏ธโฃ Launch Countdown Timers
eBook Launch:
Merdeka Campaign:
3๏ธโฃ VIP Alert System
No VIP activity yet.
4๏ธโฃ Cosmic Oversight Panels
- Top 10 Campaign Links/Posts โ Pull via API
- Revenue Snapshot โ Pull via Shopify / WooCommerce API
- Ambassador Network Map โ Pull via Google Maps / Sheets API
- Campaign Heatmap โ Pull engagement data via API
5๏ธโฃ Live Data Integration Placeholders
Replace the following JS functions with your API fetch calls:
async function fetchMerchOrders() {
// TODO: connect Shopify/WooCommerce API
}
async function fetchAmbassadorSignups() {
// TODO: connect Google Sheets / Forms API
}
async function fetchSocialMetrics() {
// TODO: connect TikTok/IG API
}
async function fetchQRCodeScans() {
// TODO: connect DuitNow / QR code API
}
// Trigger VIP alert automatically based on live data
// Example: if new VIP order, call vipAlert("New VIP Preorder!");