Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completed inspection still editable #138

Open
scaspers opened this issue Jun 3, 2020 · 1 comment
Open

Completed inspection still editable #138

scaspers opened this issue Jun 3, 2020 · 1 comment

Comments

@scaspers
Copy link
Collaborator

scaspers commented Jun 3, 2020

When an inspection is marked completed by a technician it is still possible for changes to be made. This could cause communication problems as this could occur after a report has been sent to customer.
** Possible solution would be to lock DI changes if status is >=22 (Insp Complete) and require that SA to change status to 20(Inspecting) so that tech can make changes.

@DanielCaspers
Copy link
Owner

@scaspers it sounds like we should consider changing the states to

22 = Inspection ready for service writer review
...
Some X > 22 = Inspection complete?

If at all possible I think we should see if we should add more states that tend to auto advance through them via other business process flows instead of loop backwards in the flow if that is ok as it will make writing more maintainable code thru the system easier.

Either way, lets discuss in more detail the use case and priority when you're ready.

Great idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants