Screen redesign [on hold]
I am working on redesigning a screen, what we call a "master" screen which has
- Anywhere from 1 - 60+ form controls(Text, dropdown, date select...) in the top half
- A table which lists all data.
The form control acts as
- Filter condition
- Select on a row -> populate form -> edit & save or delete record.
- Add new record
So literally everything happens here. As the application grew so did the number of form controls.
I am looking to redesign this to make it look better and for better UX.
The screen would look something like this https://webix.com/demos/booking-app/#!/top/specialoffers only with form controls(ungrouped) in the top and table in the bottom.
I am already working on grouping the form controls. Any suggestion would be helpful.