ita-social-projects / dokazovi-be

The platform for verified medical speakers and their recommendations.
MIT License
13 stars 11 forks source link

Create new EndPoint and new method in Services to sending all posts for mobile version #459

Closed KuzmaJava closed 3 years ago

KuzmaJava commented 3 years ago

Task description

Create new EndPoint and new method in package service to sending all posts, not 4 like in service method findLatestByPostTypesAndOrigins but all posts

To do

    • [ ] create the method findLatestByPostTypesAndOriginsForMobile in the class PostService
    • [ ] make the implementation of the method specified in the first paragraph in PostServiceImpl