Closed komodo108 closed 3 years ago
Below is my idea on the search interface, what do you think of this @georgw777?
To search through the dataset, we have implemented a permissive search bar to display the results. This search bar allows the user to search using an input box (which controls the actual search query) & a dropdown option list (which controls the mode to search with).
Search methods are as follows:
id
) will display movie & genre statistics about the user with that idids
) will display the movie & genre statistics of the collection of users including their favourite genre as a group
id
) or string (title
) will display the average rating of that movie, as well as the number of users who have watched that moviegenres
) will show the list of movies with that genreAdvanced tasks such as clustering or visualisations of the dataset as a whole will be given in an additional page. The movie recommendations will probably be added to the single user search mode.
Implement a frontend to interact with the dataset & see visualisations. Perhaps use d3.js to provide for visualisations & react.js.
Task List