hello! I'm currently a student working on my capstone where I develop mobile learning app using react native and expo.
Sorry if it's a dumb question, but how do you track the progress and time spent of each user in each courses of my mobile app? Do I need to add relationship attribute for that? Please don't judge me, I really tried working on it but my brain couldn't comprehend and don't know what to do. I tried asking somewhere but Appwrite isn't much known in my country. Thank you.
Recommended threads
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- 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
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...