This is the core module of a decision support suite. The module enables programmers to easily add user managed expert system into their custom Drupal 7 application. This is the only module a user would need if they role their own interface to the rules engine.

This is a forward-chaining reasoning implementation that automatically handles cross-rule dependencies so the subject matter experts simply focus on the rules.

The other modules of the suite (simplerulesengine_ui and simplerulesengine_demo) implement a reference decision support example.

Admin Panel View

git clone --branch 7.x-1.x DrupalFrank@git.drupal.org:sandbox/DrupalFrank/2339733.git simplerulesengine_core
cd simplerulesengine_core

Comments

DrupalFrank’s picture

Issue summary: View changes
PA robot’s picture

Multiple Applications
It appears that there have been multiple project applications opened under your username:

Project 1: https://www.drupal.org/node/2339751

Project 2: https://www.drupal.org/node/2339755

Project 3: https://www.drupal.org/node/2339753

As successful completion of the project application process results in the applicant being granted the 'Create Full Projects' permission, there is no need to take multiple applications through the process. Once the first application has been successfully approved, then the applicant can promote other projects without review. Because of this, posting multiple applications is not necessary, and results in additional workload for reviewers ... which in turn results in longer wait times for everyone in the queue. With this in mind, your secondary applications have been marked as 'closed(duplicate)', with only one application left open (chosen at random).

If you prefer that we proceed through this review process with a different application than the one which was left open, then feel free to close the 'open' application as a duplicate, and re-open one of the project applications which had been closed.

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

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/httpgitdrupalorgsandboxDrupalFrank2339733git

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.

DrupalFrank’s picture

Issue summary: View changes
DrupalFrank’s picture

Status: Needs work » Needs review

Updated code to address robot reported items.

GoddamnNoise’s picture

Automated Review

The automated review reports a lot of warnings and errors.

Manual Review

Individual user account

Yes: Follows the guidelines for individual user accounts.

No duplication

Yes: Does not cause module duplication and/or fragmentation. There seems not to be any other modules providing same functionality.

Master Branch

Yes: Follows the guidelines for master branch.

Licensing

Yes: Follows the licensing requirements.

3rd party assets/code

Yes: Follows the guidelines for 3rd party assets/code.

README.txt/README.md

Yes: Follows the guidelines for in-project documentation and/or the README Template.

Code long/complex enough for review

Yes: Follows the guidelines for project length and complexity.

Secure code

I think there is no point in checking this until all the errors reported by the automated revision are solved.

Coding style & Drupal API usage

I think there is no point in checking this until all the errors reported by the automated revision are solved.

klausi’s picture

Status: Needs review » Needs work

Yep, let's set this to needs work until DrupalFrank has cleared up the coding standards so that the code is better readable.

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.

avpaderno’s picture

Issue tags: -expert system, -decision support