vaskovasilev Posted March 8, 2018 Share Posted March 8, 2018 Hello, I need some help regarding a part of project that i am creating. I have to create a workflow - application team send a request, an operator handles it, sends it for approval, another team approves it ... if it is not approved, they return the request to the applicant, if it is approved go to next level, then deployment in production.. and finishedMy idea is to enter the stages in an json object with an ID,then every time it passes through a given stage it is saved in the DB - this project with this ID with this user .. on that day.The question is if it turns several times through the same team .. how to draw it and make it beautifully.I have done it for now with nestable menu and arrows but that's kind of .. linear way, I want to do it graphical. thank you Quote Link to comment https://forums.phpfreaks.com/topic/306774-php-workflow-for-a-project/ Share on other sites More sharing options...
Barand Posted March 8, 2018 Share Posted March 8, 2018 Swim lanes? +--------------------+--------------------+--------------------+--------------------+ | Applicant | Operator | Approval Team | Production | +--------------------+--------------------+--------------------+--------------------+ | | | | | | Raise --------> Handle --------> Check | | | request | Request | | | | | ^ | | | | | ^ V | | Amend <---------------------------- Approved? --------> Implement | | or No Yes | | cancel | | | | | | | | | | | | | | | | | | | | | | Quote Link to comment https://forums.phpfreaks.com/topic/306774-php-workflow-for-a-project/#findComment-1557037 Share on other sites More sharing options...
vaskovasilev Posted March 8, 2018 Author Share Posted March 8, 2018 hello, thank you, looks interesting, but i cannot find the correct php code. also is there example with database info? Quote Link to comment https://forums.phpfreaks.com/topic/306774-php-workflow-for-a-project/#findComment-1557038 Share on other sites More sharing options...
ignace Posted March 10, 2018 Share Posted March 10, 2018 There is no PHP code. It's what you asked. How you should display it graphically. Swim lanes is a good way to do this. Quote Link to comment https://forums.phpfreaks.com/topic/306774-php-workflow-for-a-project/#findComment-1557064 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.