Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
24 Apr 2024 at 08:48 UTC
Updated:
27 May 2024 at 08:04 UTC
Jump to comment: Most recent
Comments
Comment #2
r_cheh commentedComment #3
vishal.kadamThank you for applying!
Please read Review process for security advisory coverage: What to expect for more details and Security advisory coverage application checklist to understand what reviewers look for. Tips for ensuring a smooth review gives some hints for a smoother review.
The important notes are the following.
phpcs --standard=Drupal,DrupalPracticeon the project, which alone fixes most of what reviewers would report.To the reviewers
Please read How to review security advisory coverage applications, Application workflow, What to cover in an application review, and Tools to use for reviews.
The important notes are the following.
For new reviewers, I would also suggest to first read In which way the issue queue for coverage applications is different from other project queues.
Comment #4
vishal.kadam1.
masteris a wrong name for a branch. Release branch names always end with the literal .x as described in Release branches.2. Fix phpcs issues.
3. FILE: quiz_maker.module
In Drupal, there are no primary and secondary hooks. The usual description for a .module file is Hook implementations for the [module name] module. where [module name] is the module name given in the .info.yml file.
4. FILE: src/Controller/QuizMakerController.php
FILE: src/Event/QuizTakeEvent.php
FILE: src/Event/ResponseEvent.php
FILE: src/Event/QuestionNavigationEvent.php
FILE: src/Service/QuizMakerQuestionAnswerPluginManager.php
FILE: src/Service/QuizMakerQuestionPluginManager.php
FILE: src/Service/QuizMakerQuestionResponsePluginManager.php
FILE: src/Form/QuestionAnswerTypeForm.php
FILE: src/Form/QuestionResponseTypeForm.php
FILE: src/Form/QuestionTypeForm.php
FILE: src/Form/QuizResultReviewForm.php
FILE: src/Form/QuizTakeForm.php
FILE: src/Plugin/Field/FieldFormatter/QuestionResponseFormatter.php
FILE: src/Plugin/Field/FieldFormatter/TimeLimitFormatter.php
The documentation comment for constructors is not mandatory anymore, If it is given, the description must be Constructs a new [class name] object. where [class name] includes the class namespace.
Comment #5
r_cheh commentedThanks for the review, I have fixed all issues, you can check and review. Thanks.
Comment #6
r_cheh commentedComment #7
vishal.kadamRest looks fine to me.
Let’s wait for a Code Review Administrator to take a look and if everything goes fine, you will get the role.
Comment #8
vishal.kadamComment #9
avpadernoThank you for your contribution!
I updated your account so you can now opt into security advisory coverage for any project you created and every project you will create.
These are some recommended readings to help you with maintainership:
You can find more contributors chatting on Slack or IRC in #drupal-contribute. So, come hang out and stay involved!
Thank you 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.
I thank also the dedicated reviewers as well.
Comment #10
avpadernoComment #11
r_cheh commentedThanks all members for the review very much!
Comment #12
r_cheh commentedComment #13
avpaderno