denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

Improve scoring of packages #2081

Closed kitsonk closed 2 years ago

kitsonk commented 2 years ago

Currently, the landing page for deno.land/x lists packages in GitHub star priority. Things like oak, one of the most popular Deno specific projects, doesn't appear on the landing page. We should improve the scoring to reflect applicability to Deno, as well as provide that information to users to be able to better discover packages.

KnorpelSenf commented 2 years ago

Do you collect statistics about how often a file is downloaded via CLI, how often a module is found via search, or how often a module's main page/README is visited via browser?

If not, what are you planning on using as a metric to decide which modules to show?

kitsonk commented 2 years ago

Tracked by denoland/website_feedback#4