Skip to content

Commit

Permalink
Add new roles to frontend list ofroles
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevespi committed Jan 10, 2025
1 parent 4c0e47e commit c99e3d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/app/constants/ceeb-roles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,22 @@ export const ROLE_OPTIONS: Array<Option> = [
{ value: "COS Officer", label: "COS Officer" },
{ value: "COS Administrator", label: "COS Administrator" },
{ value: "READ ONLY", label: "Read Only" },
{ value: "Inspector", label: "Inspector" },
{ value: "Province-wide", label: "Province-wide" },
];

export const CEEB_ROLE_OPTIONS: Array<Option> = [
{ value: "CEEB", label: "CEEB User" },
{ value: "CEEB Section Head", label: "Section Head" },
{ value: "CEEB Compliance Coordinator", label: "Compliance Coordinator" },
{ value: "READ ONLY", label: "Read Only" },
{ value: "Province-wide", label: "Province-wide" },
];

export const COS_ROLE_OPTIONS: Array<Option> = [
{ value: "COS Officer", label: "COS Officer" },
{ value: "COS Administrator", label: "COS Administrator" },
{ value: "READ ONLY", label: "Read Only" },
{ value: "Inspector", label: "Inspector" },
{ value: "Province-wide", label: "Province-wide" },
];

0 comments on commit c99e3d1

Please sign in to comment.