Vacansee / app

Predicting campus occupancy and room availability @ RPI
https://vacansee.github.io/app
GNU General Public License v3.0
12 stars 0 forks source link

changed amos eaton nickname to AE #41

Closed mattsweet417 closed 10 months ago

mattsweet417 commented 10 months ago

37

Acumane commented 10 months ago

Re from Discord: right now global.bldg is being set with .replace(/-/g, ' '). So if you do abbreviations you'll need some lookup table

I'm indifferent to whether we use _, - but we should probably stick to that over abbreviations for the sake of simplicity

mattsweet417 commented 10 months ago

@Acumane I committed to main in data repo to change nickname of amos eaton to "Amos-Eaton" and here I changed the way that the nicknames are displayed --> I add spaces to the global.bldg when it is used and dont store it with spaces...