Table API enables developers to expose database tables in a pageable-sortable manner with writing as little code as possible. In addition, the module enables insertion, update and deletion of the rows. Filtering is also possible, however it requires writing a little javascript.
See demo: http://tapi-ozooner.rhcloud.com/

Project page

https://www.drupal.org/sandbox/ozooner/2407985

Clone commands

git clone git://git.drupal.org/sandbox/ozooner/2407985.git
git checkout 7.x-1.x

Comments

PA robot’s picture

Status: Needs review » Needs work

There are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxozooner2407985git

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.

ozooner’s picture

Status: Needs work » Needs review

Ran code sniffer/beautifier to auto-fix errors

naveenvalecha’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 :-)

slowflyer’s picture

Automated Review

There is still long list of issues
http://pareview.sh/pareview/httpgitdrupalorgsandboxozooner2407985git

Manual Review

  • JS is not following Drupal rules (should use behaviors)
  • The module is described as an admin tool. Therefore it is not necessary to add Javascript-Files in the table_api.info file
    scripts[] = js/jquery.url.js
    scripts[] = js/table_api.js
    which will add them to all pages

No duplication
Yes: Does not cause module duplication and/or fragmentation.
README.txt/README.md
Yes: But not following the guidelines for in-project documentation and/or the README Template.

klausi’s picture

Status: Needs review » Needs work

jquery.url.js appears to be 3rd party code. 3rd party code is not generally allowed on Drupal.org and should be deleted. This policy is described in the getting involved handbook. It also appears in the terms and conditions you agreed to when you signed up for Git access, which you may want to re-read, to be sure you're not violating other terms.

The Libraries API module is a recommended method for adding 3rd party dependencies without directly including the code on Drupal.org.

PA robot’s picture

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

Closing 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.