This module adds to shs the ability to be used in search api views.
Project page:
https://www.drupal.org/sandbox/rigoucr/2324723
Git commands:
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/rigoucr/2324723.git
shs_search_api
cd shs_search_api
Manual reviews of other projects:
- https://www.drupal.org/node/2511680
- https://www.drupal.org/node/2485297
- https://www.drupal.org/node/2532260
Comments
Comment #1
rigoucrComment #2
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxrigoucr2324723git
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.
Comment #3
kporras07 commentedMade some of the corrections suggested by robot.
The other corrections were not made because:
"Do not use the raw $form_state['input'], use $form_state['values'] instead where possible"That was not corrected because there is not $form_state['values'] available.
Method names were not corrected because this class extends from a views filter handler.
Thanks for reviewing
Comment #4
darol100 commentedManual Review
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.
I have run your project on http://pareview.sh/pareview/ and I find few errors & warning.
You should consider fixing them http://pareview.sh/pareview/httpgitdrupalorgsandboxrigoucr2324723git
Comment #5
kporras07 commentedThanks @darol100.
About what you commented:
I updated the project page. I think it looks better now.
The errors reported by CoderSniffer are because that file extends from views_handler_filter_term_node_tid; so I need to name the functions on that way.
The warnings reported by DrupalPractice are because in that point of the code I don't have those values in $form_state['values'].
Thanks again,
Comment #6
madhusudanmca commentedAutomated Review
No. Please correct the issues reported at http://pareview.sh/pareview/httpgitdrupalorgsandboxrigoucr2324723git
Manual Review
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.
Moving this to needs work, I would like you to think again before promoting it as stand alone module, else I don't see any blockers for this.
As I am not a git administrator, so I would recommend you, please help to review other project applications to get a review bonus. This will put you on the high priority list, then git administrators will take a look at your project right away :-)
Thanks Again!
Comment #7
PA robot commentedClosing 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.
Comment #8
kporras07 commentedReally sorry for being so late. I contacted the shs mantainer; but I never got answer from him. So; I'd expect to promote this as an standalone project; and I'd hope to get help for this.
Thanks in advance
Comment #9
naveenvalechaAssigning to myself for next review that might be in tonight.
Comment #10
naveenvalechaFirst Thanks for your contribution!
Automated Review
There are lots of Best practice issues identified by pareview.sh / drupalcs / coder. http://pareview.sh/pareview/httpgitdrupalorgsandboxrigoucr2324723git
Manual Review
#attached to add the JS/CSS file
with $form array.
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.
I would recommend you, please help to review other project applications to get a review bonus back. This will put you on the high priority list, then you will come in admins radar :)
Comment #11
PA robot commentedClosing 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.
Comment #12
kporras07 commentedHi there again;
we had totally forgotten about this :(
Taking this project again.
Thanks @naveenvalecha; I already applied the changes that you suggested.
I think this is ready to promote to full project; it would be great if someone could change status to RTBC and give full project status.
Thanks in advance,
Comment #13
kporras07 commentedComment #14
kporras07 commentedComment #15
klausimanual review:
But otherwise looks good to me. Removing review bonus tag, you can add it again if you have done another 3 reviews of other projects.
Assigning to heddn as he might have time to take a final look at this.
Comment #16
kporras07 commentedThanks @klausi.
About your comments:
1) Removed
2) Updated comment
3) Removed unuseful cast and tested module functionality.
4) Updated README.txt
Really thanks for your review.
Comment #17
heddnIn ShsSearchApiHandlerFilterTermNodeTid->value_form() one small nit. Integer indexed array isn't really necessary:
Just nest these as array elements directly.
This is not even close to a blocker. Thanks for your contribution, Rodrigo! Maybe I'll even see you in a week at Drupal Camp CR?
I updated your account so you can promote this to a full project and also create new projects as either a sandbox or a "full" project.
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.
Comment #18
rigoucrThanks @heddn :D, I apply your suggestion and of course I'll see you en Drupal Camp Costa Rica :D