Details
-
Story
-
Status: Closed
-
Minor
-
Resolution: Completed
-
None
-
S01E01 - Fruittis Volcano, S01E02 - Giants Enigma, S01E03 - Floating Bottle, S01E04 - Turtles Swamp, S01E05 - Flowers Rebellion, S01E06 - Trip to Canada
-
Manual, Integration
Description
Currently Section Builder allows creating a layout with a single element called "Layout" which can be configured to have one or more columns, paddings, background, etc.
The goal of this story is to split this functionality in two separate elements which can be used independently if desired. The proposed names for the two fragments are:
- Section/Container: Contains the configuration for the container (fluid or fixed), vertical and horizontal paddings, background color and background image.
- Row/Columns: Allows defining several columns. It can be configured in the number of columns and whether there is a columns gutter or not.
A columns fragment can be added inside a section/container or directly in the page canvas. In the latter page, a section/container is added automatically and the row fragments is added inside.
Some benefits of this Story are:
- It's possible to add fragments directly within a section/container, if no columns are desired.
- It's possible to add several Rows fragments inside one container, allowing table-like functionality, which was not so easy before.
- It's now possible to add any fragment directly in the canvas, without the need for a container outside.
Test Cases
Test Scenarios | Test Strategy | Kind of test | Is it covered by FrontEnd ? (JS-Unit) | Is it covered by BackEnd ? (unit or integration) |
---|---|---|---|---|
Container fragment can separately set Top padding and Bottom padding | Smoke | Manual | Yes | No |
Can add a Columns fragment to Container | Smoke | Manual | No | No |
Columns fragment can set the number of columns and with columns gutter or not | Smoke | Manual | Yes | No |
Can add several Row fragments to one container | Smoke | Manual | No | No |
Can add fragments directly without container to page | Smoke | Manual | No | No |
Container fragment can set Fixed Width or Fluid in which can set horizontal padding | Regression | Manual | No | No |
Container fragment can set Background Color and Background Image | Regression | Manual | No | No |
Attachments
Issue Links
- is related to
-
LPS-107285 As a page author I can duplicate an existing Sections or row of Columns
-
- Closed
-
-
LPS-108337 LPS-102955 - Product QA | Test Automation Creation
-
- Closed
-
- Testing discovered
-
LPS-108531 Can not set Fixed Width for Section fragment when enable react page editor
- Closed