92 lines
2.2 KiB
Markdown
92 lines
2.2 KiB
Markdown
# Roadmap – Twitch PHP Bot
|
||
|
||
## ✅ Færdig (v0.0.1)
|
||
- \[x] PHP-socket Twitch bot
|
||
- \[x] Dashboard (index)
|
||
- \[x] Kommandoer, timers, points
|
||
- \[x] Polls, giveaways, raffle, slots, bets
|
||
- \[x] SSE/WebSocket live log
|
||
- \[x] Helix API (subs, bits, mods, VIPs)
|
||
- \[x] Login + rettigheder (Admin, Mod, User)
|
||
- \[x] Indstillinger + watchdog
|
||
- \[x] SQLite database
|
||
|
||
---
|
||
|
||
## 🚧 Næste versioner
|
||
|
||
### v0.1.1 – QoL + UI
|
||
- \[ ] Søgning og sortering i kommandoer
|
||
- \[ ] Hurtigtest-knap for kommandoer
|
||
- \[ ] Bedre placeholder-dokumentation
|
||
- \[ ] Auto-start af bot ved login
|
||
|
||
### v0.1.2 – Stats & overlay
|
||
- \[ ] Visning af subs/follows/bits i overlay
|
||
- \[ ] Uptime-graf og streamhistorik
|
||
- \[ ] Points-leaderboard
|
||
|
||
### v0.1.3 – Integration
|
||
- \[ ] OBS websocket integration
|
||
- \[ ] Discord webhook for events
|
||
- \[ ] Mobile-friendly design
|
||
|
||
### v2.0.0 – Multi-channel support
|
||
- \[ ] Kør flere kanaler fra samme webinterface
|
||
- \[ ] Adskilt databaser og logs
|
||
|
||
---
|
||
|
||
## 🧠 Idéer
|
||
- \[ ] GUI editor for poll og giveaway
|
||
- \[ ] Export/import af kommandoer
|
||
- \[ ] Backup/restore via zip
|
||
- \[ ] API for eksterne systemer
|
||
|
||
---
|
||
|
||
#English
|
||
|
||
Roadmap – Twitch PHP Bot
|
||
##✅ Completed (v0.0.1)
|
||
- \[x] PHP socket-based Twitch bot
|
||
- \[x] Dashboard (index)
|
||
- \[x] Commands, timers, points
|
||
- \[x] Polls, giveaways, raffle, slots, bets
|
||
- \[x] SSE/WebSocket live log
|
||
- \[x] Helix API (subs, bits, mods, VIPs)
|
||
- \[x] Login + permissions (Admin, Mod, User)
|
||
- \[x] Settings + watchdog
|
||
- \[x] SQLite database
|
||
|
||
##🚧 Upcoming Versions
|
||
|
||
|
||
##v0.1.1 – QoL + UI
|
||
- \[ ] Search and sorting for commands
|
||
- \[ ] Quick test button for commands
|
||
- \[ ] Improved placeholder documentation
|
||
- \[ ] Auto-start bot on login
|
||
|
||
##v0.1.2 – Stats & Overlay
|
||
- \[ ] Display subs/follows/bits in overlay
|
||
- \[ ] Uptime graph and stream history
|
||
- \[ ] Points leaderboard
|
||
|
||
##v0.1.3 – Integration
|
||
- \[ ] OBS WebSocket integration
|
||
- \[ ] Discord webhook for events
|
||
- \[ ] Mobile-friendly design
|
||
|
||
##v2.0.0 – Multi-Channel Support
|
||
- \[ ] Run multiple channels from the same web interface
|
||
- \[ ] Separate databases and logs
|
||
|
||
---
|
||
|
||
|
||
🧠 Ideas
|
||
- \[ ] GUI editor for polls and giveaways
|
||
- \[ ] Export/import of commands
|
||
- \[ ] Backup/restore via ZIP
|
||
- \[ ] API for external systems |