This is what I am talking,
is it possible to make it as dialogue driven, like,collect the data in dialogs, event chain process method using selection drop boxes, and proceeding to next dialog using a user friendly questionnaire.I know how difficult it is, also I am aware it is too much to ask.what I have observed in current process is still user has to make decisions on looking at like aggregator_fetch ,aggregator_parse like things i don't know what they are for and how to use them.I know what i want from the user perspective, I know i want to insert a value, change a value, delete a value calculate a value, or create a value, i will be knowing what is the argument I want to use.I do not know what is an API and what a particular API does.
for exam we have "Define your own content type (node)" suppose if we have form then we can give the name of the content type ->and proceed to next step or some what like this.
My apologizes if i am expecting too much.

Comments

joachim’s picture

> we can give the name of the content type ->and proceed to next step or some what like this

There was a start made in that direction in the 6.x-1.x branch but it was incomplete and the person who began it was no longer working on it.

If you wanted to resurrect it, you can find it in git. It's not something I'm terribly interested in pursuing as it would be really rather complicated. But if you want to try, I'll take a look at what you come up with.

> we have "Define your own content type (node)" suppose

I'm happy to accept more ideas for definitions of groups of hooks like that.

kaizerking’s picture

it is saddening to know that that developer abandoned ,
Thanks for the offer for taking over, unfortunately, I am not coder, I am Sr SAP Consultant and project manager, absolutely dumb in coding, if I were one I could have requested for the co-maintainer ship in the first place.I have so many ideas on modules, my bad,If only i could code. Check on Linkedin Drupal grouphere I have started discussion before i came to know about module builder.There are interesting views of people on Module builder module and the discussion is going on very interestingly. it is about our Module builder and how beneficial it is and what should be expected and the limitations.Perhaps you could have some pointers from there too..

kaizerking’s picture

please have look at this DB-Toolkit maintainer David Cramer built this it is an amazing interface for build an interface WordPress

ZenDoodles’s picture

Status: Active » Closed (works as designed)

@kaizerking Module builder is a development module for people who write code. It is not intended to create a working module without some code writing. I *think* the module you really want is actually the features module. It can be used to create a working module with your configured content types.

However, your request is challenging to parse let alone distill into something a coder could implement. If you have a specific request, please open an issue for it with clear descriptions of what you want the module to do.