getmagic-ai / kollaborate_v1

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

Simple UI for data operations #27

Closed andylnkd closed 1 week ago

andylnkd commented 2 weeks ago

Simple UI for adding CSV or JSON file That tool will do three things:

  1. Check url uniqueness (or other columns)
  2. Generate brand id
  3. Category generation using LLM

UI to check

  1. Are all col present, if not provide a clear error message. Some tool called papaprase etc which does CSV manipulaton to extract the url within the data set itself.
  2. Check for unique URL, no need for a API. Use local memory from browser to do a check for uniqueness. MUI datagrid
  3. For brand id, generate it on the fly
  4. For category generation we can use an API
  5. Use internal APIs for insertion into child and master tables using some simple cloud function
andylnkd commented 2 weeks ago

Here we can have sources like Facebook, amazon, tiktok, wellfound, playstore sources