Currently step types' names are derived from their folder's or file's name and should not contain strings.
To make UX nicer it is desirable to have step type with more humanly readable names.
This could be e.g. solved with adding a :name key-value pair into the step type's map and subsequently showing that in UI.
Currently step types' names are derived from their folder's or file's name and should not contain strings.
To make UX nicer it is desirable to have step type with more humanly readable names.
This could be e.g. solved with adding a
:namekey-value pair into the step type's map and subsequently showing that in UI.