Show old & new organization rank components side-by-side for verification
In drupalorg.module
- ensure 'data'
is always an array so foreach doesn’t need an if (!empty())
wrapper.
Refactors summing & weighting credit by project into a function.
Logs credit from the old and new system, so we can gain confidence in the new calculations, and ensure everything is working.