SAP / spartacus

Spartacus is a lean, Angular-based JavaScript storefront for SAP Commerce Cloud that communicates exclusively through the Commerce REST API.
Apache License 2.0
744 stars 389 forks source link

In spacceleratoraddon, add cms data for top-right links (sale, contact us, help) #352

Closed Xymmer closed 5 years ago

Xymmer commented 6 years ago

For each of the links at top right: image

Need cms data added to spacceleratoraddon (not regular sample data) for getting the link and for the page data itself.

To do:

Acceptance criteria:

The task to implement in Spartacus is #353.

tobi-or-not-tobi commented 5 years ago

The CMS data should reflect the model as implemented in the temporary Hardcoded HardcodedSiteLinks interceptor. With this ticket, the interceptor must be removed. This includes the storefinder link. For each link, a content page should be returned as well.

WeizhengSap commented 5 years ago

SPA PR is here: https://github.com/SAP/cloud-commerce-spartacus-storefront/pull/1210 sample data PR is here: https://stash.hybris.com/projects/C3PO/repos/spacceleratorsamplesaddon/pull-requests/13/overview

WeizhengSap commented 5 years ago

3 Content Pages are created. Page Labels are: "sale", "help", and "contactUs"

LTiger14 commented 5 years ago

Passed QA