Hi guys.
I'm trying to create a computed field on the shopifyProduct model that checks if the product images have alt texts defined.
That field would check all shopifyFile records associated with the product (through the shopifyMedia model) and return 'all' if all files have alt texts defined, 'some' if only some or 'none' if none of them have alt texts.
Is that possible using gelly? I've tried a few things but I'm not getting anywhere really.
Any help is much appreciated!