Git Product home page Git Product logo

autoflow's People

Contributors

daithi-coombes avatar

Watchers

 avatar

autoflow's Issues

Modules loading

Check that modules aren't loading, or making background requests, when they aren't needed. Having 6 or 7 requests for each module can slow down page rendering greatly

error reporting

needs to be able to return to login screen with service provider error shown. Can hook into one of the login form hooks to show a

 <div class="error">$msg</div>

remove wp-framework

remove dependency on WP Plugin Framework to simplify implementing with wordpress-development-flow

unit tests

have unit testing for contributors. Unit tests are placed in the repository:
https://github.com/daithi-coombes/autoflow-tests

this is added to the autoflow repo as a sub-module in tests/ So for wp users the tests are not downloaded, but if a contributor wanted to work then:

$ cd wp-content/plugin
$ git submodule update

would clone the autoflow-tests repo in tests folder.

The contributer would then run the following...

$ phpunit -c /path/to/unit-test.trac.wordpress.org/unit-tests/phpunit.xml.dist ./tests/my_php_unit_test_file.php

And they can then test against the wordpress unit tests and call wp unit tests when needed. The tests folder is hidden so no foo/bar code gets submitted to the 'live' autoflow repo.

This is the best tut on unit testing for wp plugins I could find, but I used the official trac wp repo instead of his instructions:
http://wp.tutsplus.com/tutorials/creative-coding/the-beginners-guide-to-unit-testing-building-a-testable-plugin/

Notice reported when activating ci module in API Connection Manager dashboard

When activating the cityindex module in API_Connection_Manager dashboard the following notice is reported

Notice: Undefined property: AutoFlow_API::$modal_tables in /var/www/cityindex.loc/api-connection-manager/wp3.5/wp-content/plugins/autoflow/application/Controller.class.php on line 116 Warning: Invalid argument supplied for foreach() in /var/www/cityindex.loc/api-connection-manager/wp3.5/wp-content/plugins/autoflow/application/Controller.class.php on line 116

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.