This module simplifies the assignment of workbench access sections in hierarchical select field by replacing workbench access default check box field, which is a greatly enhanced way for letting the user select items in a hierarchy.
The assigned section will be displayed in the dropbox and will provide remove link to remove the assigned items.
This module will work for both the Taxonomy and Menu system.
Please follow my review links:
1. https://drupal.org/comment/8391261#comment-8391261
2. https://drupal.org/comment/8422557#comment-8422557
3. https://drupal.org/comment/8422675#comment-8422675
4. https://drupal.org/comment/8435075#comment-8435075
5. https://drupal.org/comment/8471111#comment-8471111
6. https://drupal.org/comment/8482953#comment-8482953
Sandbox URL:
https://drupal.org/sandbox/pijus/2182613
Git Repo:
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/pijus/2182613.git wa_hs_section
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | download_screenshot.png | 59.74 KB | pijus |
Comments
Comment #1
pijus commentedComment #2
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 #3
pijus commentedComment #4
pijus commentedComment #5
pijus commentedComment #6
pijus commentedComment #7
dieuweThere is still a master branch which should be deleted. See: https://drupal.org/node/1127732.
Did a manual review of the code and there is just one thing that I could see that is definitely very wrong.
You have listed as a dependency
hs_smallhierarchy, but no such module exists. From your project page I suspect that you meanhierarchical_selectinstead.Wasn't able to test the module for functionality as it could not be installed due to the dependency issue.
Comment #8
pijus commentedThanks dieuwe for reviewing the module. As per your suggesion, I've deleted the masted branch.
Regarding the dependency, Hierarchical Select Small Hierarchy (
hs_smallhierarchy) is a sub module ofhierarchical_select. So,hs_smallhierarchywill be available whenever download thehierarchical_selectmodule.Attached the screenshot as well.
Comment #9
dieuweAh, my bad. Didn't have
hierarchical_selectinstalled as I was just looking at the dependencies in the code. Perhaps you could update your project page dependency heading to just clarify that in case someone else gets confused like me.I'll leave it for someone else to have a second look, but as far as I can see everything is in order.
Comment #10
pijus commentedThanks dieuwe. I've updated the project page.
Comment #11
pijus commentedComment #12
pijus commentedComment #13
j.branson commentedHi Pijus, nice job and thanks for contributing! The code checks out well. I'm a little confused though by the functionality of this because I'm not all that familiar with workbench access in the first place. I know other users will have more familiarity, but either way my suggestion is that you add more documentation/help text into the UI descriptions and readme file. Particularly if this project is intended to make the UI better, that seems to fit the bill. Second, you should format your git clone code correctly for the application page. Checkout a few other examples and you'll see that it shouldn't be user specific and should include http:// not @.
My one question is that if this is strictly intended to improve the workbench access UI, would it be more appropriate as a patch to WA itself that can then be rolled out in the newest version of workbench access? It could still run only if hierarchical_select is enabled. Again I'm not all that familiar with WA, but after running your module I wanted to share my reactions.
Comment #14
pijus commentedComment #15
pijus commentedThanks J Branson for reviewing the module. As per your suggesion I've updated the git clone code.
Main intension of this module to improve the user interface of assigning the workbench access section (taxonomy terms/menus) to users. Now if there are *n* number of terms/menus then page have long list with checkboxes which is not maitaintable from user interface perspective. So to improve we can easily integrate HS(hierarchical_select) with WA using this module.
But this should not be the case of patch then dependency will come on WA of HS.
So better to use this module as an utility module to over come the senario which explained above regarding user interface.
Comment #16
klausiThank you for you reviews. When finishing your review comment also set the issue status either to "needs work" (you found some problems with the project) or "reviewed & tested by the community" (you found no major flaws). I think you only found minor coding standard issues in most cases, so if you are happy with the code otherwise you should set it to RTBC.
But otherwise looks RTBC to me. Assigning to kscheirer as he might have time to take a final look at this.
Comment #17
pijus commentedThanks for your review Klausi.
Comment #18
klausino objections for a week, so ...
Thanks for your contribution, pijus!
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 #19
pijus commentedThank you Klausi.