We don't want to re-invent the wheel, but create a simple, clean design. Our role model will be apple.
Technical Specs
- Bootstrap 4 only (no Bootstrap 4 or Koi)
- The view "Channel" has 1 content-item (no list) and that is a Channel-entity
List of Podcasts
As of now, we will not have a list-of-podcasts page, as all our customers don't need that (they only have 1 cast). So for now, we'll just create a details page for a single podcast.
Single Podcast with many Episodes
We'll make it look like this:
Left Part with Channel Description
- Channel image
- the episode count
- no play button as of now, as we won't have time to develop something that plays the list
- Description of the channel
Note that this would be on top on mobile views.
Right part Header
- Channel Name
- Author name
- Category
- no ratings, as we don't have any
- Buttons to open in the common mobile apps
- "RSS" button to load the rss-feed (instead of the export in the screenshot)
Right Part List of Episodes
Each episode shows
- Date
- Title
- Description
- Play / Pause button
- Length
We won't provide an "episode details" button, as we don't want to create that view as of now