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
For my Home Page profile README, I wanted badges Totals for Lines, Total Man Years (related to #581) and Total Cocomo Cost Estimate for all my main public open source repos.
Right now I've worked around this using a script to checkout all my main repos and then run scc over them and parse and generate static shields badges, but this is not ideal.
Would it be possible to have SCC badges do these profile-level totals?
I appreciate this may seem like a bit of a heavy operation...
I believe this should use an online cache storing a few bytes with these totals with a 24 hour expiry to minimize repeating the calculation cost.
I suspect something like this is already used for regular SCC badges for performance?
The text was updated successfully, but these errors were encountered:
This request however... is not going to happen as written. Simply because for my own account it would be something like 100 repos, which would get be banned by github I would imagine.
However, I can see somewhere where you can pick 1 to say 10 projects to do this for and combine... which is something ill investigate. So not profile level, but allowing you to logically group things together.
Keep in mind that I pay for the badges out of pocket too, and while they are low cost they are not free, hence wanting to keep the overhead low where possible.
For my Home Page profile README, I wanted badges Totals for Lines, Total Man Years (related to #581) and Total Cocomo Cost Estimate for all my main public open source repos.
Right now I've worked around this using a script to checkout all my main repos and then run scc over them and parse and generate static shields badges, but this is not ideal.
Would it be possible to have SCC badges do these profile-level totals?
I appreciate this may seem like a bit of a heavy operation...
I believe this should use an online cache storing a few bytes with these totals with a 24 hour expiry to minimize repeating the calculation cost.
I suspect something like this is already used for regular SCC badges for performance?
The text was updated successfully, but these errors were encountered: