Jump to content

php workflow for a project


vaskovasilev

Recommended Posts

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 finished

My 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

Link to comment
Share on other sites

Swim lanes?

 

 

  +--------------------+--------------------+--------------------+--------------------+
  |     Applicant      |      Operator      |    Approval Team   |     Production     |
  +--------------------+--------------------+--------------------+--------------------+
  |                    |                    |                    |                    |
  |      Raise     -------->  Handle    -------->  Check         |                    |
  |      request       |      Request       |        |           |                    |
  |        ^           |                    |        |                                |
  |        ^                                         V                                |
  |      Amend     <----------------------------  Approved?  -------->  Implement     |
  |        or                               No                  Yes                   |
  |      cancel        |                                                              |
  |                    |                    |                    |                    |
  |                    |                    |                    |                    |
  |                    |                    |                    |                    |
  |                    |                    |                    |                    |
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.