-
Notifications
You must be signed in to change notification settings - Fork 76
can we refactor RaindropRoutingBundle into this bundle to get ORM routes? #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
i will give a check at the internals of routing bundle to consider the use inside original cmf-routing. |
my assumption on routing was based on the old version before decoupling the routing component so i guess it requires some more inspection |
i think this would be a game changer for all sorts of applications. @matteocaberlotto : do you plan on working on this soon? And if so, how soon? I might take a look at it soon |
i gave a quick look at RoutingBundle, RaindropRoutingBundle and cmf-routing but i think i need some more knowledge on the cmf-routing internal changes: i made the fork long time ago. UPDATE: |
i am sure we can find a way to make this work! if we have some assumptions in the dynamic router that do not work, we can also refactor it where needed. what i would see is:
|
see #95 |
i stumbled over https://github.com/raindropdevs/RaindropRoutingBundle which is built on this bundle, but providing ORM stuff for the routing. at least the generic orm routing would be very cool to have in the cmf bundle directly.
i don't know yet if there are things in that bundle that go beyond what the cmf routing bundle can do - we should check and decide if everything is of general use or not.
/cc @erivello @matteocaberlotto
and btw, there are quite some forks (in the old sense of the word, not working copies) of other things in the raindropdevs organization. wonder if those are needed or could be merged back to their sources.
The text was updated successfully, but these errors were encountered: