sulu / SuluArticleBundle

Bundle for managing localized content-rich entities like blog-posts in the Sulu content management system
MIT License
52 stars 77 forks source link

Add experimental ArticleRepository and ArticleController #583

Open alexander-schranz opened 3 years ago

alexander-schranz commented 3 years ago

Skeleton for Quick Testing this pull request: https://github.com/sulu/skeleton/pull/236

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed tickets fixes #issuenum
License MIT

What's in this PR?

Add ArticleRepository and ArticleController getAction ContentBundle implementation.

Why?

We need a performant ArticleRepository for the ContentBundle integration and the Repository should be single interface to all which communicates with the database.

Related Pull Requests

Related Issues

TODO

New Bundle Structure

Open

But not part of this Pull Request:

alexander-schranz commented 1 year ago

@TheCadien finished with rebasing