Hello,
I need to implement more than 500 controls, in fact, I would need around 2000 of them, most of them being buttons.
The reason why is the following:
I am designing an app that allows quality control workers select specifically what went wrong with the products, selecting on an image which part, out of a zone of the product failed. Now, there are 18-20 different heating products, each of them with multiple regions (such as main pipes, welding between pipe and collector.etc), there are around 7-10 regions per machine. so 140 buttons are needed to select the GENERAL region, and then some regions have up to 30-40 different parts, needing one button for each, since the workers will need to easily click on the image to select the specific part that went wrong (i.e auxilliary pipe 32) and see that part being "highlighted" on the image:
As you can see, just for one region of one product (zone H), 36 buttons are needed.
Each machine is different from each other so re-using images or buttons is out of the question.
edit:
I forgot to mention that every machine will have a different number of components (parts) and each region will have a different geometry. needing different button position. For example, this is a different region for the same machine and the number and position of button is different from the previous one.
Which alternatives are there to obtain a similar result?
If there aren't any ways to obtain similar results, which would be the best way to re-design this app ?
Thank you all in advance for your attention.