Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Handle the includes parameter within the page resolver #552

Closed
3 tasks done
mkucmus opened this issue Mar 27, 2020 · 0 comments · Fixed by #907
Closed
3 tasks done

Handle the includes parameter within the page resolver #552

mkucmus opened this issue Mar 27, 2020 · 0 comments · Fixed by #907
Assignees
Labels
Milestone

Comments

@mkucmus
Copy link
Collaborator

mkucmus commented Mar 27, 2020

Acceptance criteria:

  • - change the page resolver's endpoint to the store-api one
  • - create a list of used properties from current usage
        cms_page_slot: [
          "id",
          "type",
          "slot",
          "blockId",
          "data",
          "backgroundMediaMode",
          "backgroundMedia",
        ],
        cms_page_block: [
          "slots",
          "type",
          "id",
          "backgroundMedia",
          "sectionPosition",
        ],
        cms_page_section: [
          "id",
          "backgroundMedia",
          "blocks",
          "type",
          "sizingMode",
        ],
        cms_page: ["id", "name", "sections", "type", "config"],
        product: [
          "name",
          "ratingAverage",
          "calculatedPrice",
          "calculatedPrices",
          "cover",
          "id",
          "translated",
          "options",
        ],
        product_media: ["media"],
        media: ["url"],
        calculated_price: ["unitPrice"],
        product_group_option: ["name", "id", "group", "translated"],
        product_group: ["id", "name", "options", "translated"],
  • - implement properties from the list as an includes parameter
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants