Description
This module provides integration with Nimble CRM. Each time someone submits a contact form response on your website, a new Contact will be added to your Nimble CRM account. It has integration with the core Contact module and Webform module.
Usefull links
Git clone command
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/ribel/2417261.git nimble_crm
cd nimble_crm| Comment | File | Size | Author |
|---|---|---|---|
| nimble_crm_contact_config.png | 52.21 KB | ribel | |
| nimble_crm_webform_component_config.png | 108.47 KB | ribel | |
| nimble_crm_webform_config.png | 73.71 KB | ribel | |
| nimble_crm_auth_config.png | 59.46 KB | ribel |
Comments
Comment #1
PA robot commentedWe are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #2
arijits.drushAutomated Review
No problem found @ http://pareview.sh/pareview/httpgitdrupalorgsandboxribel2417261git
Manual Review
Individual user account
Yes: Follows
No duplication
Yes: Does not cause
Master Branch
Yes: Follows
Licensing
Yes: Follows
3rd party assets/code
Yes: Follows
README.txt/README.md
Yes: Follows
Code long/complex enough for review
Yes: Follows
Secure code
Yes: Meets the security requirements.
Coding style & Drupal API usage
The starred items (*) are fairly big issues and warrant going back to Needs Work. Items marked with a plus sign (+) are important and should be addressed before a stable project release. The rest of the comments in the code walkthrough are recommendations.
If added, please don't remove the security tag, we keep that for statistics and to show examples of security problems.
This review uses the Project Application Review Template.
Comment #3
oleh chemerys commentedAutomated Review
No problem found @ http://pareview.sh/pareview/httpgitdrupalorgsandboxribel2417261git
Manual Review
Individual user account
Yes: Follows
No duplication
Yes: Does not cause
Master Branch
Yes: Follows
Licensing
Yes: Follows
3rd party assets/code
Yes: Follows
README.txt/README.md
Yes: Follows
Code long/complex enough for review
Yes: Follows
Secure code
Yes: Meets the security requirements
Coding style & Drupal API usage
No issues found.
This review uses the Project Application Review Template.
Comment #4
zaporylieand
Message text should be translatable with t().
Modules creating classes should place their code inside a custom namespace.
I guess that part is redundant.
Would be ok to change nimble with nimble-crm (like in parent module).
Comment #5
ribelThanks @zaporylie for the review!
I've fixed issues that you noted in commit d938b3f.
Comment #6
tkuldeep17 commentedhi ribel,
Manual Review
1. You should also add install file in main module to remove variables which you have created in module.
2. Please explain me "why you have included all files in nimbile_crm module". IMO it should be included when it is required. So you should include these files conditionally.
inc files are created in drupal for two reasons:
1. Code readability and formatting.
2. Code is loaded in memory only when it is required.
Comment #7
ribelHi @tkuldeep17,
Thanks for your notes.
nimble_crm_uninstall()andnimble_crm_contact_uninstall().hook_menu().You can see changes in commit a663ddc.
Comment #8
taran2lSeems pretty solid to me.
Setting RTBC.
Comment #9
cweagansThanks for your contribution!
I updated your account so you can promote this to a full project and also create new projects as either a sandbox or a "full" project.
Here are some recommended readings to help with excellent maintainership:
You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and stay involved!
Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
Thanks to the dedicated reviewer(s) as well.