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

Implemented global activity streams endpoint. #390

Closed SelmanB closed 2 years ago

SelmanB commented 2 years ago

An endpoint is created in fulfillment of the issue #322.

notice: A nuance is that this endpoint is defined without any authentication. If the reviewers decide that only authenticated users should be allowed to use it, they can simply uncomment the authentication line (first line in the relevant APIView class)