dansan / infolog-upload

Django module for the spring-replay-site to receive uploads of infolog.txt from lobbies or website users
GNU General Public License v3.0
1 stars 0 forks source link

Ticket system #4

Open dansan opened 9 years ago

dansan commented 9 years ago

Simple error reporting tool for non power users by allowing people to track/get notified if their errors get resolved (users would explicitly ask for resolution when they submit their errors). -> #5 #8 #9 #10 On the lobby client side, these wouldn't be done from automatically detected errors, but rather if a user explicitly clicks on the "Report error" buttons.

Suggested function signatures:

listupdates(user, pw) -> [{updates}]
listopentickets(user, pw) -> [tickets] # list of infolog_ids that have issupportticket = true
abma commented 9 years ago

just automaticly create a ticket at https://springrts.com/mantis/ ?!

dansan commented 9 years ago

This little ticket system is not specifically for the engine, but for communication with users. Imo tickets should be evaluated by game devs first, and they may decide to add engine devs when appropriate. A button "mantisize this" for devs for convenience?