-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Fix the data displayed in the shop (there are multiple carousels, but they display the same data) maybe using tags
Add location and description to item schema
Make it so that on the frontend, the vendor is prompted to enter a description, and the backend uses either ChatGPT or a vector library to generate tags for the item (maybe the backend can only generate from a fixed list, that is defined in the frontend and figma). Also save the item description to the item schema.
See this figma for different tag options: https://www.figma.com/design/NqM2s6iPzYt1mRXzxrknf3/Karp-Design?node-id=3319-5825&t=I9gfeL7gQBSMtYs3-0
In the shop, make the description displayed fetch from the item, not hardcoded to lorem ipsum
Three carousels:
- Popular in [your city] (API call to ones with your location)
- Sweet Treat (API call to tags with ["Sweet", "Treat", "Candy"]
- Shopping Spree (API call to tags with ["Shopping", "Clothes", "Discounts", "Mall"]
^ These are just examples, pull the real tags from the figma (DM @adammotts or @sierrawelsch if u have questions)