Details: In v1, all movies in the database that cnontain the search keyword will be printed to the console. It would be nice to restrict and add control to the number of movie printed in order to make the output more readable for user. Current behaviour: - An extremely long recommend list is printed when a general/common keyword is entered to generate recommendation (e.g. "English", "James") Expected behaviour: - Display a fixed number (e.g. 10) of movies each time - Add "show more" and "end recommendation" option
How to enhance: - Added to set number of movies displayed per page as 10 - Modified to control display of results Potential affected areas - Recommendation Affected versions - >=v3 Testing steps 1. Enter "2" to select "Film Recommendation" in [System Home] 2. Enter "1" to select "Start New Recommendation" in [Film Recommendation] 3. Enter keyword ("-L english") to process recommendation Expected results - Only 10 movies are printed each time Testing results - Only 10 movies are printed each time