drf-fsm-transitions icon indicating copy to clipboard operation
drf-fsm-transitions copied to clipboard

Not a reusable app -> Repository is dead

Open hnykda opened this issue 7 years ago • 4 comments

If I understand correctly, this app has following unjustifiable assumptions:

  1. a FSMField is called status (e.g. in my case I call it state)
  2. one cannot use different identifier (pk must be used)
  3. transition must have by argument

Some of it seems to be PRed already.

hnykda avatar Oct 20 '17 11:10 hnykda

Agree. It seems this repository in unmaintained. I've therefore created a new package and addressed the issues above and some other issues I've encountered as well.

https://github.com/27medkamal/djangorestframework-fsm

27medkamal avatar Oct 25 '18 07:10 27medkamal

I encourage the author @jacobh to archive this repository or archive it and redirect to the above fork.

hnykda avatar Oct 25 '18 07:10 hnykda

@27medkamal Issues are not available at your repo though. Don't you wanna create a fresh one instead of fork?

hnykda avatar Oct 25 '18 07:10 hnykda

@hnykda thanks for letting me know. I've updated the repository

27medkamal avatar Oct 25 '18 23:10 27medkamal