LetsMesh / Site

Repository for the Website named Let's Mesh
https://letsmesh.vercel.app
6 stars 2 forks source link

D2.6 GET Account's Conversations with Pagination #349

Open blu3eee opened 1 month ago

blu3eee commented 1 month ago

Story: As a developer, I don't want to return all the account's conversations when accessing data on the endpoint /accounts/:account_id/conversations as it might cause performance issues when the user is having too many conversations.

File: mesh/conversation/views.py - get_account_conversations function

Technical details: