Closed yavuzsa closed 1 year ago
For each action the following functions needs to be edited!
Post: StoryController/createStory function
Like: StoryController/likeStory function (check if it is "User liked story!")
Comment: CommentController/addCommentToStory function
Follow: UserController/followUser function
Since we decied to have an Activity table, we must write to this activity table in places where an activity is performed. This issue covers identification of the places where an activity is performed according to our activity definition. Things we consider as activity are: Likes, Comments, Stories, New User Follows by the followed users.