I'm building a system where I need to log drives and display them for certain users as well as for the progress of the process. Here is an example:
Dep- Departamento.
Equipe- pertence ao departamento.
- Team1 - performs request (step1, step2, step3)
At another time, another team receives another parser request but performs more steps:
- Team2 - executes request (step1, step2 ... step5)
I have already built demand, user, demand_user, and I was in doubt of stage and demand_ stage. I am in doubt how to mount this process.