feat: Review-Builder — Word-Datei + Bilder hochladen, LLM-strukturiert HTML bauen
- GET /review-builder: Upload-Formular (Word .docx + Bilder Drag/Drop + Metadaten)
- POST /review-builder/build: Word parsen → LLM (DeepSeek Flash) strukturiert
Teaser/Spielerklärung/Fazit → HTML bauen → im Workspace speichern
- Bild-Resize: 1920x1080 @ 72dpi (PIL), Bilderverzeichnis/01/{buchstabe}/{spiel}/
- review_config.json: 25+ Autoren, 5 Disclosures, 5 Rubriken, Komplexitätsstufen
- Live-Publish via Joomla-API optional (Button: Vorschau / Veröffentlichen)
- Link im Dashboard: 📝 Review-Builder
This commit is contained in:
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"Cozy Sticker Ville": {
|
||||
"bgg_id": 456440,
|
||||
"rating": 8.3,
|
||||
"weight": 1.20,
|
||||
"year": 2026,
|
||||
"players": "1-6",
|
||||
"playingtime": 30,
|
||||
"age": 8,
|
||||
"bgg_url": "https://boardgamegeek.com/boardgame/456440"
|
||||
},
|
||||
"Dito!": {
|
||||
"bgg_id": 400495,
|
||||
"rating": 7.3,
|
||||
"weight": 1.10,
|
||||
"year": 2024,
|
||||
"players": "4-7",
|
||||
"playingtime": 30,
|
||||
"age": 10,
|
||||
"bgg_url": "https://boardgamegeek.com/boardgame/400495"
|
||||
},
|
||||
"Morty Sorty Magic Shop": {
|
||||
"bgg_id": 462742,
|
||||
"rating": 7.1,
|
||||
"weight": 1.57,
|
||||
"year": 2026,
|
||||
"players": "2-4",
|
||||
"playingtime": 30,
|
||||
"age": 8,
|
||||
"bgg_url": "https://boardgamegeek.com/boardgame/462742"
|
||||
},
|
||||
"BUH PARTY": {
|
||||
"bgg_id": 454722,
|
||||
"rating": 6.5,
|
||||
"weight": 1.00,
|
||||
"year": 2025,
|
||||
"players": "2-6",
|
||||
"playingtime": 10,
|
||||
"age": 5,
|
||||
"bgg_url": "https://boardgamegeek.com/boardgame/454722"
|
||||
},
|
||||
"Die Insel der Mookies": {
|
||||
"bgg_id": 435346,
|
||||
"rating": 7.3,
|
||||
"weight": 1.00,
|
||||
"year": 2025,
|
||||
"players": "2",
|
||||
"playingtime": 10,
|
||||
"age": 4,
|
||||
"bgg_url": "https://boardgamegeek.com/boardgame/435346"
|
||||
},
|
||||
"Verflixt verzaubert": {
|
||||
"bgg_id": 420360,
|
||||
"rating": 7.6,
|
||||
"weight": 1.00,
|
||||
"year": 2024,
|
||||
"players": "2-4",
|
||||
"playingtime": 15,
|
||||
"age": 5,
|
||||
"bgg_url": "https://boardgamegeek.com/boardgame/420360"
|
||||
},
|
||||
"Boss Fighters QR": {
|
||||
"bgg_id": 454672,
|
||||
"rating": 8.0,
|
||||
"weight": 2.13,
|
||||
"year": 2025,
|
||||
"players": "2-4",
|
||||
"playingtime": 40,
|
||||
"age": 10,
|
||||
"bgg_url": "https://boardgamegeek.com/boardgame/454672"
|
||||
},
|
||||
"Moon Colony Bloodbath": {
|
||||
"bgg_id": 425549,
|
||||
"rating": 7.6,
|
||||
"weight": 2.12,
|
||||
"year": 2025,
|
||||
"players": "1-5",
|
||||
"playingtime": 45,
|
||||
"age": 14,
|
||||
"bgg_url": "https://boardgamegeek.com/boardgame/425549"
|
||||
},
|
||||
"Rebirth": {
|
||||
"bgg_id": 417197,
|
||||
"rating": 7.8,
|
||||
"weight": 2.00,
|
||||
"year": 2024,
|
||||
"players": "2-4",
|
||||
"playingtime": 45,
|
||||
"age": 10,
|
||||
"bgg_url": "https://boardgamegeek.com/boardgame/417197"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user