DataBiosphere / data-browser

Apache License 2.0
11 stars 4 forks source link

[HCA DX] Track clicks on export request buttons #4191

Open MillenniumFalconMechanic opened 1 week ago

MillenniumFalconMechanic commented 1 week ago

Need

We need to track clicks on export buttons such as "Request Link" for export to Terra, and "Prepare Manifest" for file manifest.

Approach

Investigate reuse of curl download event. See comments below for approach.

Definition of Done

curl Command

File Manifest

Export to Terra

jpaten commented 3 days ago

Hi @MillenniumFalconMechanic! I took a look through the existing bulk_download_requested event, and I think it could be reused, but I found several issues that would need to be considered:

Let me know if you what you think about this, and I can make a findable ticket to add these changes and call the event on other existing events

MillenniumFalconMechanic commented 2 days ago