finos/morphir-elm

Show function inputs in a tree-table in Morphir Web

AttilaMihaly opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Inputs are currently shown as nested key-value pairs which causes input fields to be completely misaligned vertically. This makes it less readable and more difficult to fill out. It also means that type information and optional/mandatory flags are misaligned too.

user name _____
personal info
first name _____
last name _____

Describe the solution you'd like
Showing the key-value pairs in a tree-table would be much easier to read and fill out. It also allows us to add additional columns that show type information, optional/mandatory flag or validation results.

user name _____
personal info
- first name _____
- last name _____