Show HN: Zube.io – Simple project management for your GitHub issues
31–40 of 56 posts
Re: Show HN: Zube.io – Simple project management for your GitHub issues
#32We've been using Zube at Interviewed and really like it. We'd been using Github Issues previously but found it hard to prioritize our tickets in a way that was natural for us. The ability to drag and drop reorder our backlog has really helped with that. Also, the UI works well for quick updates during our morning standup.
Re: Show HN: Zube.io – Simple project management for your GitHub issues
#33I really like the animated demo graphic you have in the imac. Can i ask how you made that?
The process for creating the images is as follows:
Use quicktime to take a video, called demo.mov (or equivalent movie capture program with whatever file format)
Create a color palette from the movie $ ffmpeg -i demo.mov -vf fps=10,scale=1378:-1:flags=lanczos,palettegen palette.png
Create a gif from the movie using the color palette $ ffmpeg -i demo.mov -i palette.png -filter_complex "fps=10,scale=1378:-1:flags=lanczos[x];[x][1:v]paletteuse" output.gif
Create a sequence of pngs from the gif $ convert -dispose Background -coalesce output.gif -colors 256 PNG8:target-%d.png
party!
Feel free to email us if you need any help!
Re: Show HN: Zube.io – Simple project management for your GitHub issues
#34Earlier quoted context omitted.
Waffle.io is good product and Zube is similar. We're both web apps that sync with GitHub issues. As far as functionality, Zube gives you some things that Waffle does not: Comments - syntax highlighting; @mentions, emojis, issue reference autocomplete; live updating from GitHub comments for things like comment updates and deletes (so your data is consistent) Cards - Commit references, events, and card references. Cons…
Does Zube support having one board that covers multiple GitHub repos?
We've had the request for multiple repos on one Zube board when talking with PMs and consulting firms and we're aware that it's important for them. However, we're laser focused on making developers happy and they've told us that they care more about managing issues for a single repository, so we implemented that first.
Re: Show HN: Zube.io – Simple project management for your GitHub issues
#35Re: Show HN: Zube.io – Simple project management for your GitHub issues
#36Looks similar to Huboard: https://huboard.com
Re: Show HN: Zube.io – Simple project management for your GitHub issues
#37Looks similar to Huboard: https://huboard.com
Re: Show HN: Zube.io – Simple project management for your GitHub issues
#38This looks really awesome, and I can't wait to check it out. However—when authorizing with Github, do I read this correctly as granting auth to all of my organizations? I can't do that. Is this configurable? praying
I don't think so, but I haven't fully explored it. I would love to implement it if I can. I know it's kind of a hack but your organization can whitelist 3rd party apps, which is probably a good idea if you have sensitive data. https://help.github.com/articles/about-third-party-applicati... I'd love to explore this further with you.
Re: Show HN: Zube.io – Simple project management for your GitHub issues
#39This looks really awesome, and I can't wait to check it out. However—when authorizing with Github, do I read this correctly as granting auth to all of my organizations? I can't do that. Is this configurable? praying
Re: Show HN: Zube.io – Simple project management for your GitHub issues
#40I have a question: how can I view all issues? It seems I can only view issues without a milestone and issues in a milestone separately.