Ask HN: Please review, contribute to, fork, or sell my open source Rails Help Desk app
I wanted to share my help desk app with you guys. I built it so our customers could submit help tickets and our staff could reply (this is a support app, not a bug tracking app).
Anyway, I decided to open source it and share with any startups that could benefit. I've learned a ton from HN over the last year, so this is the least I could do.
Right now, it's in beta(ish) but I will have a working demo and better docs before the weekend is over.
You can watch a quick preview here: http://vimeo.com/3299895
And get to the repo here: http://github.com/bigfolio/big-help/
At the moment, some of the content is specific to our business (we serve professional photographers). It's easy to change of course.
If anyone Rails hackers are interested in being a contributor, please let me know. If you want to fork it, sell it, or use it for consulting projects, knock yourself out.
Feedback is very much appreciated. I'll add a demo link here when available.
13 comments
[ 7.1 ms ] story [ 29.5 ms ] threadHowever I went to github to give a peek at the code and I notice there's no LICENSE file (and I couldn't find any reference to the license anywhere obvious), so may I suggest picking one up? Technically you can't define your code Open Source unless you apply a proper license to it -- actually, I don't think anyone could legally use your code as of now, because even if you wanted it to be under the public domain, you should state it clearly (I could be wrong on this last statement, if so someone please correct me).
MIT License and updated README pushed.
Plus, if there's something I don't like, I can fix it instead of complaining about it. Much better for everyone ;)
Do you think a project like this should have its own site? (aside from what's on github)
I personally don't have a ton of time to implement features beyond what we need at our company. Plus, I really only consider myself an intermediate Rails developer.
I'm working on a good list of bugs/features right now (emailing ticket alerts/updates is not in yet), so please be gentle :)
Also, I should probably fork/branch a version that doesn't have the fields/links specific to our company. I'm still wrapping my head around github though.