Currently breaks quite a bit (look at heatmap, try clicking on DCC). For one, ids can't contain spaces
As discussed in the Discord, I think it's best if the full names are toggleable via some button in the navbar.
Not necessary to change the names here. In rooms.json, every building's full name is stored under its respective meta object—we can fetch this instead. See PopUpItem.vue for an example of how we already use this
Currently breaks quite a bit (look at heatmap, try clicking on DCC). For one, ids can't contain spaces
As discussed in the Discord, I think it's best if the full names are toggleable via some button in the navbar.
Not necessary to change the names here. In
rooms.json
, every building's full name is stored under its respectivemeta
object—we can fetch this instead. SeePopUpItem.vue
for an example of how we already use this