artsy / team-navigator

An internal HR product for Artsy's team
https://team.artsy.net
MIT License
62 stars 19 forks source link

[Idea] Show a person’s local time. #48

Closed alloy closed 7 years ago

alloy commented 8 years ago

For remote purposes, it would be great if we can easily find the local time of people on the team.

NOTE: I’m open to building this myself.

orta commented 8 years ago

This is available inside the Slack API - https://gist.github.com/kasparsd/f8f36794ecf558915d6f

And so we could add a "is active" and "timezone" to a profile

orta commented 7 years ago

We now have up-to-date slack activity details - should be trivial to add the timezone metadata into our db.

Form there it's just building that page.

alloy commented 7 years ago

Implemented in #83