Page 1 of 1

PM 5 / Ticketing system

Posted: Tue May 17, 2016 5:24 am
by RafalNiewinski
It will be good if users can have multiple same type tickets.
It can be done easily with specific string saving pattern or via duplicates in this string.


There is another improvement that can help:
Ticket expiration time (it can be done via respecting all tickets individually and adding expiration time field to it

What do you think about that ?

Re: PM 5 / Ticketing system

Posted: Tue May 17, 2016 9:37 am
by Kent Briggs
I used the same token management functions on the tickets as the permissions (where duplicates would not make sense). I may change that in the future but in the mean time you should be creating unique ticket tokens each time (perhaps by including a number) rather than recycling them.

Re: PM 5 / Ticketing system

Posted: Tue May 17, 2016 2:05 pm
by RafalNiewinski
Yeah I know. We can think (and talk) about that later when you have some time to do this :)