Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
uvtc opened this issue Dec 11, 2013 · 3 comments
Open

Comments

@uvtc
Copy link

uvtc commented Dec 11, 2013

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.)

@miclill
Copy link

miclill commented Dec 22, 2016

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

@holyjak
Copy link
Contributor

holyjak commented May 24, 2019

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

@pilosus
Copy link

pilosus commented Jul 6, 2023

+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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants