Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 May 2013 at 23:08 UTC
Updated:
4 Aug 2013 at 04:25 UTC
LAKELET Qrigo provides integration with the PHP QR Code library.
This module allows user choosing own logo to create a branded barcode.

For selected entity types, the LAKELET Qrigo Label view mode and menu will be created.
The LAKELET Qrigo Label view mode allows user to set a view of entity for printing or similar purpose.

Comments
Comment #1
molenick commentedHello, the automated pareview recognized these issues, please address:
http://ventral.org/pareview/httpgitdrupalorgsandboxlchang1991572git
Comment #2
lchang commentedComment #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
barthje commentedGeneral
Something that's not precisely wrong but just makes your code difficult to read: Maybe add some new lines to seperate blocks of code. It feels similar to reading a text without any paragraphs.
Comments
A lot of functions(none hooks) miss commenting about the parameters and the return.
For example:
or
See: http://drupal.org/node/1354#param
Please check all your functions to see if it misses any doxygen comments. For the whole list see http://drupal.org/node/1354
Comment #5
lchang commentedComment #6
lchang commentedPAReview: review bonus
Comment #6.0
lchang commentedCreate a new section "Reviews of other projects" and add links to the exact review comment.
Comment #6.1
lchang commentedAdd Reviews of other projects: [D7] Mini Panel Reference
Comment #6.2
lchang commentedReviews of other projects: [D7] Region Blocks
Comment #7
delta commentedHello,
You have a lot of codes in the .module,
You should separate the code of your settings page into a lakelet_qrigo.admin.inc,
you can specify the filepath in your menu definition, so you can put into another file, all your settings form functions.
you can do the same with the function that generate the barcode into a lakelet_qrigo.barcode.inc, and then use module_load_include() to load that files when it's needed.
Some function are missing inline comments and/or put some line separation into your code :
lakelet_qrigo_label_deliver_html_page()
lakelet_qrigo_field_formatter_view()
lakelet_qrigo_create_barcode_image()
lakelet_qrigo_create_barcode_image()
lakelet_qrigo_admin_settings_form() also avoid variable names like $ei, $et, prefer $entity_info, $entity_type, that's better for everyone.
lakelet_qrigo_common_settings_form()
Make your code readable, and hierarchised, make it easier to understand and maintain for you and for everyone.
also
.module, line 647
can be
good luck
Comment #8
delta commentedComment #9
lchang commentedThanks!
Comment #10
klausiThis sounds like a feature that should live in the existing qr_codes project. Module duplication and fragmentation is a huge problem on drupal.org and we prefer collaboration over competition. Please open an issue in the qr_codes issue queue to discuss what you need. You should also get in contact with the maintainer(s) to offer your help to move the project forward. If you cannot reach the maintainer(s) please follow the abandoned project process.
If that fails for whatever reason please get back to us and set this back to "needs review".
Comment #11
lchang commentedHi, klausi
Thank you for reviewing!
Sorry, I set the status back to "needs review".
I didn't mean to break the "collaboration over competition" rule. I developed this module, because I urgently need these functions. I have no time to discuss in the qr_codes issue queue. I hope this module can be promoted to a full project since I believe that some users have the same needs.
Comment #12
teyser commentedHi Lchang,
I reviewed your module, I just want to share my thoughts.
This module requires, PHP QR code library. It will help to others, if you shown the message when user enter to this module settings page.
Could you please add more info on readme.txt for better understanding.
Regards,
-Raj.
Comment #13
lchang commentedHi, teyser
Thank you for your suggestion!
If the PHP QR code library is not installed, this message will be shown on the configuration page.
On the status report page, this message is shown.
Comment #14
klausi@lchang: you can already use your functions and others can too, since this is a public sandbox on drupal.org.
We have tons of QR code modules already on drupal.org and adding yet another one will not help anybody.
And since the qr_codes module is unmaintained anyway you should just take it over instead of creating something new. So please follow the abandoned module process first before we continue here: http://drupal.org/node/251466
Comment #15
PA robot commentedClosing due to lack of activity. Feel free to reopen if you are still working on this application.
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #15.0
PA robot commentedReviews of other projects: [D7] Cache_node_object