Create an handler to compute a visualization for on test. It must handle: - simple data retrieval - precomputing of meaningful stats (average, percentile,...) - precomputing visualization data (see frontend lib) - precomputing of comparison of 2 tests - filtering responses within a test Note: the client must provide an auth token (Authorization header). Note: all the features to support may be split into individual handlers/endpoints. Note: from the brainstorming session : <img width="684" alt="get viz endpoint" src="https://user-images.githubusercontent.com/59995859/148577589-c11904ea-b551-42cb-98bb-defbed04cd0f.png">
Create an handler to compute a visualization for on test.
It must handle:
Note: the client must provide an auth token (Authorization header).
Note: all the features to support may be split into individual handlers/endpoints.
Note: from the brainstorming session :
