-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add additional fields to published projects CSV download (#2280)
This PR adds fields to indicate the resource/project type to the published projects CSV download available in the console. It also addresses these suggested updates for projects from #2277 : - Rename to "Published Projects" (renamed the button, everything else seemed to have both words already) - Add approximate storage size, if possible (`storage_volume`) (added `main_storage_size` which is what the entire project takes up across versions. Could add `incremental_storage_volume` also if desired). - Add number of signed DUAs (`signed_dua_count`) Add this by counting the `DUASignature` objects for a given `project_id`.
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters