Provides a CTools plugin for the Geocoder module that translates an address to a geolocation by using ArcGIS.

Geocoder ArcGIS plugin sandbox

Comments

pdenooijer created an issue. See original summary.

legolasbo’s picture

Status: Active » Needs review

Automated Review

pareview.sh has serveral codestyle related issues. Also the project is missing a readme. See: http://pareview.sh/pareview/httpgitdrupalorgsandboxpdenooijer2599068git

Manual Review

Individual user account
[Yes: Follows] the guidelines for individual user accounts.
No duplication
[Yes: Does not cause] module duplication and/or fragmentation.
There is no module providing a similar integration plugin. OP has requested this module to be merged by the geocoder module, but no response has been made yet.
Master Branch
[Yes: Follows] the guidelines for master branch.
Licensing
[Yes: Follows] the licensing requirements.
3rd party assets/code
[Yes: Follows] the guidelines for 3rd party assets/code.
README.txt/README.md
[No: Does not follow] the guidelines for in-project documentation and/or the README Template.
No README.txt present
Code long/complex enough for review
[Yes: Follows] the guidelines for project length and complexity.
Barely meets the requirements with about 250 lines of code spread over 6 functions.
Secure code
[Yes: Meets the security requirements.]
Coding style & Drupal API usage
[List of identified issues in no particular order. Use (*) and (+) to indicate an issue importance. Replace the text below by the issues themselves:
  1. I'm not sure if
    $msg = t('HTTP request to ArcGIS failed.\nCode: @code\nError: @error', $args);
    

    will actually result in a message with newlines.

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.

legolasbo’s picture

Status: Needs review » Needs work
pdenooijer’s picture

I'm busy refactoring + adding test etc.

PA robot’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).

I'm a robot and this is an automated message from Project Applications Scraper.

pdenooijer’s picture

Status: Closed (won't fix) » Needs review

Took a bit longer as expected, had trouble pushing because of the Drupal git still uses sha1 encryption

Fixed all issues & pareview.
http://pareview.sh/pareview/httpgitdrupalorgsandboxpdenooijer2599068git

Rewrote from function based to class based. Wrote multiple tests to check if everything works as designed.

PA robot’s picture

We 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.

PA robot’s picture

Status: Needs review » Closed (duplicate)
Multiple Applications
It appears that there have been multiple project applications opened under your username:

Project 1: https://www.drupal.org/node/2847414

Project 2: https://www.drupal.org/node/2628268

As successful completion of the project application process results in the applicant being granted the 'Create Full Projects' permission, there is no need to take multiple applications through the process. Once the first application has been successfully approved, then the applicant can promote other projects without review. Because of this, posting multiple applications is not necessary, and results in additional workload for reviewers ... which in turn results in longer wait times for everyone in the queue. With this in mind, your secondary applications have been marked as 'closed(duplicate)', with only one application left open (chosen at random).

If you prefer that we proceed through this review process with a different application than the one which was left open, then feel free to close the 'open' application as a duplicate, and re-open one of the project applications which had been closed.

I'm a robot and this is an automated message from Project Applications Scraper.

avpaderno’s picture