Code Monkey home page Code Monkey logo

bonfire_modulebuilder's People

Contributors

seandowney avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

bonfire_modulebuilder's Issues

Add permission settings to the Migration file

Allow the user to choose which Permission system they are using and then insert the relevant permissions records to the Migrations file.

In future releases the user will not have the choice and the Migration file will contain details for the core Permission system.

Table id generator

Would make it more standard if it was generated from db table singular name
ex:
$module_name = users; --> user_id
generates something like
$sql = 'CREATE TABLE IF NOT EXISTS'users'( user_idint(40) NOT NULL auto_increment,';

Code and DOM

Update the code and the DOM to more closely match the Bonfire style

404 when selecting "Number of fields"

When I click one of Number of fields 6 | 10 | 20 | 40 links, I get 404 error

EDIT:
With this link I get 404:
/admin/developer/modulebuilder/10

But by manually editing link to /admin/developer/modulebuilder/index/10, it works fine

CSS Propierty

Change the position atribute of debug div.
Actually it as absolute, but when you have a lof of text, it dont stay sticked at the bottom.
Change its attribute to fixed.

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.