Skip to content

Commit 548b119

Browse files
authored
Merge pull request #709 from pycontw/pr-702
feat(conference): add new room mappings for additional venues
2 parents 02d8ddf + 8a9e85a commit 548b119

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

components/events/SpeechCard.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ export default {
7878
'6-r2': 'R2',
7979
'1-r3': 'R3',
8080
'7-r4': 'R4',
81+
'81-spt-os': 'Sprint / OST',
82+
'82-tutorial': 'Tutorial',
83+
'83-yi-ps': 'Young / Poster',
8184
},
8285
levelBgColorMapping: {
8386
EXPERIENCED: '#ca7795',

components/schedule/ScheduleRoom.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default {
3434
'7-r4': 'R4',
3535
'81-spt-os': 'Sprint / OST',
3636
'82-tutorial': 'Tutorial',
37-
'83-yi-ps': 'Young / Post',
37+
'83-yi-ps': 'Young / Poster',
3838
}[this.value]
3939
},
4040
paddingX() {

pages/conference/_eventType/_id.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ export default {
215215
'5-r1': 'R1',
216216
'6-r2': 'R2',
217217
'1-r3': 'R3',
218+
'7-r4': 'R4',
219+
'81-spt-os': 'Sprint / OST',
220+
'82-tutorial': 'Tutorial',
221+
'83-yi-ps': 'Young / Poster',
218222
},
219223
}
220224
},

0 commit comments

Comments
 (0)