Bug 271

Summary: [RecommendSys] Better the display of recommend list
Product: MovieXXX Reporter: tomfong521
Component: MovieAnalysisEngineAssignee: salinang3-c
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: 2.0   
Hardware: PC   
OS: Windows   
Deadline: 2018-11-24   

Description tomfong521 2018-11-30 00:11:53 HKT
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
Comment 1 salinang3-c 2018-11-30 01:21:55 HKT
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