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.

Startups using git issues to manage their roadmap?

2 pointsby arthurqueroualmost 4 years ago
Hi,<p>We&#x27;re exploring the idea of managing our product roadmap with git issues.<p>I&#x27;m looking for example of companies doing so. I have the following in mind:<p>* Gitlab (https:&#x2F;&#x2F;gitlab.com&#x2F;groups&#x2F;gitlab-com&#x2F;-&#x2F;issues)<p>* SimpleAnalytics (https:&#x2F;&#x2F;github.com&#x2F;orgs&#x2F;simpleanalytics&#x2F;projects&#x2F;1#card-52073682)<p>Do you have other examples&#x2F;resources&#x2F;feedback to get inspiration and examples from?

1 comment

PragmaticPulpalmost 4 years ago
I was on a team that tried it. It didn’t work well for us.<p>Actual issue trackers are far more efficient. Juggling pull requests, code review, and inevitable things like edit conflicts and rebases is a small price to pay for code that people are working on for hours at a time. However, it’s way too much overhead to simply manage issues. It’s not fun to have to type a lot of commands and click around code review to accomplish the same thing I can do in a few seconds with a couple clicks in an issue tracker.<p>The system also hits a dead end as soon as you want to bring non-coders into the loop. It’s not fun when your managers have to go through a coder to get guidance to interact with the issue tracker.
评论 #27811205 未加载