Hi, Bubblers.
I’m learning Bubble to build my own app.
While I was trying to set up an Admin. page for Vendors, I had to pause and think whether this is possible.
I’m creating an app.
In the app, there are 2 different users: ‘Vendors’ and ‘Customers’.
Each vendor has their own page in the app.
I hope each vendor users set their own ‘Categories’ and ‘Items’ to be displayed in the app like below.
For example, there are 3 categories: Toys for Toddler, Musical Toys and Toys related with Movie.
I hope a vendor user can create categories on their own and underneath there are the vendor’s items that belong to each categories.
Can I make it collapse by clicking the arrow button?
for example, imagine you want to buy something from Amazon, before you order it, you put it(them) to basket and that basket can be shown only to current user, use same mechanic here
so in your shoes i would do next
step 1. you create new custom data type called userCategory with title and maybe icon field you need
step 3
Create page where user can manage his categories
and add rule that it’s availiable only for currentUser, so every user can create own categories.
Extra step 4
in future you will need to filter them wisely, most easy way for me was Send Data in URL and on Recieving page i made workflow that would triger event Dispay list at RG to filter and sort RG
I’m trying to test your way.
But, Can you show me how to set ‘Privacy Rule’ for data available only for currentUser? on Step 3?
and
I tried to display a list of ‘currentCategory’ on Group and toggle Groupfocus of each currentCategory items.
But when I click a button to show ‘Groupfocus’. It doesn’t push down a Group underneath like this.