Guys how can I determine the subcategories of category.
Imagine I select the tenant X
I just want to show the tag groups of this related tenant.
A tenant has multiple tag groups and a user can belong to multiple tenants.
Entities in a nutshell.
-
Tenant:
- Has many Tag Groups
- Has many Products
-
Tag Group:
- Belongs to one Tenant
- Has many Tags
-
Tag:
- Belongs to one Tag Group
- Belongs to one Tenant
- References many Products
-
Product:
- References many Tags
- Belongs to one Tenant
These relationships outline how the entities are interconnected within the system.