TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Codetree – A better way to manage GitHub issues

34 pointsby derrickreimeralmost 11 years ago

11 comments

michaelmioralmost 11 years ago
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 未加载
rauhryanalmost 11 years ago
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 未加载
benblairalmost 11 years ago
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 未加载
rohamgalmost 11 years ago
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>
toshalmost 11 years ago
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>
nodesocketalmost 11 years ago
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 未加载
cvburgessalmost 11 years ago
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 未加载
pekkalmost 11 years ago
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_almost 11 years ago
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_Salmost 11 years ago
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 未加载
pbiggaralmost 11 years ago
This looks great and solves a very real problem we have. Looking forward to using this!