1
I’m building a system where I need to record drives and display them to certain users as well as the progress of the process. Follow an example:
Dep- Departamento.
Equipe- pertence ao departamento.
- Dep1 - registration request
- Dep2 - Performs request
- Equipe1 - executes request(step1, step2, step3)
At another time another team receives another parercida request but performs more steps:
- Dep1 - registration request
- Dep2 - Performs request
- Equipe2 - executes request(step1,Etapa2...Etapa5)
I have built demand, user, demand, and I was in doubt of stage and demand. I’m in doubt how to build this process.
I just didn’t quite understand the part
– Thalles Daniel
Dear Thalles, the "stage demand" is a structure where the steps to meet the demand will be stored. They can be predefined steps or it can be fed on-demand, it depends a lot on the business.
– Fábio
Thanks @Fábio had actually built but was not firm the thought on this path, and now with the clarification I will leave open and limiting stages by teams on the frontend. In the bank I can not limit pq in a similar demand can occur more or less steps. Thanks for the clarification helped me a lot.
– Thalles Daniel