Texera / texera

Collaborative Machine-Learning-Centric Data Analytics Using Workflows
https://texera.github.io
Apache License 2.0
160 stars 68 forks source link

Error prompting message is not user-friendly #2735

Open bobbai00 opened 1 month ago

bobbai00 commented 1 month ago

During the editing phase, the error message is not readable by regular users, and can make users panic.

2024-07-15 11 24 20

Take this editing for example, users just drag a project operator, but receive an error says "IllegalArgumentException". Although for texera people, we know this error is caused by Project operator having no attributes selected by the user yet. But for new users, it is discouraging to see such error without adding anything to the Project operator yet.

We should definitely improve this experience.

Some thoughts