docs: align FEATURE_STATUS.md with actual code state
CLN-05: Corrected OAuth status (Discord/Spotify not implemented), HLS streaming (integration in progress), Chat (partial). Added erratum section for v0.404 audit.
This commit is contained in:
parent
13bde80a65
commit
4e72fe5fda
1 changed files with 13 additions and 3 deletions
|
|
@ -10,12 +10,12 @@ Ce document décrit le statut réel des fonctionnalités par rapport au code.
|
|||
|---------|----------|---------|-------|
|
||||
| Auth (register, login, JWT, refresh) | Oui | Oui | Complet |
|
||||
| 2FA (TOTP) | Oui | Oui | Complet |
|
||||
| OAuth (Google, GitHub, Discord, Spotify) | Oui | Oui | v0.103 (A1) |
|
||||
| OAuth (Google, GitHub, Discord, Spotify) | Oui | Oui | Google, GitHub opérationnels ; Discord, Spotify non implémentés |
|
||||
| Profils utilisateur | Oui | Oui | Bannière, liens sociaux, profil privé (v0.103 B1-B3) |
|
||||
| Upload de tracks | Oui | Oui | Complet |
|
||||
| CRUD Tracks | Oui | Oui | Complet — BPM, musical_key, lyrics, tags (v0.201 Lot E) |
|
||||
| Playlists (CRUD, collaboration) | Oui | Oui | Complet |
|
||||
| Chat WebSocket | Oui | Oui | Complet (Chat Server doit être démarré) |
|
||||
| Chat WebSocket | Oui | Oui | Partiel (requiert chat server démarré) |
|
||||
| Dashboard | Oui | Oui | GET /api/v1/dashboard |
|
||||
| Recherche | Oui | Oui | GET /search unifié, GET /tracks/search. v0.202 : musical_key, tri pertinence. v0.203 : pg_trgm fuzzy, AND/OR/NOT, tooltip aide |
|
||||
| Social (feed, posts, groups, follows, blocks, trending) | Oui | Oui | v0.301 : feed API, explore. v0.302 : groupes avancés (request join, invite, rôles, mes groupes) |
|
||||
|
|
@ -40,7 +40,7 @@ Ce document décrit le statut réel des fonctionnalités par rapport au code.
|
|||
|
||||
| Feature | Flag | Backend |
|
||||
|---------|------|---------|
|
||||
| HLS Streaming | `HLS_STREAMING: true` (v0.101) | Opérationnel — Backend /tracks/:id/hls/info, /status ; Stream Server /hls/:track_id/master.m3u8 |
|
||||
| HLS Streaming | `HLS_STREAMING: true` (v0.101) | En intégration (v0.404) — Backend /tracks/:id/hls/info, /status ; Stream Server /hls/:track_id/master.m3u8 |
|
||||
| Role Management | `ROLE_MANAGEMENT` | Opérationnel si activé |
|
||||
| Playlist Share | `PLAYLIST_SHARE: true` (v0.102) | Opérationnel |
|
||||
| Playlist Recommendations | `PLAYLIST_RECOMMENDATIONS: true` (v0.102) | Opérationnel |
|
||||
|
|
@ -136,3 +136,13 @@ Voir [V0_403_RELEASE_SCOPE.md](V0_403_RELEASE_SCOPE.md) pour le détail.
|
|||
|--------|--------|
|
||||
| **veza-mobile** | Abandonné—35+ erreurs critiques, non fonctionnel |
|
||||
| **packages/design-system** | Sous-utilisé—seul le CSS importé, pas les composants |
|
||||
|
||||
---
|
||||
|
||||
## Erratum v0.404
|
||||
|
||||
Les corrections suivantes ont été apportées lors de l'audit de stabilisation v0.404 :
|
||||
|
||||
- **OAuth Discord/Spotify** : indiqués auparavant comme opérationnels ; en réalité non implémentés.
|
||||
- **HLS Streaming** : indiqué auparavant comme opérationnel ; en réalité en intégration (v0.404).
|
||||
- **Chat** : indiqué auparavant comme complet ; statut corrigé en partiel (requiert chat server démarré).
|
||||
|
|
|
|||
Loading…
Reference in a new issue