
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
- Where is tensorflow support? 3.11 ML doe...
and if i manually tried to add tensorflow i get Cannot access offset of type string on string no matter what
- OAuth2 Error: invalid success param url ...
Hi everyone! I'm trying to implement Google OAuth2 login in a React Native app (using the Android simulator) with Appwrite Cloud, and I'm getting the following ...
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
