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

Enhancement: Add link to repo/website, Stars, created at, updated at. Make tables sortable. #38

Open
8 of 11 tasks
80avin opened this issue Jan 13, 2024 · 0 comments · May be fixed by #39
Open
8 of 11 tasks

Enhancement: Add link to repo/website, Stars, created at, updated at. Make tables sortable. #38

80avin opened this issue Jan 13, 2024 · 0 comments · May be fixed by #39

Comments

@80avin
Copy link

80avin commented Jan 13, 2024

Suggested Features

  • In tables (list.html.erb),
    • add following columns
      • repo link and homepage/website link
      • star count
      • created at date of repo
      • updated at date of repo
    • Allow sorting on any column
  • Build repo list from arduino library index, instead of custom spreadsheet.

FYI, I am working on these, and created issue to collect opinions beforehand.

The POC I have is
image

Remaining:

  • replace "Github", "Website" text with icons or badges.
  • build repo index for all libraries. Not sure if I'll hit API quota in this or not. Also, JSON might be too heavy for this, I might prefer CSV.
  • use badges like from https://flat.badgen.net/github to show github repo details. Only concern is if loading so many badges would be fine or if <img loading="lazy"/> works or not.
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

Successfully merging a pull request may close this issue.

1 participant