getmagic-ai / kollaborate_v1

https://kollaborate-v1.vercel.app
0 stars 2 forks source link

[v1] Flow fixes #3

Closed andylnkd closed 1 month ago

andylnkd commented 1 year ago
  1. When user logs out , redirect to home page

  2. Fix profile picture --check if there is any error in the image from identity provider and use a fixed standard image of a person

    image
  3. Update checkout page to have only Free and Paid(can use current design pattern)

  4. Sign in with both Google and discord

andylnkd commented 1 year ago

Also for CMS , what do we need for deployment? -- Maybe we can use Netflify free tier or vercel free tier @PrathmeshSadake and @andylnkd DO spaces and AWS both? How can we point it to Postgres on our DO database instance?

andylnkd commented 1 year ago

Make bookmark feature as a API - we need to call from python backend to save bookmarks from Discord OR -- use Python /Node based direct write to DB. Need user id (can be discord id) and write directly or Nextjs api(but direct is better)

andylnkd commented 1 year ago

Please use https://heroicons.com/ for icons @PrathmeshSadake

andylnkd commented 1 year ago

Move to 13.4 app router