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
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...