Hello! I’m not sure how to structure my database. A new user would log in and go to a screen with 4 “click to upload” boxes. The user would upload 4 images (articles of clothes) and they would change these items over time.
I believe the User table would need “List of Clothes” in the User table, but I think the list would need to be already populated with ‘blanks’ so when the User uploads a photo, the workflow would be ‘make change’ to existing thing. I don’t know what the “Clothes” table needs to look like - would these simply be placeholders?
Thanks for the responses. I definitely think I need Nigel’s 2nd option, b/c I do want to incorporate date last worn. If you look at the link, I made some edits - see, I don’t know how to make a clothes table just for user JK (who has a sweater and shoes), which is completely independent of Jen’s (who has a pair of jeans) clothes table. Thanks for the help!
So here I have created the photo list for the “Current User”. Even if you are not logged in, Bubble assigns you a user.
Now your User has a list of Clothes, and you Clothes are assigned to a User.
You actually don’t need the list on the User (because of the Created By) but it does help sometimes if you want the list without having to do a search.