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
- Issue with downloading large files (40GB...
Hi everyone! I am using the latest Appwrite 1.8.0 version on my self-hosted server. I successfully uploaded a large ZIP archive (~40GB) using the chunked uploa...
- Cant get realtime working
Hey I nned some help with realtime a gain. I was using client.subscribe(...), and i found out that its depricated then i believe realtime.subscribe(...) is the ...
- Hi Folks, Database Writing Issue
Hey Folks im trying to get logging setup on my website but im getting an error, i dont have any document id and i think this is the issue but i havent got the f...