I'm building a Kanban board where there will be some static data to help user understand the board feature and along with that it should only display those cards added by the current user.
This is the data coming from backend where 2 or 3 are made by the current user and others are created in the appwrite cloud console.
Now, while listing document I'm querying with 'created_by' attribute which contains the current loggedin userId. At that time, it showing something like this:
Someone help me
Maybe the demo ones should be hard coded into the app rather than actual data from the backend
I tried but it's not happening. Idk how to do what to do
What do you mean? Do you have some flag to only show demo data vs the users data?
I tried to use the flag but it was showing me some wierd errors
You may the check the code base and tell em what to be done
What's the error?
There's some error with DragDropContext with render issue
That doesn't sound like an Appwrite error...probably some library you're using
yeah react-beautiful-dnd thing
The support channels are for solving appwrite related queries :)
I know that
Solved
[SOLVED] Display user-specific+static data in Kanban board
Recommended threads
- Appwrite Sites: ERR_TOO_MANY_REDIRECTS o...
So, my domain was working perfectly fine with Vercel. I was using cloudflare CDN (still am) but CNAME was DNS-only. I switched over to appwrite, CNAME is still ...
- Charged after Downgrade
I downgraded from the pro plan last month, but it’s still trying to charge my card this month and my account has been restricted
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...