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
- Deployment fails after 15+ minutes: "Wai...
Hi, I'm Jayden. My email is jaydthom@haverford.org, and i'm having persistent deployment failures with my Next.js project. What happens: Push to GitHub trigg...
- DB connection | Got timeout reading comm...
When looking at the logs of `appwrite-mariadb` I'm seeing a lot of: ``` 2026-04-09 7:37:28 10 [Warning] Aborted connection 10 to db: 'appwrite' user: 'appwrit...
- Invalid document structure: Unknown attr...
Environment: Dart version: 3.5.1 dart_appwrite: 13.0.0 I’ve already created the database structure using a Dart function. I can create data records using cloud...