Code Monkey home page Code Monkey logo

loopback-component-fsm's People

Contributors

beeman avatar greenkeeper[bot] avatar rahulbile avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

loopback-component-fsm's Issues

When instantiatas, current state is not loaded.

Thank you for writing this mixin. While using, I found a problem. I'm using LB version 3.

Problem is, the StateMachine does not load current state. When I print StateMachine's 'current' local variable after I load my model instance(of course by find method), it always undefined. Needless to say, the error message is "Invalid event in the current state". My model's stateProperty name is 'state'.

I temporarily detour this problem by passing "allowForce" option when call the event method. But it's annoying and defenitely looks like unintended behvior. Can you fix this?

Doc doesn't mention the mixin path

Hi,
Thanks for sharing this component, it's nicely designed.
In order to use it with Loopback Model it seems that the docs doesn't mention to add the path in model-config.json.

"mixins": [
      "loopback/common/mixins",
      "loopback/server/mixins",
      "../common/mixins",
      "./mixins",
      "../node_modules/loopback-component-fsm/lib/mixins"
    ]

Thanks.
/Y

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.