TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: A remote team visualization tool

6 点作者 Bogdanp将近 9 年前
I just launched http:&#x2F;&#x2F;teamzones.io, a project I had been working on during weekends that attempts to solve a problem I&#x27;ve run into as a member of a remote team: keeping track of _when_ people are working in relation to yourself is a pain.<p>Since this is hacker news and some of you might find this interesting, the stack is:<p>* Go on AppEngine on the backend<p>* Elm on the frontend<p>And here&#x27;s a breakdown of the source code:<p><pre><code> ~&#x2F;s&#x2F;g&#x2F;s&#x2F;teamzones (master)&gt; cloc --exclude-dir=node_modules,vendor,static,elm-stuff,elm.js,index.html . 158 text files. 156 unique files. 48 files ignored. github.com&#x2F;AlDanial&#x2F;cloc v 1.70 T=0.86 s (132.1 files&#x2F;s, 17040.9 lines&#x2F;s) ------------------------------------------------------------------------------- Language files blank comment code ------------------------------------------------------------------------------- Elm 40 1069 5 4426 Go 37 856 270 4162 JSON 8 0 0 1450 SASS 13 423 0 1425 JavaScript 4 40 7 174 YAML 10 28 8 156 make 1 21 0 58 ------------------------------------------------------------------------------- SUM: 113 2437 290 11851 ------------------------------------------------------------------------------- </code></pre> I hope at least some of you find it useful!

5 条评论

brudgers将近 9 年前
Clickable: <a href="http:&#x2F;&#x2F;teamzones.io" rel="nofollow">http:&#x2F;&#x2F;teamzones.io</a><p>Some thoughts on the MVP:<p>+ On the user settings page, having the submission button at the bottom of the page means that it is not visible on my laptop screen without scrolling.<p>+ The time zone selection list is very long, breaking it up, or a map might be alternatives as the project scales.<p>+ The necessity for everyone on the team to maintain a copy of their schedule inside the app probably means that accurate availability data decreases quickly as team size increases and that&#x27;s exactly when the product becomes more useful.<p>+ I like the interface. It might make sense to build it on top of existing scheduling&#x2F;calendar software rather than rolling your own.<p>Good luck.
jnthn将近 9 年前
Nice. We have built a tool for similar needs - <a href="https:&#x2F;&#x2F;sundial.teleport.org" rel="nofollow">https:&#x2F;&#x2F;sundial.teleport.org</a><p>Few examples on how it could be embedded into your public team pages as well:<p><a href="https:&#x2F;&#x2F;teleport.org&#x2F;about-us&#x2F;" rel="nofollow">https:&#x2F;&#x2F;teleport.org&#x2F;about-us&#x2F;</a> <a href="https:&#x2F;&#x2F;about.gitlab.com&#x2F;team&#x2F;" rel="nofollow">https:&#x2F;&#x2F;about.gitlab.com&#x2F;team&#x2F;</a>
mooreds将近 9 年前
2 other things.<p>I found it tough to swipe back&#x2F;close the menu screen in chrome on Android.<p>And I don&#x27;t see a way to specify &quot;today is not a day I work&quot; in the settings (for example, for weekends).<p>Other than that, I could see this being useful. I&#x27;d pitch it to Zapier, the teama at buffer, the basecamp folks, and any other high profile remote companies and see if they have feedback.
评论 #12106051 未加载
alixaxel将近 9 年前
Buffer has something similar: <a href="https:&#x2F;&#x2F;timezone.io&#x2F;team&#x2F;buffer" rel="nofollow">https:&#x2F;&#x2F;timezone.io&#x2F;team&#x2F;buffer</a>
mooreds将近 9 年前
FYI, demo link doesn&#x27;t work with Firefox on Android.