Description

This small and smart module allow you to select book chapters in the filter views. When you try only select chapters of books this way is more easy and smart way to do it.

Requirements

* Books (Core module)
* Views

Installation

Normal installation setup, just download and enable it.

setup.
In the filter area in views in the book section appears and extra book chapter. This is the way to test it, it's the main and only functionality of this module.

Project page

https://drupal.org/sandbox/killua99/2027801

Git

git clone --branch master http://git.drupal.org/sandbox/killua99/2027801.git views_book_chapter
cd views_book_chapter

Parview Online Review Link: http://ventral.org/pareview/httpgitdrupalorgsandboxkillua992027801git
NOTE: I don't know how to deal with the views code setup and the Drupal CS.

You can see in my profile my others projects.

Comments

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.

c_lehel’s picture

Status: Needs review » Needs work

Nice little module. Tried it out, works as noted.

Not setting it to "reviewed and tested by the community" but to "needs work" because of the coding standard issues you get on http://ventral.org/pareview/httpgitdrupalorgsandboxkillua992027801git.
A few advices regarding coding standards noted in the PAReview:
- don't bother when it comes to Views classes [lowerCamel, UpperCamel errors], you can follow Views class naming standars
- comment each function [to get rid of "Missing function doc comment" errors]
- try to correct the punctuation issues[There should be no white space after an opening "{", Closing brace must be on a line by itself, ...]

I've noticed English is not your native language[mine either], maybe you should ask a fellow colleague or friend to help you at least on the interface items in the Views section. Also, I've had a little trouble understanding the project description. This was just an advice, hope I didn't offend you.

killua99’s picture

Absolutely not! I'll find someone to improve the UI sentences. I'll try to improve the description.

The DrupalCS it's broken cause the views functions needs to be in that way. Idk how to figure out with that, I said that before.

Thanks for the review.
And if you can explain to me how to add the input in the module description to put the git clone command more easy to copy.

d34dman’s picture

@kilua99

And if you can explain to me how to add the input in the module description to put the git clone command more easy to copy.

You can use the "code" button to format the text like what it appear like below.

git clone --branch master http://git.drupal.org/sandbox/killua99/2027801.git views_book_chapter
cd views_book_chapter

I took the liberty of editing your issue description to reflect likewise.

killua99’s picture

I mean in the sandbox description not here, I know code do that. Thanks anyway

killua99’s picture

Project: Drupal.org security advisory coverage applications » Views book chapter
Version: » 7.x-1.0
Component: module » Code
Status: Needs work » Closed (fixed)

Thanks for the support

killua99’s picture

Issue summary: View changes

changed formatting to make copying git clone comment easier. ref. comment #13