kalem-edlin / tierstra

A new tierlisting web application that puts collaborative rating first. Experience tierlist features you haven't seen before!
1 stars 0 forks source link

MVP-003: Images now carry information and can be edited #4

Open kalem-edlin opened 2 years ago

kalem-edlin commented 2 years ago

The item image content should now carry information as an 'Item'. These Items will have a name, an optional description, an optional link, and a tier it is assigned to (including pallete).

See Figma Designs for specific requirements (View Image, Edit Image, Drag Actions - Tile)

pjpscriv commented 1 year ago

SerPapi'll need a backend, you can't call the serpapi.com domain when your frontend website's at a different domain, it a cross-origin error: https://www.youtube.com/watch?v=4KHiSt0oLJ0

The solution is to make a backend then you can made the serpapi call from there, I've pulled this out into MVP-006

kalem-edlin commented 1 year ago

SerPapi'll need a backend, you can't call the serpapi.com domain when your frontend website's at a different domain, it a cross-origin error: https://www.youtube.com/watch?v=4KHiSt0oLJ0

The solution is to make a backend then you can made the serpapi call from there, I've pulled this out into MVP-006

Agreed. Let's push that work into a future case to reduce scope + add more functionality sooner 😍