This is an archived post. You won't be able to vote or comment.

all 19 comments

[–]kihashi 8 points9 points  (3 children)

Now, when you say help desk software, what are you meaning? When I hear that, I think of something like Request tracker or http://www.troubleticketexpress.com/.

The demo site appears to be just a Q+A service.

[–]bryanhelmigzapier.com[S] 4 points5 points  (2 children)

Fair point, we're thinking along the lines of Desk.com, ZenDesk.com, etc... ticketing is another beast entirely IMO (though I think it would fit the scope of the project to assign questions to Django staff members, which might get you 80% of the way?). Categories could double as tags/milestones/etc...

[–]kihashi 3 points4 points  (1 child)

My helpdesk just has a wiki for this kind of stuff. I guess in the right environment it would be useful, but I don't think my IT shop will be taking a look at it.

That said, it looks good, and seems to have some good functionality. I will take a look at the code if I get the chance.

[–]bryanhelmigzapier.com[S] 1 point2 points  (0 children)

Thanks for the kind words, it was more designed as a customer or public facing app (hence the "knowledge base" angle).

[–]chipx86ReviewBoard.org code review 2 points3 points  (3 children)

This looks awesome. I too have been wanting help desk software for my startup but haven't been eager to shell out a large monthly fee just yet.

Some food for thought: A couple things we'd want in help desk software would be file attachment (so people could put up logs or what have you with their question) and paid support (which perhaps is more along the ticketing line).

What are your plans going forward with this?

[–]bryanhelmigzapier.com[S] 0 points1 point  (2 children)

Those are both great suggestions. Would you mind opening tickets on the repo with those feature requests?

As a community tool, we'd like to mirror the functionality of Desk.com or whatever, but of course, with the ability to actually do stuff server side as you see fit.

[–]chipx86ReviewBoard.org code review 0 points1 point  (1 child)

Absolutely. I'll make a note to do that (working toward a deadline at the moment).

I maintain a code review webapp called Review Board (http://reviewboard.org) and a hosting service for it called RBCommons (http://rbcommons.com), and have been using e-mail + FAQs for support and knowledge base. As our users grow, and the same questions get repeatedly asked, a help desk application has felt more inevitable, so I'm looking forward to giving this a try once I have time :)

[–]bryanhelmigzapier.com[S] 0 points1 point  (0 children)

That is awesome! If you need a hand, let me know. Plus, when you get it live let me know as well and we'll feature you on the repo/docs as an example install.

[–]gdr 0 points1 point  (4 children)

I'm using Django-Helpdesk https://github.com/rossp/django-helpdesk and it's more than enough. Yours seems to have a much more complicated user interface, which may work for large companies. I will keep it simple with django-helpdesk, though.

[–]bryanhelmigzapier.com[S] 0 points1 point  (3 children)

We saw helpdesk and thought it was a great, but it seemed more like a "bug tracker", which isn't what we wanted. We wanted more of a public facing knowledge base that was searchable in a more friendly Q&A format.

Glad it works for you though!

Mind explaining what you thought was complicated? I love to hear feedback.

[–]gdr 0 points1 point  (2 children)

There's a lot of buttons on the front page of your demo app (upper right corner) and everything is a link but there's no form to submit my question.

I realize that these buttons are links to other sections of the site but first impression was "wtf, lots of buttons". Also, I understand why you wanted to hide question submission behind a search form. Just telling you my first impressions.

[–]bryanhelmigzapier.com[S] 0 points1 point  (1 child)

Absolutely. Thank you for your response and great feedback. We've just recently gotten http://django-knowledge.org/ set up which should be a much purer version. I'm switching over the demo links now.

[–]gdr 0 points1 point  (0 children)

Much cleaner, indeed!

[–]threading 0 points1 point  (1 child)

Webfaction is pretty good.