Do you use support ticket or bug tracker? -
GangstaSunny. - 13.01.2018
Hello Folks,
simple question, do you use extern (downloaded web application) for support tickets or bug tracking?
Examples about my question:
osTicket |
https://osticket.com.de/
mantis |
https://www.mantisbt.org/
#best regards
Re: Do you use support ticket or bug tracker? -
Kaperstone - 13.01.2018
for?
For my SAMP server? I don't use any, maximum, I'd create an .md file and write stuff to it, but generally if its reported on the forum I'd leave it on the forum or if not, just remember it, why bother using bug tracker or support ticket if the team is 1-2 people?
Re: Do you use support ticket or bug tracker? -
TakeiT - 13.01.2018
Bug trackers for small projects are annoying. GTMP used mantis for tracking bugs and it was such a pain in the ass to have to register an account + use their reporting system when it couldve just been done with a simple forum category.
Re: Do you use support ticket or bug tracker? -
admantis - 13.01.2018
For a SA:MP server I created a bug tracker in Python that would incorporate in-game accounts for different access levels. Certainly the use of a web application that really isn't much more than a CRUD with a few extra features gave the server a
much more professional air than a forum section. I would recommend you write your own solution to keep things organized. You could even do the same for things such as admin applications, ban appeals, player reports and other things that aren't of public player interest.
Re: Do you use support ticket or bug tracker? -
Renan157 - 13.01.2018
Para Que Voce quer Isso Meu amigo?
Re: Do you use support ticket or bug tracker? -
GangstaSunny. - 13.01.2018
Quote:
Originally Posted by admantis
For a SA:MP server I created a bug tracker in Python that would incorporate in-game accounts for different access levels. Certainly the use of a web application that really isn't much more than a CRUD with a few extra features gave the server a much more professional air than a forum section. I would recommend you write your own solution to keep things organized. You could even do the same for things such as admin applications, ban appeals, player reports and other things that aren't of public player interest.
|
Of course i would write my own solution.
I did so for my last project and it worked great. Both (bugtracker and ticket system) were a part of the big UCP we used. Both worked great and many user used it.
But, this was german community. We like to have seperated stuff for each section so everything got a clear view. Our forum was only for appeals, news, trashtalk, faction sections and some other stuff.
Re: Do you use support ticket or bug tracker? -
Sew_Sumi - 13.01.2018
I don't track bugs at all, I expect my users to be submitting to those bugs as they are definitely features.
Re: Do you use support ticket or bug tracker? -
GangstaSunny. - 14.01.2018
Quote:
Originally Posted by Sew_Sumi
I don't track bugs at all, I expect my users to be submitting to those bugs as they are definitely features.
|
Damn those jokes are '70
Re: Do you use support ticket or bug tracker? -
GRiMMREAPER - 14.01.2018
Just create a section on the forums' where users can report bugs.