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
740 stars 384 forks source link

Spike CDS (Context Driven Services) #970

Closed Xymmer closed 5 years ago

Xymmer commented 5 years ago

There's a whole help site devoted to CDS.

Known so far: 1- Profile tag needed - see docs. This tag contains JS that fetches configuration information from the backend, so that it understands what information to record. The script they provide likely doesn't work with our SPA. Need to discuss with the CDS team how to do this. 1a- There's API docs. 2- We need to create a merchandising carousel cms component. This would be same behavior as carousel we have now, but it pulls product decisions from CDS. 2a- The carousel likely is just an example they did for Accelerator. Can we link CDS to other CMS?

Xymmer commented 5 years ago

CDS team is handling this