Вы находитесь на странице: 1из 1

First of all, a specification:

I need to sell products on my website. I'd like an order is created in my ERP system just after instant
payments are finished.
Pretty short, but let's start design!

We can see how basic


processes interacts with internal data (Product, Order, Item) and external entities (Payment, ERP Order).
Let's check first rule:
Every process should have at least one input (R) and one output (CUD)
We can see rule is not valid for few processes, so let's add some Entities to fulfill this rule:

As you can
see we added actor (Customer) to be a source (trigger) for some processes.
Now we can add estimation part. First: for every entity we can add complexity (we know that one entities
can be more complicated than another), complexity of processes will result from used entities complexity:

Вам также может понравиться