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
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Quota not resetting
hi, im using appwrite's free tier plani hit my read limts last month and the billing cycle said it would reset on june 4th but that is today, the billing cycle ...