ita-social-projects / dokazovi-be

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

Change code of filterByDate function #503

Closed mvalchyshen closed 2 years ago

mvalchyshen commented 2 years ago

Story link #100 Story

Task description

Change code of filterByDate function (optimization process)

To do

    • [x] Change type of parameter with name "startDate" and "endDate" from String to LocalDateTime
    • [x] Delete the method because it is not needed anymore
    • [x] Update PostServiceImplTest class.