Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Org 1663 design lead role #1342

Merged
merged 2 commits into from
Jan 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -70,6 +70,7 @@ public static String roleName(TeamRole role) {
case DATA_SCIENTIST -> "Data scientist";
case MAINTENANCE_MANAGER -> "Vedlikeholdsansvarlig";
case DESIGNER -> "Designer";
case DESIGN_LEAD -> "Design lead";
case OPERATIONS -> "Drift";
case FUNCTIONAL_ADVISER -> "Funksjonell rådgiver";
case TECHNICAL_ADVISER -> "Teknisk rådgiver";
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@ public enum TeamRole {
DATA_SCIENTIST,
MAINTENANCE_MANAGER,
DESIGNER,
DESIGN_LEAD,
OPERATIONS,
FUNCTIONAL_ADVISER,
TECHNICAL_ADVISER,
1 change: 1 addition & 0 deletions apps/frontend/src/constants.ts
Original file line number Diff line number Diff line change
@@ -39,6 +39,7 @@ export enum TeamRole {
DATA_MANAGER = "DATA_MANAGER",
DATA_SCIENTIST = "DATA_SCIENTIST",
DESIGNER = "DESIGNER",
DESIGN_LEAD = "DESIGN_LEAD",
DOMAIN_EXPERT = "DOMAIN_EXPERT",
OPERATIONS = "OPERATIONS",
DOMAIN_RESPONSIBLE = "DOMAIN_RESPONSIBLE",
1 change: 1 addition & 0 deletions apps/frontend/src/util/intl/intl.ts
Original file line number Diff line number Diff line change
@@ -60,6 +60,7 @@ export interface IStrings {
DATA_SCIENTIST: string;
MAINTENANCE_MANAGER: string;
DESIGNER: string;
DESIGN_LEAD: string;
OPERATIONS: string;
FUNCTIONAL_ADVISER: string;
TECHNICAL_ADVISER: string;
2 changes: 2 additions & 0 deletions apps/frontend/src/util/intl/lang.ts
Original file line number Diff line number Diff line change
@@ -35,6 +35,7 @@ export const no: IStrings = {
DATA_MANAGER: "Data manager",
DATA_SCIENTIST: "Data scientist",
DESIGNER: "Designer",
DESIGN_LEAD: "Design lead",
DOMAIN_EXPERT: "Domeneekspert",
OPERATIONS: "Drift",
DOMAIN_RESPONSIBLE: "Fagansvarlig",
@@ -179,6 +180,7 @@ export const en: IStrings = {
DATA_SCIENTIST: "Data scientist",
MAINTENANCE_MANAGER: "Maintenance manager",
DESIGNER: "Designer",
DESIGN_LEAD: "Design lead",
OPERATIONS: "Operations",
FUNCTIONAL_ADVISER: "Functional adviser",
TECHNICAL_ADVISER: "Technical adviser",