clojure-toolbox.com icon indicating copy to clipboard operation
clojure-toolbox.com copied to clipboard

feature idea: verbose or tooltip version (using github project description)?

Open uvtc opened this issue 10 years ago • 3 comments

Most of the projects listed in the toolbox have a github page, and most github pages contain a "project description" line at the top. What do you think of having an alternative/secondary version of the clojure-toolbox which is more verbose (possibly linked to near the top), containing each project's description text after the name of the project?

The main benefits of this would be easier ctrl-f browser searchability, and more immediately available info for the reader. Though the main drawback is that it would be much more cluttered.

Alternate idea: use the project description text as tooltip text shown when hovering over the project name? (When I'm browsing the toolbox, I often stop at a project and wonder what it's all about. Would be nice if a tooltip just popped up to tell me what it's all about.)

uvtc avatar Dec 11 '13 04:12 uvtc

Adding to @uvtc's idea: Show the github-stars and/or some activity metric.

miclill avatar Dec 22 '16 00:12 miclill

Perhaps just fetch <meta name="description" ...> from the project page, if present, and put it into a tooltip?

holyjak avatar May 24 '19 20:05 holyjak

+1 to @miclill idea. Having GitHub stars would be of great help! Other "popularity" stats like suggested in #265 are okay too, but possibly harder to implement as Clojars isn't the only place where Clojure libraries live. Last update isn't that important, I think, as many Clojure libraries are stable and don't require active development.

As someone who uses Clojure mostly for hobby projects, I often have a "decision fatigue" when I need to pick up a single dep from the variety of options.

I do understand that stars can be perceived by someone as some kind of rating, like the dep with more stars is "better" than the other one with fewer. But I think stars can also be interpreted as "go grab this one if you don't have an opinion yet".

P.S. I've calculated some stats: out of 1001 URLs in projects.yml, 970 are GitHub profiles: https://gist.github.com/pilosus/8d1ed78c2851e6f82b54357ac4b5e220

pilosus avatar Jul 06 '23 12:07 pilosus