
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
- SSR Image Previews
I am using the SSR guide (with SvelteKit) to use Appwrite on both the server and the client. I do this by also passing the cookie back to the client and creatin...
- Multiple Set-Cookie headers collapsed on...
I’m deploying a Next.js 15 app to Appwrite → Deploy → Sites. In app/api/auth/login/route.ts I try to set 3 cookies. Variant A (manual headers): const headers ...
- can't send emails
i explored the docs and it says Messaging.CreateEmail() but this function does not exist , i installed appwrite on next js env everything works fine except thi...
