ita-social-projects / dokazovi-be

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

Sort by number of real views #492

Closed mvalchyshen closed 2 years ago

mvalchyshen commented 2 years ago

Story link #325 Story

Task description

make endpoint /all-posts return real views

To do

    • [ ] add functionality to existing method for endpoint /all-posts.
    • [ ] make googleAnalytics return map of Post's id and its number of views.
    • [ ] make postService return page of posts with real views.

Estimating

mvalchyshen commented 2 years ago

done