-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Home Page should have different kinds of serving types:
- Top Liked Papers and Blogs
- Top Discussed Papers and Blogs
- Latest papers and blogs
- Trending papers and blogs (a mix of latest, top liked and top discussed 33.33% each)
There should not be all papers or all blogs which are returned, a 50/50 split between papers and blogs will be good. It will be good to support lazy loading.
Describe the solution you'd like
Write methods will be invoked on each of these HTTP requests:
http://ip of the application instance
/home/discussed
http://ip of the application instance
/home/liked
http://ip of the application instance
/home/trending
http://ip of the application instance
/home/latest
under /src/main/service
Describe alternatives you've considered
I don't know.
Additional context
Good to have tests written.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request