I'm working on an application which helps user to create XML from UI and below is the UI screen shot.
Problem statement: User can create field groups and fields attached to it, there will be 20+ fields per field group, user can add/delete/edit any field group, fields after adding anytime.
User can also annotate each fields with cleaning and dedup operation, which will be processed via system later on, and I'm showing this feature through checkboxs
Questions:
Apart from cleansing, dedup there would be three more options like display on UI, ordering of fields through down/up arrow. How do I show it, shall I put 1 more check box and up/down arrow on the right most.
As there would be 20 + fields showing and generating lots more plus, minus, checkboxes, up/down arrow will create mess.
- Is there any available UI matching with this use case?
FYI: I have a tree structure on the right of the form which shows tree view of XML.[Not attached]
