Coder Social home page Coder Social logo

hugeval / platform Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oroinc/platform

0.0 0.0 0.0 74.28 MB

The OroPlatform - Business Application Platform (BAP)

License: Other

PHP 74.95% HTML 5.16% CSS 2.23% JavaScript 17.65% Gherkin 0.01%

platform's People

Contributors

alex-kuzmenko avatar alex-n-2k7 avatar alexandrdmitriev avatar alsma avatar amuzalevskiy avatar arbitbet avatar bitone avatar dekey avatar dimasoroka avatar dkhrysev avatar dxops avatar eu-ge-ne avatar fitn avatar gquemener avatar grygir avatar hugeval avatar ignat-s avatar iklymenko avatar ishakuta avatar kotfalya avatar krlove avatar mccar avatar nenadalm avatar nidup avatar rgrebenchuk avatar vitaliyberdylo avatar vsoroka avatar x86demon avatar yshyshkin avatar yurio avatar

Watchers

 avatar

platform's Issues

Partial update tree config

When config file from any bundle is changed all tree is rebuilding. Is it possible to rebuild only part of tree that correspond to modified config file, datagrid.yml for example?

Deny to define ACL annotation with the same ID

It is possible to define several ACL annotations with different parameters but the same ID, for example:

@Acl(
     *      id="acme_entity_create",
     *      type="entity",
     *      class="AcmeEntityABundle:EntityA",
     *      permission="CREATE"
     * )
public function createAAction(EntityA $entity){}
@Acl(
     *      id="acme_entity_create",
     *      type="entity",
     *      class="AcmeEntityBBundle:EntityB",
     *      permission="CREATE"
     * )
public function createBAction(EntityB $entity){}

ACL from the second example will apply to both entities. It is difficult to clarify and debug why permissions are wrong.

Datagrid documentation

There is no clear way to know where a grid with given name is rendered. It would be great if there was a documentation as least with assosiation datagridName: route_name.
Very often grid is modified dynamically. It would be great if there were pictures with the fullest datagrid definition. At those pictures nodes can be colored with different colors. A legend for corresponding color could explain who modifies current node, e.g. a listener.

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.