-
Notifications
You must be signed in to change notification settings - Fork 118
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
Add an About page #438
Comments
Yeah, I guess we can link it under the |
Could we add photos of you from your GitHub profiles? |
Yeah, we could probably at least add something about the maintainers and link to https://github.com/orgs/lxc/people for the rest or something like that. |
Would be neat if we could automate something that scrapes the Github info for those accounts to generate that page, it'd save us from having to update or from forgetting someone :) |
🤔 So I guess you want to use something like the GraphQL API? |
Their graphql API is way overkill for this. In our case, we can probably just hit https://api.github.com/orgs/lxc/public_members and then fetch the profile photo and bio from https://api.github.com/users/stgraber. It's not really telling us what specific project they're associated with though so we'd probably just need to keep a map on the site for that purpose, still far less work than having to duplicate all the bio data. Actually I suspect that it will be easier to just maintain a list of members and a one line description of their role in the project and then fetch the bio and photo from Github. |
Interesting 🤔, that is indeed an easier method.
That is probably true.
So either they would change their Profiles or some changes have to be added manually here. |
Hmm, yeah, most people not having anything in their bio isn't going to help much ;) |
On this page you could describe the usual things:
-who you are
-what you do
etc.
The text was updated successfully, but these errors were encountered: