oss-aspen / 8Knot

Dash app in development to serve open source community visualizations using GitHub data from Augur. Hosted app: https://eightknot.osci.io
MIT License
52 stars 61 forks source link

Add Collection date to OSSF scorecard #729

Closed MoralCode closed 1 month ago

MoralCode commented 1 month ago

This is a mostly-there first-pass at tackling #720. It adds the date to the bottom of the box for the OSSF scorecard and repo info tiles.

The ossf scorecard one works, the repo info is having some issues that ill work on (ignore my broken fonts on my machine)

Screenshot_20241007_112324

TODO:

feedback welcome!

closes #720

MoralCode commented 1 month ago

Ok i think i fixed the repo info one too (mostly by ignoring 2/3 of the dataframes)

cdolfi commented 1 month ago

@MoralCode For repo_info it looks like its all coming from the same table, repo_info? If its more than one which ones are they?

MoralCode commented 1 month ago

Yeah, for now its just taking all the last updated data from repo_info. I think the releases data frame could be empty and the other one probably requires me to change another query.

I wanted to get an answer on how you want to handle/combine the three sets of values (see my PR comment) before doing all that