This new module facilitates business gathering customer feedback in multimedia formats: text, photo, audio, and video. The module makes it easy for business to appreciate customer's time and effort instantly, safely, and simply. It is a both PC and mobile friendly out-of-the-box solution, offering feedback campaign setup, customer experience capture, digital content protection, online money payment, and social media sharing. With only a few clicks, business has the powerful comment box ready. It dramatically increases customer engagement. Customers never ignore request to leave a comment or suggestion.
project page: https://drupal.org/sandbox/grabimo/2164941
git repo: http://git.drupal.org/sandbox/grabimo/2164941.git
demo page: http://demo.grabimo.com/drupal7/
Reviews of other projects
https://drupal.org/comment/8342101#comment-8342101
https://drupal.org/comment/8322751#comment-8322751
https://drupal.org/comment/8323635#comment-8323635
| Comment | File | Size | Author |
|---|
Comments
Comment #1
grabimo commentedComment #2
andystone78 commentedHi Grabimo,
I have taken a look at the module and noticed several issues:
You should delete any variables created by the module in hook_uninstall (eg: multimedia_feedback_subject, multimedia_feedback_alias etc).
There are also many errors reported by the automated checker: http://pareview.sh/pareview/httpgitdrupalorgsandboxgrabimo2164941git. Mostly because you are using tabs rather than 2 space indentation.
Adding JS & CSS in multimedia_feedback_init() will add to every single page (which appears to not be required, and will add to page sizes and server load). These really need to only be added when needed (page callbacks etc).
The settings page is locked to the 'administer multimedia_feedback settings' permission, however there is no hook_permission defining this permission so no user can be granted it.
Good luck with your module
Andy
Comment #3
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 #4
grabimo commentedComment #5
grabimo commentedThanks Andy, the new code has fixed call coding standard errors and warnings, added hook_uninstall and hook_permission.
Comment #6
grabimo commentedComment #7
grabimo commentedComment #8
grabimo commentedComment #9
devd commentedHi grabimo,
You have put the git repo path to download your module that is correct but if you put it like
Link to the sandbox project: git clone http://git.drupal.org/sandbox/grabimo/2164941.git multimedia_feedback
then it will be good for novice user.
Comment #10
andystone78 commentedRE, your emailed me asking: Do you have any suggestion on loading CS and JS more efficiently? Hope there is a callback function.
It appears that the CSS & JS are only required when the block is viewed, so can you not place the drupal_add_js and drupal_add_css here too? these functions allow you to place the js in the header, footer or inline so i dont see why this could not work.
Also, in the hook_permissions added, the permission index is 'administer multimedia_feedback', but the permission in hook menu is 'administer multimedia_feedback settings'. These need to match.
I also noticed that the configure line in your .info file is missing:
configure = admin/config/multimedia_feedback.This places a link on the modules page to your settings form (There is a different path between D6/7, I have not encountered a dual D6/D7 module before so i'll let you figure out how to solve this).
Something else you may wish to check, you have added copyright notices to your code. I may be wrong but i believe this isn't allowed for contribution modules as they have to be available on the same terms of Drupal itself.
All the best
Andy
Comment #11
ram4nd commentedJust some basics that you have to know about contributing modules.
Comment #12
grabimo commentedComment #13
grabimo commentedComment #14
grabimo commentedThanks everyone for reviewing this module. We are addressing the comments.
Comment #15
grabimo commentedComment #16
grabimo commentedComment #17
grabimo commentedComment #18
grabimo commentedComment #19
klausimanual review:
x')"><script>alert('XSS');</script>as Business alias I will get a nasty javascript popup when block is displayed. You need to sanitize user provided text before printing into HTML, please read https://drupal.org/node/28984 again. Same for $block["subject"]. And please don't remove the security tag, we keep that for statistics and to show examples of security problems.Removing review bonus tag, you can add it again if you have done another 3 reviews of other projects.
Comment #20
PA robot commentedClosing due to lack of activity. Feel free to reopen if you are still working on this application (see also the project application workflow).
I'm a robot and this is an automated message from Project Applications Scraper.