Quote:
Originally Posted by AllMassive
It would be nice to make sure that 'all' noms are voteable.
How about a 'gal_max_nominations' and after that amount of noms is reached no more noms are accepted.
|
I opened an issue for this on:
- https://github.com/addonszz/Galileo/issues/79 ('gal_max_nominations' and after that amount of noms is reached no more noms are accepted)
However there is a long time I do not work with this plugin and I am not sure if I ever will be working with this, because:
- I do not play any games, including (running a server), there is a long time
- I am not planing to play games (including running a server) in a near or distant future
I did this plugin some time ago when I was running a server and playing it, but this is not the case anymore.
Should not be expected new features to be implemented, however I think I can look into working on bug fixes if any bug show up.
Anyone is free to fork it on GitHub and start adding new features. I think the code is pretty clean.
I would advise to add new features using TDD (Test Driven Development) because this
plugin is extremely big and it does indeed require automated testing, otherwise you can easy
create several bug/breaking things if any new features are added. If is a bug is found, then a
test catching this bug should be written, etc.
I wrote some Unit Tests already, but not all features are covered. Therefore these reaming tests
should also be written, without forgetting to write new tests for any new feature or fixed bug.
__________________