I've been building Speckle ( http://speckleapp.com ) for a little while: a to-do list with multiple checkboxes per item. it's reasonably light-weight - I don't know whether it suits what you're looking for, but Id be interested to know what you think :) Edit: epi0Bauqu beat me to it!
Ask HN: Good, lightweight bug tracking system for small team?
41–50 of 67 posts
Re: Ask HN: Good, lightweight bug tracking system for small team?
#42Flyspray is as advertised: "uncomplicated." If you want a simple system, it is worth a try. http://flyspray.org/
Re: Ask HN: Good, lightweight bug tracking system for small team?
#43Earlier quoted context omitted.
You probably meant that as a joke too, but I think a virtual whiteboard with Post-Its would be a great product. Colour-coded notes to indicate priority, clustering by physical location on the screen, larger text sizes for very-urgent-do-it-today tasks. You could draw lines on the whiteboard to show the relationship between notes, could have the ability to roll back to previous days to track history, attach files to P…
I think it could be a great product too. Anyone working on it and want help? Anyone want to work on it with me?
Re: Ask HN: Good, lightweight bug tracking system for small team?
#44I've been building Speckle ( http://speckleapp.com ) for a little while: a to-do list with multiple checkboxes per item. it's reasonably light-weight - I don't know whether it suits what you're looking for, but Id be interested to know what you think :) Edit: epi0Bauqu beat me to it!
Reminds me a lot of doodle from the screenshot. Will check it out - maybe I'll start using this instead of Google tasks for my own personal to-dos since that usually is such a long list sitting on top of my google calendar that I can't see my calendar -_-
Maybe it's me, but I found it's quite hard to figure out what on earth Doodle is based on its homepage. That's why I like having an in-action screenshot on the homepage, and a "sign up with one click" button. Hopefully Speckle is a little more obvious.
Re: Ask HN: Good, lightweight bug tracking system for small team?
#45Earlier quoted context omitted.
Redmine, is a good alternative.
Or try Unfuddle, which is sort of like hosted redmine. They have a freemium model, free for 2 users, unlimited repos.
Re: Ask HN: Good, lightweight bug tracking system for small team?
#46I haven't used it, but this is "interesting" - http://www.fossil-scm.org/index.html/doc/tip/www/index.wiki (I use Trac myself, and it's OK, but not wonderful - haven't found anything better, but will be trying Redmine after reading comments here). [edit: also, you can do bug tracking with Google code, which I am surprised no-one else has mentioned]
"Version 3.6.18 - Beginning with this release, the SQLite source code is tracked and managed using the Fossil distributed configuration management system. SQLite was previously versioned using CVS. --http://www.sqlite.org/news.html
And this page on the design of Fossil is interesting:
http://www.fossil-scm.org/index.html/doc/tip/www/theory1.wik...
Re: Ask HN: Good, lightweight bug tracking system for small team?
#47Re: Ask HN: Good, lightweight bug tracking system for small team?
#48Re: Ask HN: Good, lightweight bug tracking system for small team?
#49Try Lighthouse, http://lighthouseapp.com/ Been using it and it's great
Re: Ask HN: Good, lightweight bug tracking system for small team?
#50There's a difference between a bug tacker and an issue tracker. Bugzilla works great as a bug tracker but is not a great issue tracker. Trac, the opposite. From what you described, seems you're looking more for an issue tracker or a project planning sort of thing. I've liked Redmine, though I haven't used it professionally yet.
Can you elaborate? What is the difference? Is it that an issue tracker is more general than a bug tracker?
So typically, a bug tracker would be geared more towards programmers and software bugs, while an issue tracker is usually more friendly towards non-programmer users(so would include stuff like knowledge bases, wikis...).
In practice, the distinction is not as clear cut as the definition implies.