- Issue created by @catch
- πΊπΈUnited States drumm NY, US
β¨ Add tracking for when recipes from Drupal.org are applied Active should be doable and provide better data.
Implementing this workaround would be just as much work as the server-side of the correct tracking, and is not a quick win. This might even take more time, I do not think we have the module dependencies stored in a database table.
- π¬π§United Kingdom catch
I'm not sure this should only be a temporary workaround.
Recipe applying is a one-off operation, this means the sorting is likely to happen in two ways:
1. Purely cumulative - won't pick up trends over time and also very vulnerable to gaming and accidental CI pollution.
2. With some kind of decay (only 12 months of date, or weighting more recent data higher) - potentially not enough data overall to rank usefully.
But either #1 or #2 could be combined with the module usage approach, which while it won't reflect installs of the recipes, would represent a ceiling of how many sites could ever possibly use the recipe (e.g. if it depends on a module that's only installed on one site, only one live site is actually based on it).