There are currently a lot of processes in the website that are not handled correctly in case an error should happen and the user session should be validated more often. This also includes handling what should happen if the optimistic rendering goes wrong and it has to roll back the changes.
Some examples of cases that should be properly handled:
- Adding new equipment with the same name
- Change equipment name to something that already exists
There are currently a lot of processes in the website that are not handled correctly in case an error should happen and the user session should be validated more often. This also includes handling what should happen if the optimistic rendering goes wrong and it has to roll back the changes.
Some examples of cases that should be properly handled: