How to build admin panel for my application

Hi, bubblers

How I can build an admin panel or dashboard for my application, so that I can see everything that goes on the platform, like how many users, how many and which products are submitted, etc.

Thanks
Best regards
Priyanshu goyal
Building nocodestartups.in

A common approach is to …

  • have a separate page for your Admin functions
  • put a role or flag on some users to identify they are admin types (eg isAdmin? yes/no or role is admin) You decide anything you want.
  • Put privacy rules on your data (only viewable if the user is admin)
  • Put workflow on your pages - “if user role is not admin” got to Login page

Hopefully this gives you some clues for further research :slightly_smiling_face:

About Me

I’m a Bubble Freelancer. I like Bubble coaching and making plugins for tricky API’s.

My Bubble plugins Pleased to say all 5* reviews.
1 to 1 coaching with nocodeguides.io DM me for a free voucher code if you want a quick chat.
My Youtube Channel Mostly about my plugins.

My Freelancing Website

@lindsay_knowcode

This topic was automatically closed after 70 days. New replies are no longer allowed.