dart-archive / pub-dartlang

DEPRECATED - old pub.dartlang.org site in Python
https://github.com/dart-lang/pub-dartlang-dart
Other
43 stars 18 forks source link

Supply stats for pub authors #164

Open DartBot opened 10 years ago

DartBot commented 10 years ago

From @sethladd on September 25, 2012 05:32:54

A pub author will be interested in their own stats for their pub packages.

Some stats would include:

Ideally, pub can allow a pub author to supply their own Google Analytics code for their specific page.

Note on implementation: if we stored all the binaries in google cloud storage, it'd be easy to move the logs into bigquery for analysis. Bonus: we could also use prediction api to offer recommendations for users (users who installed library A also installed library B)

Original issue: http://code.google.com/p/dart/issues/detail?id=5424

DartBot commented 10 years ago

From kaisellgren@gmail.com on September 26, 2012 08:42:40

I'd be interested in seeing who have made most packages, and what packages a specific author has made.

NPM has a nice repository: https://npmjs.org/

DartBot commented 10 years ago

From @munificent on August 21, 2013 15:40:01

Labels: -Area-Pub Area-PubSite

DartBot commented 10 years ago

From @kevmoo on April 12, 2014 11:44:54

Issue 18178 has been merged into this issue.

DartBot commented 10 years ago

From @kasperl on July 10, 2014 03:22:17

Labels: -Milestone-Later Oldschool-Milestone-Later

DartBot commented 10 years ago

From @kasperl on August 04, 2014 00:42:31

Labels: -Oldschool-Milestone-Later

karan commented 9 years ago

Some more suggestions:

nex3 commented 9 years ago
  • read profiles (I should be able to choose my username, manage my packages etc)

Managing packages would be great, but username stuff is handled entirely as part of your Google account.

  • stats (downloads by time/by version)

:+1:

  • overall pub stats (top downloaded, top authors, most updated and so on)

We actually had a "top downloaded" list for a while, but it was completely skewed by the packages that are downloaded for the Dart Editor samples. I think something like "most depended on" would be a better metric, or even something more advanced like a PageRank-style ranking algorithm.

lacolaco commented 9 years ago

:+1:

I'd like to check a count of the package downloaded. Packages in the pub don't have any informations to show us about which that package is the popular.

lteacher commented 8 years ago

Looks like no update here for a while. Actually just coming back to work with Dart but things like this are very bothersome. To be honest its not clear at all which packages are most reliable. There are no stars, or downloads, or depended on statistics.

I don't think the wheel needs to be reinvented, the npm site shows the minimum user friendly level required. To illustrate by example I though, hmm maybe there is some EventEmitter type class that I can use, or even just as a new person googling dart event emitter produces numerous results. The list provided on pub-dartlang is not helpful as its not slightly clear which are truly complete. Obviously that would be even worse if the community was flourishing as there could be many packages.

Actually looking back again and comparing I think the key thing that should probably be there is number of stars.