Step 4 migration: enable API/DB write operations and frontend CRUD
This commit is contained in:
@@ -130,6 +130,12 @@ git pull
|
||||
- trigger `updated_at` sur `games`
|
||||
- endpoints de lecture pour validation: `summary` et `tree`
|
||||
- Etape 3: frontend lit l'API (`/api/catalog/full`) avec fallback `localStorage` si API vide ou indisponible
|
||||
- Etape 4: ecriture active en base via API
|
||||
- POST `/api/catalog/consoles`
|
||||
- POST `/api/catalog/games`
|
||||
- PUT `/api/catalog/games/:id`
|
||||
- DELETE `/api/catalog/games/:id`
|
||||
- POST `/api/catalog/games/:id/toggle-loan`
|
||||
|
||||
## Licence
|
||||
|
||||
|
||||
Reference in New Issue
Block a user