pulilab / vue-people

VuePeople lists and connects Vue.JS developers around the world.
https://vuepeople.org
MIT License
172 stars 36 forks source link

Feature/meetups #94

Closed DonNicoJs closed 6 years ago

DonNicoJs commented 6 years ago

fixes #23

DonNicoJs commented 6 years ago

@nullcode ready to be reviewed

nullcode commented 6 years ago

@lordfuoco the filter with the new meetup checkbox has broken logic now, either check them all as default or move the meetup to somewhere or reword the captions

DonNicoJs commented 6 years ago

@nullcode legend concerns addressed in 227e55631dbe54481ec10b828c0839fa2c8bf85a

Time concerns addressed in previous commit, calculation: const utc_time = e.time + e.utc_offset; const localOffset = new Date().getTimezoneOffset() * 60000; display_time: utc_time + localOffset, In this way when new Date(display_time) is invoked the time is generated as local time (even if internally has wrong timezone but it does not matter )