All, I am in the process of implementing A/B testing capability into Alloy and I am rather stumped in how to best approach it.
The end goal, is where I could define a function that will decide which view to show to users and it should work hopefully work in Alloy XML too, something along the lines of <ABTest decide="decideFunc"> ...<swappable views> </ABTest>
Any hints on dynamically swapping the views? Has anyone solved a problem like this? Third party plugins perhaps? (I checked marketplaces and found none)
Any help is much appreciated :)