Screen Design Help
Hi
I have a Product Lists in format below
Product1 | Sub-Product2 | Sub-Product3 | Sub-Product4 | Sub-Product5 | Sub-Product6 |
P1-1 | P2-1 | x | x | x | x |
P1-1 | P2-2 | x | x | x | x |
P1-1 | P2-3 | x | x | x | x |
P1-1 | P2-4 | x | x | x | x |
P1-2 | P2-1 | x | x | x | x |
P1-2 | P2-2 | x | x | x | x |
P1-2 | P2-3 | x | x | x | x |
P1-2 | P2-4 | x | x | x | x |
P1-2 | P2-5 | x | x | x | x |
We populate this details from another application through REST call. These are mostly check boxes. Please suggest some best screen design to accomodate this.
Hi
I have a Product Lists in format below
Product1 | Sub-Product2 | Sub-Product3 | Sub-Product4 | Sub-Product5 | Sub-Product6 |
P1-1 | P2-1 | x | x | x | x |
P1-1 | P2-2 | x | x | x | x |
P1-1 | P2-3 | x | x | x | x |
P1-1 | P2-4 | x | x | x | x |
P1-2 | P2-1 | x | x | x | x |
P1-2 | P2-2 | x | x | x | x |
P1-2 | P2-3 | x | x | x | x |
P1-2 | P2-4 | x | x | x | x |
P1-2 | P2-5 | x | x | x | x |
We populate this details from another application through REST call. These are mostly check boxes. Please suggest some best screen design to accomodate this.
as and when Product1 is selected its corresponding Sub-product2 must be painted with checkbox option on screen. There could be additiional text boxes for some products to capture additional data. But above core data has to be fetched from table and painted on screen.