Episode: post.content / post.shownotes / post.description konsolidieren #28
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
Reviewed/Confirmed
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Status/Abandoned
Status/Blocked
Status/Need More Info
Status/Needs-v00-Abnahme
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Zentonic/zentonic-publisher#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
███░░░░░░░███████░░░██████░░░░█████████░███████░░░Befund
In Templates uneinheitlich:
episode.html:{{ post.shownotes|markdown }}und{{ post.description }}player.html:{{ post.content }}post.html:{{ post.description }}In
episode.jsonaktuell:.description+.contentparallel.Ziel
Festes Schema (passend zu Issue #5 — neues Datenmodell):
summary— Kurzbeschreibung (1-2 Sätze, plaintext)shownotes_md— voller Markdownshownotes_html— gerendertes HTMLcontentrausTemplates konsequent darauf umstellen.
Setzt #5 voraus.