Skip to content
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

Open
2 of 8 tasks
tompollard opened this issue Aug 20, 2024 · 1 comment
Open
2 of 8 tasks

Add variables to the "Download data" section of the console #2277

tompollard opened this issue Aug 20, 2024 · 1 comment

Comments

@tompollard
Copy link
Member

tompollard commented Aug 20, 2024

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

  • Rename to "Published Projects"
  • Add approximate storage size, if possible (storage_volume)
  • Add number of signed DUAs (signed_dua_count)

Users

  • Add the date when the user was (last?) credentialed (credentialed_date)
  • Add project type (project_type)

Other

  • Add a "All active projects" sheet that exports all active projects.
  • Add an "PublishedAuthors" sheet that exports a list of all published authors
  • Rename "Download data" to "Data export"
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
Copy link
Member Author

tompollard commented Aug 23, 2024

  • Rename "all_emails" to "other_emails" in the user table (or make sure "all_emails" really does contain all emails).

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant