As an addition to the possible merge of the two modules (PCP + Content Complete) would be interesting to also provide a way to count the level of completeness of modules configuration. In our project we are providing a drupal distribution and we want to make sure that the user pays the necessary attention in filling in the setting pages of the modules shipped with it.
To do so the module could expose a rule (integrated with Rules module) that checks the completeness of specific setting fields across the modules. It is virtually possible hooking up to the form API (all the setting page should be done as a call to a form render) and getting information about which field to check etc...
How do you see the idea?
PS: I've posted the same idea in the PCP issue queue: http://drupal.org/node/323032#comment-1366864
Comments
Comment #1
pvhee commentedThis functionality can now be achieved with a new module: Complete. When that module matures a bit, I will consider integrating it with Content Complete.
Comment #2
pvhee commented