Shows, Episodes, Hosts, & Guests #310
Replies: 2 comments
-
Show Hosts should still exist, as it documents the "current" host of any show; and makes displaying show information trivial. However, what if we change the host over time? It may not always be me. Allocating roles to videos would make this a solid improvement, but I do understand I'm preparing for circumstances that may not exist for many months, year, or perhaps never. |
Beta Was this translation helpful? Give feedback.
-
Here's a proposed approach that provides both current functionality and future flexibility: Instead of creating a separate Each
This approach:
The existing show-hosts service should remain as it serves the specific purpose of documenting current show hosts, making show information displays straightforward. This structure gives flexibility for future scenarios like:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I likely took a slightly naive approach to this on the first pass, but now I want to make sure we get something correct that works long term.
Currently, we have:
Where:
Now I want to add Episode Guests.
I started to implement this with a service called
episode-guests
like we did forshow-hosts
.However, it made me think.
Should we actually be having a cast list for each video, where each person has a "role"?
Beta Was this translation helpful? Give feedback.
All reactions