Bug 271 - [RecommendSys] Better the display of recommend list
Summary: [RecommendSys] Better the display of recommend list
Status: RESOLVED FIXED
Alias: None
Product: MovieXXX
Classification: Unclassified
Component: MovieAnalysisEngine (show other bugs)
Version: 2.0
Hardware: PC Windows
: Normal enhancement
Deadline: 2018-11-24
Assignee: salinang3-c
URL:
Depends on:
Blocks:
 
Reported: 2018-11-30 00:11 HKT by tomfong521
Modified: 2018-11-30 01:21 HKT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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