ooni / explorer

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

Implement the measurement pages #11

Closed hellais closed 5 years ago

hellais commented 6 years ago

Link to mockup

Every measurement type needs to have a view showing the results in OONI Explorer.

The pattern to follow here, I think, could be similar to that taken for probe-desktop.

See: https://github.com/ooni/probe-desktop/tree/master/renderer/components/nettests

In particular we need a view for:

For each of these measurement types, it's important to take into account the possible values the relevant test_keys will take.

To learn more about the data format of the test_keys, check out the test specifications: https://github.com/ooni/spec/tree/master/test-specs

darkk commented 5 years ago

Some notes from my 1:1 discussion with @sarathms on 09 Nov 2018 based on the following state of measurement header ooni-explorer-next 2018-11-20 20-56-20

gabelula commented 5 years ago

Related to https://github.com/ooni/explorer/issues/2

elioqoshi commented 5 years ago

@sarathms quick feedback from my end:

image


All over there are many things which can be answered by the mockups if you use their values as a reference. Happy to jump on a 1:1 as well to go through these. Thanks for the quick progress so far!

hellais commented 5 years ago

We finished a first iteration of this that implements views for all the tests.

Here is, as a reference, links to some measurement pages:

@elioqoshi could your feedback into other individual tickets so we can move it forward from there?

I suggest we implement those as a next iteration.

elioqoshi commented 5 years ago

Feedback continuing here: https://github.com/ooni/explorer/issues/35