Page MenuHomePhabricator

Read views
Open, Needs TriagePublic

Description

When I visit /wiki/Special:Experiments, I should see a list of all experiments. The list should:

  • Be sorted by creation date with the most-recently created experiment at the top
  • Include:
    • Created at
    • Updated at
    • Experiment name
    • Experiment creator/owner
    • Enabled?
  • Be sortable by all of the above

Clicking on a row in the list should navigate to the read view for that instrumentation stream.


When I visit /wiki/Special:Experiments/{$experimentName}, I should see the following details about the experiment:

  • Experiment name
  • Created/owned by
  • Created at
  • Updated at
  • Enabled?
  • Bucket sizes
  • The log of all actions taken against the experiment
  • PHP and JS code samples of how to enrol a user in the experiment/test which bucket the user is in

I should also see an "Edit" button, which, when pressed, should navigate me to /wiki/Special:InstrumentStreams/{$streamName}/edit