Example Summary
Our domain of the choice is the movie domain.
In this domain, we will be modeling the following entities: movies, their actors, directors, genres, theatres, showtime, and reviews. We plan to populate
our application by crawing the real-world sources such as Yahoo Movies.
We will support the following functionalities supported by the model site:
- finding movies by title, actors, directors, and genres
- finding movies by showtime or location
- retrieving and updating critics and user reviews
As an extra feature, we plan to support movie recommendation, which doesn't exist in the model site:
Based on the user reviews, we will cluster users into the peer groups of
people sharing similar taste.
Each user will then be recommended to the movies evaluated highly by her peer group.