[SOLVED] I keep hearing about teams. Would it be possible to make teams work like whatsapp groups
- 0
- Teams
Not sure if it's possible or even practical. But let's say I created a team and when I add people to it our conversations stay between us. I'm just curious, I'm sure there's more than one way to do it. I'm working on a whatsapp clone
Mmm, That's an interested idea, and could work.
Let's say you have the group messages and you want to get only group messages you can set Team
permission for a specific team.
Also, maybe it would be better to take one more step. Assign everyone to the same team - any user that is using your app - then create roles (which are dynamic teams within teams) per group.
Oh wow great idea
Last but not lest, you can think also of a NoSQL approach where you'll create new collection (using a function and the Database server SDK) for each group.
The rest is the same, and you remove and adding user from the Team/Role in that collection.
Doing so will create A lot of collections, But, Each one of them will me much more thinner and smaller. This will let you achieve a faster loading time.
Very true
I don't even know how to make a NoSQL on appwrite yet
But the logic sounds great
Is just a mindset.
[SOLVED] I keep hearing about teams. Would it be possible to make teams work like whatsapp groups
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- Is there way to copy project (backup/res...
I think there is betterr way of fast back up / restore specified project
- Database setup
Hi everybody, I'm new to AppWrite and I need some help designing a database. I'm trying to set up a database where: 1. There are USERS 2. A USER can create an ...