Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Mar 2014 at 00:31 UTC
Updated:
13 Jun 2014 at 22:30 UTC
Jump to comment: Most recent
Comments
Comment #1
phoang commentedComment #2
phoang commentedComment #3
phoang commentedComment #4
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 #5
inders commentedA lot of HTML inside hook_block_view().
you can implement hook_theme() / have a seperate template for handling a lot of markup stuff.
Comment #6
phoang commentedI implemented hook_theme and moved the markup to template file already. There's an instruction with all available variables for creating custom template as well.
Please review and advise.
Comment #7
phoang commentedComment #8
dahousecat commentedComment #9
dahousecat commentedCould not find any major issues, however the addition of some css to format the job listing would make the block look prettier out the box.
This is only a suggestion, not a bug, but selecting the organization ID isn't very user friendly. Would it be possible to have one drop down to select state and one to select organization (this may not be practical but would be nice...)
Comment #10
phoang commentedThanks for reviewing. I will add some basic CSS to make it prettier.
I was thinking to add the select list for the Organization ID too. However, It would need to be leave as it is so user can add specific query for their agencies, please see example format below:
P/S: Please change the issue status to Reviewed & tested by the community, if you have tested the module and didn't see any issue.
Comment #11
dahousecat commentedComment #12
phoang commentedUpdated with implement stylesheet. Please see screenshot on project page.
Comment #13
dahousecat commentedLooks good with the new CSS.
Still can't spot any other issues so got the thumbs up from me.
Comment #14
phoang commentedadd demo link
Comment #15
klausimanual review:
print $job_end_date;" should run through t() for translation.But otherwise looks good to me, so ...
Thanks for your contribution, phoang!
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 #16
phoang commentedThanks for your recommendations, I will improve the module for next release version.