javrasya / django-river

Django workflow library that supports on the fly changes ⛵
BSD 3-Clause "New" or "Revised" License
742 stars 105 forks source link

User friendly workflow creation ui #104

Closed javrasya closed 4 years ago

javrasya commented 5 years ago

Description:

The way how currently workflows are created is not straightforward. There can be a user interface showing the whole state machine in sketch and whole workflow can be created and managed in screen

Acceptance Criteria:

rupin commented 5 years ago

Can this be under the admin interface? I am sure the admin interface can be customized. I would be keen to contribute on this project.

javrasya commented 5 years ago

It is not very convenient to do this as Django admin interface. I am currently working on it and it will be with Django Rest Framework and Vue.js. Kind of Django River Admin interface. I haven’t published it yet. You can take a look after I publish it.

javrasya commented 4 years ago

This has been done as yet anothe repository River Admin.

I would appreciate if you could try it out @rupin

rupin commented 4 years ago

Sure, give me a couple of days.