I've updated the roster tool based on the discussion and resolution of the following issue:
https://issues.apache.org/jira/browse/INFRA-9250 --- Usage: First find and navigate to your committer page: https://whimsy.apache.org/roster/committer/ Scroll down to the Spam Assassin Score line and double click on it and you will see a form. Change the value and click submit. --- This field is probably not the one of highest value. The flow for editing other fields. First the field needs to be extracted on the server: https://github.com/apache/whimsy/blob/master/www/roster/models/committer.rb Next, the field must be displayed with provisions for both a simple display and a form: https://github.com/apache/whimsy/blob/master/www/roster/views/committer.js.rb Finally, the updates need to be applied when the form is submitted: https://github.com/apache/whimsy/blob/master/www/roster/views/actions/committer.json.rb --- For more information on running scripts and applications on your machine, see: https://github.com/apache/whimsy/blob/master/DEVELOPMENT.md#running-scriptsapplications