catoverse / yellowjobs-backend-service

MIT License
3 stars 5 forks source link

Make a new endpoint [POST]/feedback #19

Closed anshulagx closed 3 years ago

anshulagx commented 3 years ago

[POST]/feedback This endpoint will be used to share analytics data

Events that will be tracked initially

Suggested data model

user-tweet collection

{
 tweetId:
 userId:
 action:enum["share","report","save"]
}

Task