denoland / website_feedback

For reporting issues & suggestions for deno.com and deno.land
9 stars 1 forks source link

Proposal: deno.land/x module scoring #4

Closed kitsonk closed 4 months ago

kitsonk commented 2 years ago

One of the biggest challenges for discovery of modules in the Deno eco-system is identifying suitable packages. When browsing modules, modules are currently only listed based on GitHub star count. We need a better scoring metric. Inspired by npms.io here is a work in progress proposal for the metric.

The metric would have three aspects to it, which have several contributing data points:

An overall score would be derived from this to influence the sort order. Currently we think only popularity is easily deliverable, and so the initial weighting would be Popularity 1, Quality 0, Maintenance 0. We would weight these different in the future.

Ref denoland/dotland#2081