Hello Appwrite and awsoome Appwrite's Users,
Please my question is above or not the standard support for appwrite product, but i do really need your insight and direction
in my project, i'm paring user together upon certain conditions, so right now i want to pair user who have clock-in into the app at least 5times a week (that is 7days) my goal is to pair active users with active users not active users with in-active users
please, how do i achieve this?
you could use a separate collection to store every user's clock in state. another is user prefs but performance would be much bettet with the former logic.
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...