fsi-open / datasource-bundle

Main purpose of this bundle is to register FSi DataSource Component service and twig datasource rendering functions
MIT License
5 stars 7 forks source link

Registration of new elastica driver and its extension #35

Open chives opened 10 years ago

chives commented 10 years ago

Basic elastica driver (https://github.com/fsi-open/datasource/issues/59) will be using only plain https://github.com/ruflin/Elastica. Here in datasource-bundle we can extend it to use all features of https://github.com/FriendsOfSymfony/FOSElasticaBundle (finders, transformers, etc.)

norberttech commented 10 years ago

Dependencies between bundles smells to me.

chives commented 10 years ago

This would be only optional but not required dependency

norberttech commented 10 years ago

Anyway its still bad idea.

chives commented 9 years ago

Registration of https://github.com/fsi-open/datasource-elastica-driver will require integration tests with fixture app and vagrant. Transformation from \Elastica\ResultSet to entities and their indexation should also be done in this bundle (instead of https://github.com/fsi-open/datasource-elastica-driver/pull/11)