Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

repository routing bundle #89

@dbu

Description

@dbu
  • build a routing that provides a custom router that reads from a phpcr tree to find a node in one request. that node points to a content. the content can have whatever structure, i18n happens with the Multilang strategy.
  • integrate it with the ChainRouterBundle from build a ChainRouterBundle #72. First check using the normal routing and if it fails, fallback to routing that matches via a repository lookup
  • find the right controller for the content (from document type or meta data)
  • the tree can be duplicated for each language to have language specific urls.
  • this tree is only for the urls, its not the navigation and not the content.
  • probably we don't even need the doctrine odm here
  • have a command to dump that tree into a routing file for performance worries

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions