Update file structure in AI.PROMPT

- Add all current files in web directory
- Include wallet.html, profile.html, privacy.html, member.html
- Update JavaScript files list (player.js, broker.js, overlay-controller.js)
- Document symlinks to js/ and templates/ directories
parent f9a0724c
...@@ -43,10 +43,17 @@ The website serves as the primary interface for two types of users: ...@@ -43,10 +43,17 @@ The website serves as the primary interface for two types of users:
- `index.html` - Main landing page with login/sign-up forms - `index.html` - Main landing page with login/sign-up forms
- `broker.html` - Broker dashboard and API access interface - `broker.html` - Broker dashboard and API access interface
- `player.html` - Player dashboard for betting and video streaming - `player.html` - Player dashboard for betting and video streaming
- `wallet.html` - Wallet management page for deposits/withdrawals
- `profile.html` - User profile and settings page
- `privacy.html` - Privacy policy page
- `member.html` - Member information page
- `styles.css` - Minimalist, modern styling - `styles.css` - Minimalist, modern styling
- `app.js` - Core JavaScript application logic - `app.js` - Core JavaScript application logic (authentication, API calls, navigation)
- `api.js` - API interaction layer for communicating with mbetterc backend - `player.js` - Player-specific functionality (video streaming, betting)
- `video.js` - HLS video player integration - `broker.js` - Broker-specific functionality (API access, documentation)
- `overlay-controller.js` - Video overlay control system
- `js/` - Symlink to shared JavaScript modules (dashboard.js, currency.js, overlay-web-adapter.js)
- `templates/` - Symlink to overlay templates directory
## Design Principles ## Design Principles
- **Minimalist**: Clean, uncluttered interface with essential elements only - **Minimalist**: Clean, uncluttered interface with essential elements only
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment