I need to get this todo list manager to work, but there is no documentation on how to setup the AppWrite database (collections, document attributes) for it. GitHub link: https://github.com/thepkpawankumar/todo-manager/tree/main
All I found is this screenshot, but it seems to be from an older version of AppWrite. What does the key symbol mean and what values do I need to setup to make it work?
Thank you
you'll have to try and recreate it...looks like there's a string attribute and a boolean attribute
I tried, and I'm stuck at what kind of attribute $id is
It's a system attribute. You don't create it. have you read through our docs? https://appwrite.io/docs/products/databases
Looking at the code, this project would have to be updated for a current version of Appwrite. The most obvious thing I notice is that the version of Appwrite this project was built for did not have multiple databases per project.
Recommended threads
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Searching by attribute "name" requires a...
I have a table "products" with a few columns I'm trying to search by, but I get this error: ```json { "message": "Searching by attribute \"name\" requires a...
- Issue with usage
I have a weird problem, my project on appwrite was using avarage 5-10k reads a day, it was okay, but suddenly last 7 days, reads are about 60k a day, the code h...