AhmedSamy / DynamicDatatablesBundle

0 stars 0 forks source link

[RFC] Forking OroGridBundle #1

Open habashyjr opened 10 years ago

habashyjr commented 10 years ago

I began to play a bit with this bundle, it's awesome and all that I even created a small playground with FOSRestBundle, BackboneJS and Backgrid to play with but it really needs a lot of work and it seemed like reinventing the wheel again

However, I suggest if we begin to fork the OroGridBundle and skim it up from its problems and I think that playground it can be a good starting point to skim all the heavy dependencies or at least use the components we need like their strong filter factory

Current OroGridBundle problems 1.the maintainers doesn't provide it as a standalone bundle 2.it has really heavy backend dependencies 3.I think it's strongly coupled to ORM only

AhmedSamy commented 10 years ago

as per https://magecore.atlassian.net/wiki/display/DOC/Backend+Architecture

they have a great documentation to start with, I am up for it as long as we implement ODM and Elastic Providers

habashyjr commented 10 years ago

IMO, providers part is the easiest part, however, skimming up a bundle from dependencies might seem a dangerous plan as detaching it will make us miss any new features from the original maintainers, what do you think?