task h.1 adn fix permission
This commit is contained in:
@@ -13,7 +13,8 @@ export const exampleProducts: Product[] = [
|
||||
organization_id: 'example-org',
|
||||
photo_url: imageFor('Asset Portal', '1b4332'),
|
||||
name: 'Asset Portal',
|
||||
description: 'Starter module showing a route-handler-backed listing with filters and pagination.',
|
||||
description:
|
||||
'Starter module showing a route-handler-backed listing with filters and pagination.',
|
||||
created_at: now,
|
||||
price: 1290,
|
||||
category: 'Electronics',
|
||||
@@ -159,13 +160,13 @@ export const exampleUsers: User[] = [
|
||||
organizationId: 'org-atlas',
|
||||
organizationName: 'Atlas Labs',
|
||||
membershipRole: 'admin',
|
||||
businessRole: 'it_admin'
|
||||
businessRole: 'sales_manager'
|
||||
},
|
||||
{
|
||||
organizationId: 'org-nova',
|
||||
organizationName: 'Nova Retail',
|
||||
membershipRole: 'admin',
|
||||
businessRole: 'auditor'
|
||||
businessRole: 'department_manager'
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -182,7 +183,7 @@ export const exampleUsers: User[] = [
|
||||
organizationId: 'org-atlas',
|
||||
organizationName: 'Atlas Labs',
|
||||
membershipRole: 'admin',
|
||||
businessRole: 'helpdesk'
|
||||
businessRole: 'sales_manager'
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -199,7 +200,7 @@ export const exampleUsers: User[] = [
|
||||
organizationId: 'org-atlas',
|
||||
organizationName: 'Atlas Labs',
|
||||
membershipRole: 'user',
|
||||
businessRole: 'application'
|
||||
businessRole: 'sales'
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -216,7 +217,7 @@ export const exampleUsers: User[] = [
|
||||
organizationId: 'org-nova',
|
||||
organizationName: 'Nova Retail',
|
||||
membershipRole: 'admin',
|
||||
businessRole: 'infrastructure'
|
||||
businessRole: 'department_manager'
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -233,7 +234,7 @@ export const exampleUsers: User[] = [
|
||||
organizationId: 'org-nova',
|
||||
organizationName: 'Nova Retail',
|
||||
membershipRole: 'user',
|
||||
businessRole: 'viewer'
|
||||
businessRole: 'sales_support'
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -250,7 +251,7 @@ export const exampleUsers: User[] = [
|
||||
organizationId: 'org-orbit',
|
||||
organizationName: 'Orbit Health',
|
||||
membershipRole: 'user',
|
||||
businessRole: 'auditor'
|
||||
businessRole: 'top_manager'
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -267,7 +268,7 @@ export const exampleUsers: User[] = [
|
||||
organizationId: 'org-orbit',
|
||||
organizationName: 'Orbit Health',
|
||||
membershipRole: 'admin',
|
||||
businessRole: 'it_admin'
|
||||
businessRole: 'sales_manager'
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -287,13 +288,13 @@ export const exampleUsers: User[] = [
|
||||
organizationId: 'org-atlas',
|
||||
organizationName: 'Atlas Labs',
|
||||
membershipRole: 'user',
|
||||
businessRole: 'helpdesk'
|
||||
businessRole: 'sales_support'
|
||||
},
|
||||
{
|
||||
organizationId: 'org-orbit',
|
||||
organizationName: 'Orbit Health',
|
||||
membershipRole: 'user',
|
||||
businessRole: 'viewer'
|
||||
businessRole: 'sales'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user