core icon indicating copy to clipboard operation
core copied to clipboard

[UI] Create a experiment with default configuration

Open oidacra opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe.

[Experiment] - Configuration View of an experiment

Describe the solution you'd like

Create all the components to show the default configuration of a recently created experiment.

Describe alternatives you've considered

Final view Create Experiments - empty

Additional context

This view is for configuring the experiment.

Acceptance criteria

  • Create Details and Reports containers Screen Shot 2022-09-15 at 11.27.58 AM.png

  • Create a component to show the status of the experiment Screen Shot 2022-09-15 at 11.28.35 AM.png

  • Create a component to show the steps finished Screen Shot 2022-09-15 at 11.29.13 AM.png

  • Card of Variation loaded with the original variation (Reuse) Screen Shot 2022-09-15 at 11.31.56 AM.png

  • Card of 'Set goal' empty (Reuse) Screen Shot 2022-09-15 at 11.33.13 AM.png

  • Card of 'Set target' empty (Reuse) Screen Shot 2022-09-15 at 11.34.25 AM.png

  • Card of 'Set traffic' with the defaults (Reuse) Screen Shot 2022-09-15 at 11.35.15 AM.png

  • Card of 'Set Scheduling' empty (Reuse) Screen Shot 2022-09-15 at 11.36.13 AM.png

Experiment Object with default config.

"entity": [
        {
            "archived": false,
            "createdBy": "dotcms.org.1",
            "creationDate": "2022-09-13T13:53:32.092Z",
            "description": "my experiment description",
            "id": "230fd8ef-b5b2-4a84-9aae-783919dddf56",
            "lastModifiedBy": "dotcms.org.1",
            "modDate": "2022-09-13T13:53:32.103Z",
            "name": "my experiment",
            "pageId": "a9f30020-54ef-494e-92ed-645e757171c2",
            "scheduling": null,
            "status": "DRAFT",
            "trafficAllocation": 100.0,
            "trafficProportion": {
                "percentages": {},
                "type": "SPLIT_EVENLY"
            }
        }
    ],

oidacra avatar Sep 14 '22 16:09 oidacra

Hey team! Please add your planning poker estimate with Zenhub @alfredo-dotcms @rjvelazco @fmontes @hmoreras

oidacra avatar Sep 14 '22 17:09 oidacra

Passed Internal QA: After creating an Experiment, it is showing all the sections.

Screenshot 2022-11-08 at 15 42 45

dsilvam avatar Nov 08 '22 21:11 dsilvam

Fixed, tested on release-23.01 // Docker // FF

bryanboza avatar Dec 12 '22 21:12 bryanboza