mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 20:54:11 +00:00
docs: add YouTube thumbnail download to documentation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6ffe6e756c
commit
8907653744
2 changed files with 10 additions and 3 deletions
|
|
@ -448,6 +448,7 @@ Das System unterstützt Deutsch (default) und Englisch:
|
||||||
- **Community Sync:** https://pl.porwoll.tech/api/community/sync (POST: Trigger, GET: Status)
|
- **Community Sync:** https://pl.porwoll.tech/api/community/sync (POST: Trigger, GET: Status)
|
||||||
- **Community Stats:** https://pl.porwoll.tech/api/community/stats (GET, Auth erforderlich)
|
- **Community Stats:** https://pl.porwoll.tech/api/community/stats (GET, Auth erforderlich)
|
||||||
- **Meta OAuth:** https://pl.porwoll.tech/api/auth/meta (GET, startet OAuth-Flow)
|
- **Meta OAuth:** https://pl.porwoll.tech/api/auth/meta (GET, startet OAuth-Flow)
|
||||||
|
- **YouTube Thumbnail Bulk:** https://pl.porwoll.tech/api/youtube/thumbnails/bulk (POST, Super-Admin)
|
||||||
|
|
||||||
## Security-Features
|
## Security-Features
|
||||||
|
|
||||||
|
|
@ -1489,4 +1490,4 @@ ssh payload@162.55.85.18
|
||||||
### Scripts & Backup
|
### Scripts & Backup
|
||||||
- `scripts/backup/README.md` - Backup-System Dokumentation
|
- `scripts/backup/README.md` - Backup-System Dokumentation
|
||||||
|
|
||||||
*Letzte Aktualisierung: 13.02.2026 (Community Management Doku, Sync-Endpoint Fix: UnifiedSyncService statt YouTube-only)*
|
*Letzte Aktualisierung: 14.02.2026 (YouTube Thumbnail-Download, Bulk-Endpoint, Channel-Image-Hook)*
|
||||||
|
|
|
||||||
|
|
@ -121,7 +121,7 @@ Organisation: **complexcaresolutions** (Internal)
|
||||||
| Priorität | Aufgabe | Status |
|
| Priorität | Aufgabe | Status |
|
||||||
|-----------|---------|--------|
|
|-----------|---------|--------|
|
||||||
| ✅ | Meta (Facebook/Instagram) Kommentar-Sync | Erledigt |
|
| ✅ | Meta (Facebook/Instagram) Kommentar-Sync | Erledigt |
|
||||||
| 🟡 | YouTube Thumbnail-Download für Offline-Anzeige | Geplant |
|
| ✅ | YouTube Thumbnail-Download für Offline-Anzeige | Erledigt |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -130,7 +130,7 @@ Organisation: **complexcaresolutions** (Internal)
|
||||||
### Kurzfristig (diese Woche)
|
### Kurzfristig (diese Woche)
|
||||||
|
|
||||||
1. [x] ~~Meta (Facebook/Instagram) Kommentar-Synchronisation fertigstellen~~
|
1. [x] ~~Meta (Facebook/Instagram) Kommentar-Synchronisation fertigstellen~~
|
||||||
2. [ ] YouTube Thumbnail-Download für Offline-Anzeige
|
2. [x] ~~YouTube Thumbnail-Download für Offline-Anzeige~~
|
||||||
|
|
||||||
### Mittelfristig (Februar/März 2026)
|
### Mittelfristig (Februar/März 2026)
|
||||||
|
|
||||||
|
|
@ -206,6 +206,12 @@ pm2 logs payload
|
||||||
## 📝 Änderungsprotokoll
|
## 📝 Änderungsprotokoll
|
||||||
|
|
||||||
### 14.02.2026
|
### 14.02.2026
|
||||||
|
- **YouTube Thumbnail-Download implementiert:**
|
||||||
|
- `downloadAndUploadImage()` Utility für Bild-Download → Payload Media
|
||||||
|
- afterChange Hook auf YouTubeContent: Auto-Download bei leerem Thumbnail
|
||||||
|
- afterChange Hook auf YouTubeChannels: Auto-Download Kanalbild
|
||||||
|
- Bulk-Endpoint: `POST /api/youtube/thumbnails/bulk` (Super-Admin)
|
||||||
|
- `channelThumbnailUrl` Feld zu YouTubeChannels hinzugefügt
|
||||||
- **Meta Kommentar-Sync abgeschlossen:**
|
- **Meta Kommentar-Sync abgeschlossen:**
|
||||||
- `/api/community/sync` verwendet jetzt UnifiedSyncService (alle Plattformen)
|
- `/api/community/sync` verwendet jetzt UnifiedSyncService (alle Plattformen)
|
||||||
- Vorher: Nur YouTube-Sync über Legacy-Service
|
- Vorher: Nur YouTube-Sync über Legacy-Service
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue