AK base is overengineered / not optimal
Closed this issue · 3 comments
Instead of checking every working operators, there should be a flag to determine which operators operates in today's shift.
e.g Search image of Amiya's shift then set flag to Swire config, use this flag to determine which operators to take over.
This would eliminate a few things:
- reduce the amount of _work.png images
- reduce the error rates for operators image
There are problems to account for:
- scrolling is not "smooth" there bounds to be error and using absolute pixel location to click is a nightmare
Final solution:
using rooms instead of operators image to have a starting location / reference point to click images. This will eliminate the above problem of having crappy scroll. The problem with the scroll still exists but it is the limitation of Bluestack scroll sometimes not registering properly.
The new solution however make the selection of rooms faster by reducing the time to search for working operators by using reference point instead. This would also mean reducing the amount of images needed in the repo making it easier to manage for future changes