LivingStories-DevTeam / Living-Stories-App

4 stars 1 forks source link

Refactor activity stream controller to communicate with a single endpoint. #54

Closed yavuzsa closed 1 year ago

yavuzsa commented 1 year ago

Current the ActivityController has different endpoints for getting likes, comments and stories. It is better to have a single endpoint which calls other methods to serve its purpose. This way the code would be more readable and maintaineable. See codes in commit 739f90e for more detail.

yavuzsa commented 1 year ago

Satisfied with commit 3370532