Bubble Semantics

Say an app has

Users
Businesses
Roles (Job Position, Business, User, etc.)

When a user adds a role, say he adds employees to their business page, do I also want to assign the Job Role element to each employee?

I can already do a search for each role, so its not a problem to display all company roles on the business page. I’m just wondering whether it’s good practice to get into the habit of assigning each role to each user. Is there any merit to this extra step? Perhaps, if I want to pull data as an admin, it will make it easier to gain a comprehensive overview of each user.

Or is this superfluous?

1 Like

It’s usually a good idea, that makes things handy, though I would do it if you see a use case down the line.