intershop-pwa icon indicating copy to clipboard operation
intershop-pwa copied to clipboard

feat: blog functionality managed via Intershop CMS

Open shauke opened this issue 2 years ago • 1 comments

PR Type

[x] Feature

What Is the Current Behavior?

The Intershop PWA does currently not provide basic blog functionality that can be manged via the ICM CMS.

What Is the New Behavior?

This pull request provides the basic functionality to render a list of blog articles assigned to a given include (we currently use include.general.01.pagelet2-Include for showcase purposes) as abstracts with a link to the blog article detail page where the whole article content is rendered.

Does this PR Introduce a Breaking Change?

[x] No

Todo

  • [ ] Visual Design + Interaction Design (currently only a draft)
  • [ ] dynamic article listing
  • [ ] article filtering
  • [ ] tests

Other Information

For managing and rendering of blog articles the fitting (currently non ICM standard) cartridge needs to be added in the ICM backend - app_sf_blog_cm.

AB#76011

shauke avatar Apr 14 '22 07:04 shauke

Requires ICM dynamic slot/include (PageletPipeline with CallParameter) handling. AB#76688

shauke avatar Aug 01 '22 14:08 shauke