Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

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

Open
mattstratton opened this issue Nov 12, 2014 · 0 comments
Open

Comments

@mattstratton
Copy link
Member

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant