webcomponents / webcomponents.org

Home of the web components community
https://www.webcomponents.org
Apache License 2.0
356 stars 95 forks source link

How about a login to save great and awesome elements for later #868

Open IchordeDionysos opened 7 years ago

IchordeDionysos commented 7 years ago

Origin page

There are so many great elements I don't want to forget.

I want to save them easily!!

samuelli commented 7 years ago

Hi @IchordeDionysos,

Are you aware you can star elements?

image

We could expand this feature to let you see the ones you have starred in the past.

IchordeDionysos commented 7 years ago

Yeah I knew :D And that's a really good starting point! But only staring the GitHub repo is not the best. Until I can see, as you suggested, already steared ones it's easier to save and find them in a Link Collection. But I'm looking forward to see stared elements on webcomponents.org :D

samuelli commented 7 years ago

Yep - it's quite a bit of work, but I'll see what we can do!

btopro commented 7 years ago

is there any way of pinging github for a user's starred repos and then meshing that w/ repos that are mapped to webcomponents.org? Might reduce the work involved.

IchordeDionysos commented 7 years ago

In the new Version (v4) of Github API, they are using the GraphQL API. In the User Object, there is a Connection called starredRepositories, what does exactly what you suggested. How hard or easy it is to map them to the webomponents.org repo? I don't know :)

IchordeDionysos commented 7 years ago

https://developer.github.com/v4/reference/object/user/