Config:VisualEditorAndWikitextTest

From Meta, a Wikimedia project coordination wiki

{

  "a": "visualeditor",
  "b": "wikitext",
  "startDate": "2015-04-01",
  "comparisons": [
      {
          "title": "Sequence of Actions",
          "type": "sunburst",
          "metric": "sessions",
          "desc": "An editor goes through a sequence of events during an editing session.  Similar sessions are aggregated and represented as proportional concentric arcs.\n\n  At a glance, you can see the proportion of important steps, such as successful saves colored in green.  If you look closer, you can identify longer thinner rays that represent rare but interesting ways people are using the tool.",
          "colors": {
              "init": "#5687d1",
              "ready": "#7b615c",
              "saveIntent": "#de783b",
              "saveAttempt": "#17becf",
              "saveSuccess": "#6ab975",
              "saveFailure": "#a173d1",
              "abort": "#bcbd22",
              "end": "#bbbbbb"
          }
      },
      {
          "title": "Rates over time",
          "type": "timeseries",
          "annotationsMetric": "deployments",
          "metric": "rates",
          "desc": "Interesting rates are examined over time.\n\n* bounce-rate: loaded the editor but did not go beyond that\n* success-rate: attempted to save and were able to\n* failure-rate: attempted to save and were met with an application exception or a workflow exception such as an edit conflict\n* not-attempted-rate: began the save process but did not attempt to save",
          "colors":  {
              "not-attempted-rate": "#7b615c",
              "success-rate": "#6ab975",
              "failure-rate": "#a173d1",
              "bounce-rate": "#bcbd22"
          }
      },
      {
          "title": "Success by Experience of User",
          "type": "timeseries",
          "annotationsMetric": "deployments",
          "metric": "success_by_user_type",
          "desc": "***"
      },
      {
          "title": "Failure Rates by Type",
          "type": "timeseries",
          "annotationsMetric": "deployments",
          "metric": "failure_rates_by_type",
          "desc": "***"
      }
  ]

}