Jun 15, 2022 11:08 AM
Hello all! I hope to get some help on Frankensteining my own version of Stylebook and Pureple that creates outfits BUT is based user preferences instead of random chance, and doesn’t require the torture of photographing clothes.
My Method So Far:
I created a database of my wardrobe across three tables so far based on garment category:
Each table has columns that describe a garment’s color, fit, fabric, length, collar/neckline, embellishments, closures, etc.
Then I:
What I’d like to happen:
I’ve tried the Junction app but that only combines tables without conditions, and only does 2 tables at a time.
I’ve tried Find Records Based on Views but that doesn’t create rows of outfits, just a list of matching items in a field.
Is there a way, without scripting, to combine their powers?
Jun 15, 2022 01:10 PM
Welcome to the Airtable community!
I don’t think there is a way to generate possible outfits without using scripting or some other 3rd party tool.
You might want to consider a slightly different base design where you put all wardrobe items in a single table. Then in your [outfits] table, have a single linked record field that links to all the items in the outfit. This would give you more flexibility to include things like dresses that don’t fit neatly in the tops/bottoms category. It would also be easier to include layered looks, such as leggings + skirt, or a tank top + shirt.
Jun 15, 2022 01:36 PM
Thanks so much for the reply! I figured it might not be possible. I’ll have to investigate scripting or finding someone who could do it.
The single table idea for layering looks is great! I’ll try it out.