Episode: Podlove-Player aus echten Daten (Datum + Contributors) #27

Closed
opened 2026-05-31 22:01:01 +02:00 by holm · 0 comments
Owner
Dimension Bewertung Einschätzung
Aufwand ███░░░░░░░ Niedrig-mittel — Template-Variablen statt Dummy
Nutzen ██████████ Maximal — aktuell zeigt der Player FREMDE DATEN
Bruchhäufigkeit ██████████ Maximal — jede Episode betroffen
Nachhaltigkeit █████████░ Sehr hoch
Dringlichkeit ██████████ Critical

Befund

templates/zentonic22_tailwind/player.html:

  • Zeile 19: publicationDate: '2016-02-11T03:13:55+00:00' — hartkodiert (!!)
  • Zeilen 44-50: contributors: [{name: 'holm', avatar: 'https://freakshow.fm/.../tim-pritlove_150x150.jpg', ...}] — TIM PRITLOVE AVATAR aus freakshow.fm hartkodiert (!!!)
  • Zeile 41-42: reference.config/share zeigt auf podlove-player.surge.sh (Demo-URL)

Ziel

  • publicationDate aus post.date (ISO-8601)
  • contributors aus post.speakers (loop)
  • reference entfernen oder auf eigene URL
| Dimension | Bewertung | Einschätzung | |---|---|---| | Aufwand | `███░░░░░░░` | Niedrig-mittel — Template-Variablen statt Dummy | | Nutzen | `██████████` | Maximal — aktuell zeigt der Player FREMDE DATEN | | Bruchhäufigkeit | `██████████` | Maximal — jede Episode betroffen | | Nachhaltigkeit | `█████████░` | Sehr hoch | | Dringlichkeit | `██████████` | Critical | ## Befund `templates/zentonic22_tailwind/player.html`: - Zeile 19: `publicationDate: '2016-02-11T03:13:55+00:00'` — hartkodiert (!!) - Zeilen 44-50: `contributors: [{name: 'holm', avatar: 'https://freakshow.fm/.../tim-pritlove_150x150.jpg', ...}]` — TIM PRITLOVE AVATAR aus freakshow.fm hartkodiert (!!!) - Zeile 41-42: `reference.config/share` zeigt auf `podlove-player.surge.sh` (Demo-URL) ## Ziel - `publicationDate` aus `post.date` (ISO-8601) - `contributors` aus `post.speakers` (loop) - `reference` entfernen oder auf eigene URL
holm 2026-05-31 22:01:01 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Zentonic/zentonic-publisher#27
No description provided.