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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Codetree – A better way to manage GitHub issues

34 点作者 derrickreimer将近 11 年前

11 条评论

michaelmior将近 11 年前
From the guidelines[0]<p>&gt; If your work isn&#x27;t ready for people to try out yet, you can still post about it, but please don&#x27;t put &quot;Show HN&quot; in the title. Once it&#x27;s ready, come back and share it then.<p>[0] <a href="https://news.ycombinator.com/showhn.html" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;showhn.html</a>
评论 #8085787 未加载
rauhryan将近 11 年前
We developed HuBoard[1] which is a similar product that now offers GitHub Enterprise support[2]<p>It is also free on GitHub[3] if you want to host it yourself.<p>[1] <a href="https://huboard.com" rel="nofollow">https:&#x2F;&#x2F;huboard.com</a> [2] <a href="https://enterprise.huboard.com" rel="nofollow">https:&#x2F;&#x2F;enterprise.huboard.com</a> [3] <a href="https://github.com/huboard/huboard" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;huboard&#x2F;huboard</a>
评论 #8087888 未加载
benblair将近 11 年前
This looks promising, and is definitely addressing a real problem. Even our relatively simple product is spread across dozens of private GitHub repos (lots of micro services, shared libraries and infrastructure-as-code repos).<p>Tracking issues that span repositories is enough of a problem that we had an intern take a stab at building a digraph of issues, with edges being references between issues (e.g., &quot;requires #45&quot;). We open-sourced the work in progress called issue-graph[1]. It has a long way to go before it&#x27;s useful on it&#x27;s own, but perhaps OP or others here would find it a useful jumping off point. We&#x27;re very happy to take feedback.<p>I&#x27;m really looking forward to trying Codetree when it&#x27;s ready. Derrick, feel free to email me (address in my profile) if you&#x27;d like some thoughts on the pain points I see. I would LOVE to pay for a product that addressed them.<p>[1] <a href="https://github.com/markitx/issue-graph" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;markitx&#x2F;issue-graph</a>
评论 #8087825 未加载
rohamg将近 11 年前
We developed ZenHub.io [1] with a similar vision - to centralize all our company workflows into GitHub. It&#x27;s free and already in use by hundreds of happy teams.<p>[1] <a href="https://www.zenhub.io/" rel="nofollow">https:&#x2F;&#x2F;www.zenhub.io&#x2F;</a>
tosh将近 11 年前
If you&#x27;re looking for a developer productivity tool that knows how to work with feature branches take a look at our Github integration at Blossom:<p><a href="https://www.blossom.io/features/github" rel="nofollow">https:&#x2F;&#x2F;www.blossom.io&#x2F;features&#x2F;github</a>
nodesocket将近 11 年前
We recently found <a href="http://waffle.io" rel="nofollow">http:&#x2F;&#x2F;waffle.io</a> and absolutely love it. It is essentially Trello using GitHub Issues as the data source with two way bindings.
评论 #8086527 未加载
cvburgess将近 11 年前
Some screenshots or a detailed explanation of how this works would be great. I like the idea of the project, but with out knowing anything about it, I am hesitant to link this with my GitHub account.
评论 #8086337 未加载
评论 #8086634 未加载
pekk将近 11 年前
GitHub issues are so fundamentally unsatisfactory so that I can&#x27;t use anything which lives on top of them. For example, it is impossible to remove maliciously or accidentally added issues...
akerl_将近 11 年前
Any thoughts on pricing for this? Will there be a free &#x2F; low-cost version for open source projects?<p>I&#x27;d love something like this for my personal projects.
评论 #8086356 未加载
Domenic_S将近 11 年前
I wanted to copy the referral link to write my own tweet, but highlighting the link doesn&#x27;t show up as highlighted (even though it really is). FF 30.
评论 #8086176 未加载
pbiggar将近 11 年前
This looks great and solves a very real problem we have. Looking forward to using this!