DavidCramer / DB-Toolkit

WordPress Plugin to create and manage databases and custom content structures.
18 stars 7 forks source link

Rebirth - planning #18

Open rainbat opened 8 years ago

rainbat commented 8 years ago

Hello Friends-of-DBToolkit,

couple of years ago I started a couple of projects on the basis of DB-Toolkit and it helped me well over the years. I spent much time in the array structures of David and also in the Source Code and I'm thinking about porting the whole thing to a very basic level.

I will remain compatible with the Datamodel (the arrays) and simply replace the frontend with bootstrap and the backend in simple text configuration files.

@Desertsnowman: I'm comfortable with the datamodel, but will you point me to the right files when I redo the frontend ? Like for example where the code is to render the Pulldown Fields that reference lookup tables et. ?

Are there other People interested in this ?

Cheers and Greeting from Zuerich, Dominique

DavidCramer commented 8 years ago

yes I'll help out where needed. (when time allows) I don't remember much about it but should be easy enough to figure out.

DavidCramer commented 8 years ago

@rainbat actually, how about we work together on making a new port?

rainbat commented 8 years ago

yes lets do that ! wanna connect on skype ? i am zuerich0910

rainbat commented 8 years ago

@aoloe: Ale you already helped in decoding the array into reports that are readable by the customer, would love to have you on board

aoloe commented 8 years ago

yeah, wordpress needs a good and free form builder!

DavidCramer commented 8 years ago

@aoloe - https://github.com/Desertsnowman/Caldera-Forms

DavidCramer commented 8 years ago

@rainbat - actually, maybe we can use Caldera Forms as the form part.

aoloe commented 8 years ago

oh, never heard of caldera form...

i skimmed through the website and i could not really tell if it can just mail / let further process form entries or if it lets manage the entries in wordpress.

personally i worked with gravity forms and formidable pro (and little bit with db-toolkit...) and i liked both of them, up to the fact that they are not really free. and since i need them for site about free software this is a problem i'd like to see resolved...

DavidCramer commented 8 years ago

@aoloe I made it so that you can do almost what ever you need. if you want managing of entries, simple drop on the save to post type processor. You can then edit it as a normal post. I really need to document some of the cool stuff it does.

aoloe commented 8 years ago

i guess it's time to install it and see myself what it does :-)

rainbat commented 8 years ago

@Desertsnowman I would like to reuse the DB-Toolkit Configuration Arrays and work on the existing MySQL Tables - you think we could make kind of an importer for the config and stay on the existing MySQL Tables ? Can't really go the Custom Post Type Way for everything ...

DavidCramer commented 8 years ago

@rainbat whats you're reasoning to reuse the config arrays? Is it purely for compatibility?

rainbat commented 8 years ago

@Desertsnowman Yes one Application has about 30 Interfaces with a Total of about 200 Fields - and this in 3 Languages here in Switzerland, there is no way to rebuild all the Fields with copy-paste ... my finger would fall off half-way-through

DavidCramer commented 8 years ago

Ok, good point

DavidCramer commented 8 years ago

@rainbat - So been thinking about it over the last few weeks and think the best course of action is installing the current version on WP4.4 and then fixing it to be functional again and make an updated release. From there, I can start rebuilding the UI (because it sucks) and resurrect this plugin to be something useful again.