arresteddevops/ado-website

Check-outs need to be data points related to guest and episode

mattstratton opened this issue · 0 comments

This is a big one, but eventually creates a pretty nice data model for reuse of the components.

Basically, each check-out is an individual entry with item, link, (description). Each check - out has a many to one relationship with episode and also with guest.

So a check out has the episode it is related to, as well as the guest. Then, we can easily do a query to show the check-outs for that episode for a specific guest.

Implementation is the challenge with WordPress data stuff. Having it be a metafield on episode introduces challenges as how do we assign it to the guest? Possible option is to make it a custom post type, which makes for some crazy admin overhead (having to create a post for every single check-out?