You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Code IT project will give us great visibility, and it's a cool feature no other association has. First, we would show the number of projects, members, followers, LCs and such we have.
We would need to do the following:
Create a GitHub user/bot for the association, to generate the OAuth tokens
Create a Plone module to show the info in our portal. Use cache so we don't exceed the API limit
Some additional ideas:
Upload an endpoint to heroku/appengine/our server/wherever that returns the (cached) information in JSON, so that others (LCs) can embed the information in their pages. The javascript API is too limited for this, unless we use a token (bad idea in JS) or ask users to sign in. CORS/similar needed.
Add more information from the repos using the API (number of files, extension/language, size, commit activity and busy hours...)
The text was updated successfully, but these errors were encountered:
The Code IT project will give us great visibility, and it's a cool feature no other association has. First, we would show the number of projects, members, followers, LCs and such we have.
We would need to do the following:
Some additional ideas:
The text was updated successfully, but these errors were encountered: