Project

General

Profile

Feature #3616

Updated by Ram Kordale 5 months ago

If config.js has "Personal" set to true, and it is not a Youtube page, when user highlights content, show two options 'Store in KB' and 'Copy'. If user chooses to store in KB, store the highlighted content in yyyymmhhmmss.txt in GCS bucket <env>-scraped-content, where <env> is "edutestdev", "edutestqa" or "prod" in the following format: 

 URL: <url> 
 Content: <highlighted content> 

 PS: You could reuse the code from our earlier RHS Pilot's 'Explain'/'Copy' logic.

Back