Say we have a exam and we are storing marks of each user. We have the option of admin to assign rankings to each of them. How to update those rankings at a single time?
There are many other scenarios like how to implement an e attendance management software when a teacher takes attendance of all students at a single go. (possibly can also assign a remark like homework not done etc for each student).
Please let me know how to implement this.
Recommended threads
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- 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"...