dynamic-linq-query-builder icon indicating copy to clipboard operation
dynamic-linq-query-builder copied to clipboard

Add Plugin_Config again

Open TheUltimateC0der opened this issue 3 years ago • 1 comments
trafficstars

I have searched for a way to configure plugins, but havent found a way to do so.

I stumled upon a commit a few years ago (https://github.com/tghamm/dynamic-linq-query-builder/commit/2285ed710fa4d44a8ef8f9efd9894a19d599003d), where Plugin_config has been removed.

I would love to see it added again, since people are currently unable to configure their plugins.

TheUltimateC0der avatar Oct 30 '22 15:10 TheUltimateC0der

Hi @TheUltimateC0der per the commit notes, it seems that the consensus was that the plugin object was just too messy/complicated, and that the builder included in this library is pretty simplistic. Would it not make more sense to define your schema client-side as the commit suggests? I could be convinced to bring it back, but this does seem like covered ground a little bit. Let me know your thoughts!

tghamm avatar Oct 30 '22 15:10 tghamm

I define everything in code, since I use this code at some other places to make my life easier. Having to define it in JS and my code forces me to take care of both things instead of just one.

TheUltimateC0der avatar Nov 09 '22 12:11 TheUltimateC0der

@TheUltimateC0der this will be added back in #112 apologies for the delay.

tghamm avatar Apr 25 '23 02:04 tghamm