Implement episodes as a separate data structure #9
Loading…
x
Reference in New Issue
Block a user
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?
Move the existing episode metadata items into a strongly-typed structure. Include spots for #5 and #8 here as well. This will make things much less complex as we look to expand into implementing more episode items, and allows us to provide specific validation for these items.
This issue will cover not only the data changes for this, but also implementing it in the post edit UI and the feed generation.
This will also implement the
podcast:season
andpodcast:episode
entries for episodes.This is complete.