pod4lib / aggregator

POD Aggregator, f.k.a. the POD Data Lake
https://pod.stanford.edu
Apache License 2.0
9 stars 3 forks source link

Add "Files" table to Activity summary section #677

Open ggeisler opened 2 years ago

ggeisler commented 2 years ago

Part of #672.

Below is a suggested start for the Files tab. As with all of the Activity summary tables, the main goal is to start with something, and we can refine and adjust based on what data is actually feasible to gather and what ideas we might get for showing more useful things.

files
marlo-longley commented 2 years ago

@corylown related to our discussion of caching tab data every hour - the best way to get the file statistics needed for this ticket is from the latest_statistics call to each organization - but these statistics are only updated once a day. I just want to note that the data in this tab could be out of sync with the other hourly tabs. The Last upload column we can keep up to date live, but the file counts would be coming through daily.

Slightly related to https://github.com/pod4lib/aggregator/issues/788