I came across this inconsistency by working on a webhook, but it is noticeable also by just working on the app’s GUI. It is about a core functionality, which is Task Creation.
The inconsistency is between List View and Board View.
- List View: as soon as you start editing a task name the task is created (perhaps with a short delay)
- Board View: task is only created when the user finishes entering the task name
Since my webhook needs to manage the task name, this inconsistency adds extra complexity.
My suggestion is that the behavior should be consistent between different views.
Or is there a good reason for this difference?