Skip to content

Commit

Permalink
feat(ibm) 🔧 add IBM rooms + add IBM filter + remove Lumen filter
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 8fc6ce1538cc961eec4bab1084a2f11567b92550
  • Loading branch information
petitbenjamin authored and p-bizouard committed Feb 21, 2024
1 parent b430471 commit 0959215
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
10 changes: 8 additions & 2 deletions back/src/webservice/translatorConfig/translatorConfig-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"94": "Metz",
"107": "Rennes",
"1025": "Lumen",
"1080": "Falguière"
"1080": "Falguière",
"1156": "IBM"
},
"campus": {
"CodPro": "SIT",
Expand All @@ -29,7 +30,8 @@
"150": "Enseignement (Rennes)",
"176": "Enseignement (Metz)",
"197": "Lumen",
"203": "Falguière"
"203": "Falguière",
"219": "IBM"
},
"requiredForImport": "true"
},
Expand Down Expand Up @@ -241,6 +243,10 @@
"204": {
"groupId": 204,
"label": "Lumen"
},
"231": {
"groupId": 231,
"label": "L2S"
}
},
"valueType": "array"
Expand Down
10 changes: 8 additions & 2 deletions back/src/webservice/translatorConfig/translatorConfig-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"94": "Metz",
"107": "Rennes",
"1025": "Lumen",
"1080": "Falguière"
"1080": "Falguière",
"1156": "IBM"
},
"campus": {
"CodPro": "SIT",
Expand All @@ -29,7 +30,8 @@
"150": "Enseignement (Rennes)",
"176": "Enseignement (Metz)",
"197": "Lumen",
"203": "Falguière"
"203": "Falguière",
"219": "IBM"
},
"requiredForImport": "true"
},
Expand Down Expand Up @@ -241,6 +243,10 @@
"204": {
"groupId": 204,
"label": "Lumen"
},
"231": {
"groupId": 231,
"label": "L2S"
}
},
"valueType": "array"
Expand Down
2 changes: 1 addition & 1 deletion front/src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ const loginQuery = querystring.stringify({
export const loginRequest = `${config.cas.loginUrl}?${loginQuery}`;
export const CAMPUSES = ['Saclay', 'Metz', 'Rennes'];
export const CAMPUS_SACLAY = 'Saclay';
export const BUILDINGS = ['Falguière', 'Lumen'];
export const BUILDINGS = ['Falguière', 'IBM'];

export default config;

0 comments on commit 0959215

Please sign in to comment.