Description
The Fotorama Gallery Module provides a display field formatter for Drupal 8 that let to the site builders easily apply the Fotorama jQuery gallery to their image fields.

Similar projects and how they are different

Fotorama: https://www.drupal.org/sandbox/max_merimax/1535296
This project create a field formatter based on the same jQuery gallery but is for drupal 7 and looks abandoned.

Project page
https://www.drupal.org/sandbox/meickol/2686393

Clone command

git clone --branch 8.x-1.x https://git.drupal.org/sandbox/meickol/2686393.git fotorama_gallery
cd fotorama_gallery 

pareview.sh
https://pareview.sh/node/963

Manual reviews of other projects
https://www.drupal.org/node/2847447#comment-11917866
https://www.drupal.org/node/2796741#comment-11969994
https://www.drupal.org/node/2846283#comment-11970029

CommentFileSizeAuthor
#11 coder-results.txt5.12 KBklausi
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

meickol created an issue. See original summary.

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.

meickol’s picture

Title: Fotorama Gallery » [D8] Fotorama Gallery
meickol’s picture

Status: Active » Needs review
meickol’s picture

Issue summary: View changes
Issue tags: +PAreview: review bonus
PA robot’s picture

Status: Needs review » Needs work

There are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpsgitdrupalorgsandboxmeickol2686393git

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

meickol’s picture

Status: Needs work » Needs review
meickol’s picture

Priority: Normal » Major
meickol’s picture

Priority: Major » Critical

klausi credited klausi.

klausi’s picture

Status: Needs review » Fixed
FileSize
5.12 KB

Review of the 8.x-1.x branch (commit 976a266):

  • Coder Sniffer has found some issues with your code (please check the Drupal coding standards). See attachment.
  • DrupalPractice has found some issues with your code, but could be false positives. See attachment.
  • No automated test cases were found, did you consider writing Simpletests or PHPUnit tests? This is not a requirement but encouraged for professional software development.

This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. You have to get a review bonus to get a review from me.

manual review:

  1. t('@label: @value', array('@label' => 'data-ratio', '@value' => $value): data-ratio is a static string, why do you embed it as variable? Shouldn't that be directly in the translatable string?
  2. "'#title' => 'Check if the value is a percentage',": all user facing text must run through $this->t() for translation.

Otherwise looks good to me.

Thanks for your contribution, Maicol!

I updated your account so you can opt into security advisory coverage now.

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.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.