bounswe / 2021SpringGroup11

Welcome to our github repository. We are 11th group of CMPE451 Fundamentals of Software Engineering course. We will work on a software project as a team throughout this term.
http://bounswe11.com.s3-website.us-east-2.amazonaws.com/
4 stars 0 forks source link

Implement user-specific Activity Stream endpoint #323

Closed SelmanB closed 2 years ago

SelmanB commented 2 years ago

An endpoint that gives the activity streams to be displayed for a specific user should be created. The format and the specification in #322 must be followed but the output given this time must be filtered to include only those items that the user may be willing to see. For those relationships between the user and the event, outputs given by the functionalities specified in #215 and #259 can be used.

SelmanB commented 2 years ago

The requested functionality is implemented in this commit

SelmanB commented 2 years ago

The pull request about this feature is #391

SelmanB commented 2 years ago

Here is a screenshot for an example call by a logged in user with username "a": image

SelmanB commented 2 years ago

Feature is reviwed, approved and merged in #391