CRUD design is a curse of developers with knowledge of the entity model in the backend of the system.
A basic user does not care about isolating entities, tables, properties, and relations. They want a simple next→next→next→forget experience that just works.
That sentence is not a UX manifesto written for a conference. It is the daily reality of industrial software. Operators, process engineers, and plant managers do not open an application to admire how cleanly your domain was normalized. They open it because a temperature drifted, a line stopped, or a shift needs alerts that actually fire when something goes wrong.
If you want to make your factory smart, configuration cannot feel like database administration. It has to feel like finishing a job.

