6 ms·
wow this looks amazing. Do you mind shedding some light on how you built this? especially how you organize taxonomy and product metadata for each category I am
by taw1516 3y ago
wow this looks amazing. Do you mind shedding some light on how you built this? especially how you organize taxonomy and product metadata for each category
I am working on an e-commerce platform that would benefits a lot from your experience here
- Trayja-Peter 3y agoThe taxonomy and metadata, as you put it, is defined by the moderators/community of each database. We just give them drag-and-drop tools to do so :)
- taw1516 3y agoah i meant to ask how it was designed in the backend
- Trayja-Peter 3y agoI won't get too deep into our architecture, but needless to say letting users dynamically edit/add/remove fields in their databases is not easy. We use Postgres + Prisma as our ORM, and I'm fairly happy with its DX re: handling this level of complexity
- melx 3y agoI would put everything in JSON(b) column since you're using Postgres anyway....