Xilconic / Kanban_project_management

Tool to help out with project management where Kanban is being used.
GNU General Public License v3.0
0 stars 1 forks source link

Enrich validation experience for Project Configuration window #9

Open Xilconic opened 4 years ago

Xilconic commented 4 years ago

When an invalid number if entered, the DataGrid in the project configuration window (#3 ) only shows an exclamation mark without any further explanation. The user experience should be improved to explain why the value is not acceptable.

Also now that project names are required to be unique (#10 ), the application serves an uncaught exception dialog explaining this when it goes wrong. This can be made more userfriendly by more pre-emptively perform validation in the Project Configuration window.