Finite
Finite copied to clipboard
Some doc would be usefull
Ok, we have the autodoc. But nothing explaining how I use it with symfony. One example is great, but some explanations on the different internal parts would help other to use this lib.
I totally agree! Let's open a PR and work on it...I'll give a hand as much as possible.
I agree, doc is very poor at this time, but writing doc takes a lot of time.
@yohang @Nicals Looks like this has been resolved now, right? The doc looks quite comprehensive now: http://finite.readthedocs.io/en/master/usage/symfony.html
http://finite.readthedocs.io/en/master/usage/symfony.html#configuration needs correction:
transitions
section "from" param should be array
propose: { from: draft, to: proposed }
should be
propose: { from: [draft], to: proposed }
@aarsla yes I also found this issue during implementation in project. To save time proposed PR https://github.com/yohang/Finite/pull/129