georg-wolflein / CS5052-Spark

0 stars 0 forks source link

Frontend #3

Closed komodo108 closed 3 years ago

komodo108 commented 3 years ago

Implement a frontend to interact with the dataset & see visualisations. Perhaps use d3.js to provide for visualisations & react.js.

Task List

komodo108 commented 3 years ago

Below is my idea on the search interface, what do you think of this @georgw777?

Search Interface

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:

Advanced 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.