I am building a movie database site and I am wondering in a problem and asking how should I solve this problem.
I have several custom post types movie, actor, person and others. I want to integrate award feature for movies and actors. So I'll be able to assign awards to a movie. Now, when I am assigning an award to a movie, there are several fields:
- Award Name (e.g: oskar, mtv movie award, etc)
- Year (which year the award was given)
- Category (which category, e.g: Best Actor, Best song etc)
- Receipents (which
actors,person(custom post type) won the prize )
So, I should be able to browse to a movie and see the award info (example). If I go to a particular award, I should be able to see the awards by year. If I go to a actor or person profile, I should be able to see which awards they got in which year.
Now help to structure the custom post type / custom taxonomy assignments. How should I assign the awards?