-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add variables to the "Download data" section of the console #2277
Comments
bemoody
pushed a commit
that referenced
this issue
Aug 21, 2024
This is a small pull request in response to: #2277 The changes are: - Rename "Download data" to "Export data" in the menu (for no real good reason) - Add credentialing date to the user table - Change a header from "Projects" to "Published Projects" for clarity
|
tompollard
added a commit
that referenced
this issue
Aug 23, 2024
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`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We provide a tool for downloading data at console/downloads/.
This issue is a placeholder for variables that we should add to the download (and related changes).
Projects
storage_volume
)signed_dua_count
)Users
credentialed_date
)project_type
)Other
The text was updated successfully, but these errors were encountered: