So somewhat generic question, I was wondering how would you handle friend system with option to send friend request with Accept/Reject, also viewing profile of another user and so on. What I have in mind is 2 ways. Creating a table user and when user register it populated that custom table as well to later use for relation purposes and.
or by storing sender user id and receiver userid with status. And viewing profile via Id by using custom appwrite function.
Or using table with only public data that will get populated on register. what approach would you take since app is heavily related around user interaction with each other, chat , calls, channels and so on. Thank you !
Recommended threads
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.
- Current User is Not authorized
recreating same Thread
- Account Status
Hello! I'm a student and am in the GitHub Student Organization, and according to GitHub, I am recieving pro membership via the Student Dev Pack. However, when I...