abhinav22 / RRS

1 stars 0 forks source link

SearchPage #11

Open abhinav22 opened 11 years ago

abhinav22 commented 11 years ago

Search is performed based on the skill set.Search is performed on a skill set for example Java Programing, then the search results should contain the best resources for Java Programming

Each Search Result is a recommendation,containing the star ratings and the comments,and the search results are arranged from top to bottom,starting from the best resource and ending with the worst.

Each resource comes with two option (a) Add to Resources:On clicking this the resource selected is to be added to the resource list

(b)Discard: This will discard the resource selected.

Search Page

The background of it includes accumulating the resources firstly in the database.For this we intend to consume one or more service online that contains the e-book(resource) information.We then store this e- book information on our mongo servers.And when the user submits the profile, a list of random resources are provided to rate in terms of stars and comments.These ratings and comments are stored again on mongo.

Finally when the search is requested based on the skill set,the resource with the best connections ratings are recommended as search results.

ArchitectureDesign

.

hantsy commented 11 years ago

done a simple version, search user and resource respectively.