Real-Dev-Squad / website-backend

The backend code for all our website-related apps
https://api.realdevsquad.com/
MIT License
46 stars 201 forks source link

backend: logs route for activity feed #1970

Closed palakgupta2712 closed 3 months ago

palakgupta2712 commented 3 months ago

Date: 14/03/24

Developer Name: Palak Gupta (palakgupta2712)


Issue Ticket Number

closes https://github.com/Real-Dev-Squad/website-dashboard/issues/700

Description

/logs route will fetch all the logs from logs collection /logs?format=feed route - will return the formatted log for activity feed

Documentation Updated?

Under Feature Flag

Database Changes

Breaking Changes

Development Tested?

Screenshots

Screenshot 1 /logs route will fetch all the logs from logs collection image /logs?format=feed route - will return the formatted log for activity feed image

Test Coverage

Test Coverage covered in https://github.com/Real-Dev-Squad/website-backend/pull/1976

Additional Notes