Skip to content

Responses to Home Page requests #5

@ManishKumarKeshri

Description

@ManishKumarKeshri

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions