This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What is the enhancement in mind? How should it look and feel?
It would be useful if there were permission nodes for numbers of job slots you are allowed.For example, the permission node jobs.quantity.1 allows you to join one job and jobs.quantity.2 allows you to join two jobs.
This can also be done with defined nodes in the config:
jobQuantity: default: 1 VIP: 2 admin: unlimited
This would use the nodes jobs.quantity.default, jobs.quantity.VIP and jobs.quantity.admin
You can use permissions to give particular amount of max jobs jobs.max.[numer] or use jobs.max.* for no limit
To post a comment, please login or register a new account.