datalad / datalad-usage-dashboard

Dashboard of detected usages of DataLad
MIT License
4 stars 2 forks source link

Add "Last updated" column in the table(s) #40

Closed yarikoptic closed 9 months ago

yarikoptic commented 9 months ago

primarily was interested in one for OSF: wanted to checkout the most recent'ish one, but impossible ATM.

For organization groups could be the latest among all repositories under that organization.

That would also harmonize display a bit since then OSF could become a table as well (and thus I could sort it)

jwodder commented 9 months ago

@yarikoptic Is this "last updated" field supposed to be when a repository was last updated on GitHub/OSF/GIN or when its entry in datalad-repos.json was last updated?

yarikoptic commented 9 months ago

for the repository (not our entry). I guess let's take pushed_at for github. Note to myself: that timestamp would be after the date of the actual commit in the repo, so we indeed would be looking at the "most recently updated" (on the hosting portal) and not necessarily "most recently updated in git" (i.e. could be old commits pushed)