is an explanation of someone's thought process about how something works in the real world.
2
votes
1answer
62 views
How to design a change state action
My application manages a few types of entities, each of them has its own workflow.
For example - a task entity workflow will look something like this:
(this is a functional/logical drawing, this is ...