So many places to store items! We're working on a more coherent way to move items around the site from the back end (which will help us a lot in making things that are "locked").
Right now how the site works is we have a different 'bucket' for each location, so user_items_wardrobe, user_items_vaults, etc. All of these are separate and don't really communicate (except via code). The plan was always to get them all on one table (user_items) but that required a lot of metadata but would have made the site much smoother (specifically for moving items around) but probably ensured that we'd have to add more limits around everywhere.
It's still being worked on, but it would make moving items around SO much easer if it could be worked out.
💖 ✨ 🤗