Update ROADMAP.md
This commit is contained in:
24
ROADMAP.md
24
ROADMAP.md
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## 🇩🇰 Dansk version
|
## 🇩🇰 Dansk version
|
||||||
|
|
||||||
### v1.0.0 — Basisudgave
|
### v0.0.1 — Basisudgave
|
||||||
- \[x] Login-system med lokale brugere (MySQL)
|
- \[x] Login-system med lokale brugere (MySQL)
|
||||||
- \[x] Roller: SU-Admin, Moderator, Redaktør
|
- \[x] Roller: SU-Admin, Moderator, Redaktør
|
||||||
- \[x] Dashboard med stub-funktioner
|
- \[x] Dashboard med stub-funktioner
|
||||||
@@ -10,35 +10,35 @@
|
|||||||
- \[x] Database schema + seed
|
- \[x] Database schema + seed
|
||||||
|
|
||||||
|
|
||||||
### v1.1.0 — Moderation \& Chatlog
|
### v0.1.0 — Moderation \& Chatlog
|
||||||
- \[ ] Tilføj chatlog (1 måneds historik)
|
- \[ ] Tilføj chatlog (1 måneds historik)
|
||||||
- \[ ] Oversigt over bans og timeouts
|
- \[ ] Oversigt over bans og timeouts
|
||||||
- \[ ] Rolle-baserede rettigheder for moderation
|
- \[ ] Rolle-baserede rettigheder for moderation
|
||||||
- \[ ] Audit-log udbygget med flere hændelser
|
- \[ ] Audit-log udbygget med flere hændelser
|
||||||
|
|
||||||
|
|
||||||
### v1.2.0 — Kommandoer, Timere \& Events
|
### v0.1.2 — Kommandoer, Timere \& Events
|
||||||
- \[ ] Fuldt CRUD for kommandoer (koblet til Mix It Up API)
|
- \[ ] Fuldt CRUD for kommandoer (koblet til Mix It Up API)
|
||||||
- \[ ] CRUD for timere
|
- \[ ] CRUD for timere
|
||||||
- \[ ] CRUD for event-kommandoer
|
- \[ ] CRUD for event-kommandoer
|
||||||
- \[ ] Synkronisering med Mix It Up i realtid
|
- \[ ] Synkronisering med Mix It Up i realtid
|
||||||
|
|
||||||
|
|
||||||
### v1.3.0 — Overlays \& Stream Control
|
### v0.1.3 — Overlays \& Stream Control
|
||||||
- \[ ] CRUD for overlays
|
- \[ ] CRUD for overlays
|
||||||
- \[ ] Mulighed for at ændre stream-title direkte fra dashboard
|
- \[ ] Mulighed for at ændre stream-title direkte fra dashboard
|
||||||
- \[ ] Raid-funktion via webinterface
|
- \[ ] Raid-funktion via webinterface
|
||||||
- \[ ] Grundlæggende stream-statistik (subs, follows, viewers)
|
- \[ ] Grundlæggende stream-statistik (subs, follows, viewers)
|
||||||
|
|
||||||
|
|
||||||
### v1.4.0 — Udvidelser
|
### v0.1.4 — Udvidelser
|
||||||
- \[ ] Brugerstyring (CRUD: opret/slet/rediger brugere + reset passwords)
|
- \[ ] Brugerstyring (CRUD: opret/slet/rediger brugere + reset passwords)
|
||||||
- \[ ] Ekstra filtyper i file-editor (fx `.md`, `.json`)
|
- \[ ] Ekstra filtyper i file-editor (fx `.md`, `.json`)
|
||||||
- \[ ] Analytics-side (bedre grafer og statistik)
|
- \[ ] Analytics-side (bedre grafer og statistik)
|
||||||
- \[ ] Eksport af chatlog til CSV
|
- \[ ] Eksport af chatlog til CSV
|
||||||
|
|
||||||
|
|
||||||
### v2.0.0 — Fremtid
|
### v1.0.0 — Fremtid
|
||||||
- \[ ] Twitch OAuth-login (skifte fra lokale brugere til Twitch API)
|
- \[ ] Twitch OAuth-login (skifte fra lokale brugere til Twitch API)
|
||||||
- \[ ] Mulighed for multi-channel support
|
- \[ ] Mulighed for multi-channel support
|
||||||
- \[ ] Udvidet sikkerhed (2FA, rate-limiting, logging)
|
- \[ ] Udvidet sikkerhed (2FA, rate-limiting, logging)
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
## 🇬🇧 English version
|
## 🇬🇧 English version
|
||||||
|
|
||||||
### v1.0.0 — Base release
|
### v0.0.1 — Base release
|
||||||
- \[x] Login system with local users (MySQL)
|
- \[x] Login system with local users (MySQL)
|
||||||
- \[x] Roles: SU-Admin, Moderator, Editor
|
- \[x] Roles: SU-Admin, Moderator, Editor
|
||||||
- \[x] Dashboard with stub functions
|
- \[x] Dashboard with stub functions
|
||||||
@@ -55,35 +55,35 @@
|
|||||||
- \[x] Database schema + seed
|
- \[x] Database schema + seed
|
||||||
|
|
||||||
|
|
||||||
### v1.1.0 — Moderation \& Chatlog
|
### v0.1.0 — Moderation \& Chatlog
|
||||||
- \[ ] Add chatlog (1 month history)
|
- \[ ] Add chatlog (1 month history)
|
||||||
- \[ ] Overview of bans and timeouts
|
- \[ ] Overview of bans and timeouts
|
||||||
- \[ ] Role-based permissions for moderation
|
- \[ ] Role-based permissions for moderation
|
||||||
- \[ ] Extended audit logging
|
- \[ ] Extended audit logging
|
||||||
|
|
||||||
|
|
||||||
### v1.2.0 — Commands, Timers \& Events
|
### v0.1.2 — Commands, Timers \& Events
|
||||||
- \[ ] Full CRUD for commands (integrated with Mix It Up API)
|
- \[ ] Full CRUD for commands (integrated with Mix It Up API)
|
||||||
- \[ ] CRUD for timers
|
- \[ ] CRUD for timers
|
||||||
- \[ ] CRUD for event commands
|
- \[ ] CRUD for event commands
|
||||||
- \[ ] Real-time sync with Mix It Up
|
- \[ ] Real-time sync with Mix It Up
|
||||||
|
|
||||||
|
|
||||||
### v1.3.0 — Overlays \& Stream Control
|
### v0.1.3 — Overlays \& Stream Control
|
||||||
- \[ ] CRUD for overlays
|
- \[ ] CRUD for overlays
|
||||||
- \[ ] Ability to change stream title from dashboard
|
- \[ ] Ability to change stream title from dashboard
|
||||||
- \[ ] Raid function via web interface
|
- \[ ] Raid function via web interface
|
||||||
- \[ ] Basic stream statistics (subs, follows, viewers)
|
- \[ ] Basic stream statistics (subs, follows, viewers)
|
||||||
|
|
||||||
|
|
||||||
### v1.4.0 — Extensions
|
### v0.1.4 — Extensions
|
||||||
- \[ ] User management (CRUD: create/delete/edit users + reset passwords)
|
- \[ ] User management (CRUD: create/delete/edit users + reset passwords)
|
||||||
- \[ ] Extra file types in file editor (e.g., `.md`, `.json`)
|
- \[ ] Extra file types in file editor (e.g., `.md`, `.json`)
|
||||||
- \[ ] Analytics page (charts and stream metrics)
|
- \[ ] Analytics page (charts and stream metrics)
|
||||||
- \[ ] Export chatlog to CSV
|
- \[ ] Export chatlog to CSV
|
||||||
|
|
||||||
|
|
||||||
### v2.0.0 — Future
|
### v1.0.0 — Future
|
||||||
- \[ ] Twitch OAuth login (replace local users with Twitch API)
|
- \[ ] Twitch OAuth login (replace local users with Twitch API)
|
||||||
- \[ ] Multi-channel support
|
- \[ ] Multi-channel support
|
||||||
- \[ ] Extended security (2FA, rate limiting, detailed logs)
|
- \[ ] Extended security (2FA, rate limiting, detailed logs)
|
||||||
|
|||||||
Reference in New Issue
Block a user