This project handles and easy way to configure and display a comment using the jquery library Jnotify.

Project: Jnotify
Git repository: http://drupalcode.org/sandbox/tatewaky/2018229.git
It is for Drupal 7

Comments

TimTheEnchanter’s picture

Status: Active » Needs work

Here is an autmated review, there are some issues here that need to be resolved first.
http://ventral.org/pareview/httpgitdrupalorgsandboxtatewaky2018229git

Drupal has strict standards for things like whitespace, indentation, line length, etc. Take a look at the standards doc to get a better idea what is needed to get approved. https://drupal.org/coding-standards

Your project is still running on a master version, you will need to change that to a major version, please take a look here https://drupal.org/empty-git-master

TimTheEnchanter’s picture

The best way to include a library in Drupal is to use the libraries api module. https://drupal.org/project/libraries Here is the reasoning behind that methodology

The same library can be shared by more than one module.
The same library can be shared by more than one site.
Ease the process of upgrading a module that requires an external library. Just replace the module folder with the new one. No need to move the contained library out and back in.
Prevent incompatibilities due to having the same library installed more than once in different versions.
Central installation instructions (widget) to help users figure out how to install.
Library classification.
Dependency handling.
Library version detection.
Runtime control of library availability.

Your project page contains no real information about the module, and the module does not contain a readme file. Take a look at the project application checklist https://drupal.org/node/1587704 Under documentation:

5.1 Ensure the project page contains detailed information.
Project pages should be helpful; there are literally thousands of modules, themes and installation profiles and site builders need a clear way to understand what a project does. Please have a look at the tips for a great project page, you may also use HTML-tags for better structure.
5.2 Ensure the repository contains a detailed README.txt.
Every contributed project should provide a README.txt in the package. This file should contain a basic overview of what the module does and how someone may use it.
Please make sure you have a README.txt that follows the guidelines for in-project documentation, the contents of the file may be a repeat of the synopsis on the project page.

Also adding hook_help in the module is an easy way to help out beginners and non-coders.

PA robot’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. Feel free to reopen if you are still working on this application.

I'm a robot and this is an automated message from Project Applications Scraper.