Make some of the core settings for the application configurable by users with the admin privilege:
Allow Admins to set the active review phase- Allow Admins to set weighting factors for review criteria
- Allow Admins to set number of spam votes needed to disqualify an application from further review
- Allow Admins to set application period start/end time
This could be done by adding a settings table and a screen to manage the settings and then changing appropriate logic inside the existing application to use values from the settings table rather than static configuration data or hardcoded constants.
Version: wmf-deployment
Severity: enhancement