ooni / explorer

OONI Explorer: uncover evidence of internet censorship worldwide
https://explorer.ooni.org
BSD 3-Clause "New" or "Revised" License
71 stars 38 forks source link

Hyperlinks to results page for individual counts #802

Open arky opened 2 years ago

arky commented 2 years ago

Please kindly add hyperlinks to individual counts (anomaly_count, confirmed_count,failure_count and ok_count) inside the popup window. It would save users some clicks to quickly zero in on interesting data.

Expected Behavior

  1. Select a time period in MAT
  2. Click on the anomaly_count
  3. The page would redirect to results page with anomaly selected.

Actual Behavior

There are no click-able links image

Kirito-Excalibur commented 1 year ago

@arky What do you mean by results page?

arky commented 1 year ago

@Kirito-Excalibur The explorer page where measurements are shown.

Kirito-Excalibur commented 1 year ago

Can you give me an example? A link to the page which you are referring to?

arky commented 1 year ago

@Kirito-Excalibur

https://explorer.ooni.org/chart/mat?test_name=web_connectivity&input=http%3A%2F%2Fwww.chrac.org&since=2021-10-05&until=2022-10-05&axis_x=measurement_start_day

Testcase

  1. Go MAT Charts page
  2. Select a test (aka web connectivity)
  3. Provide an domain to test (www.chrac.org)
  4. Select a time period
  5. Once the chart is displayed, click on bars on the chart.
Kirito-Excalibur commented 1 year ago

@arky Till this part even I understand. But you want that the option on the bars popup (anomaly count, confirmed count) should link to a "results page". What is this result page?

arky commented 1 year ago

@Kirito-Excalibur There is no results page for that. If a user clicks on anomaly count bar, then you could show results that are filtered by anomaly count for the current selected period.

Please kindly refer to filtering and funneling feature that is present in google analytics dashboards or any data dashboard that allows filtering.

HTH