Bastien-and-Gauvain / monorepo

A chrome extension to help recruiters 1-click export LinkedIn profiles in their Notion databases.
https://chromewebstore.google.com/detail/recruitivity/gahcfmlnmednhnbkifdoffblfffpeljf
3 stars 0 forks source link

🐛 fix(front) PLAS-048: Scraping Complete Check Was Too Restrictive #28

Closed bvelitchkine closed 9 months ago

bvelitchkine commented 9 months ago

In helper.ts, the isScrapingComplete function returned true iff all of its values were different from null, undefined or an empty string. However, we must tolerate empty strings, because on some profiles (like this one), pieces of data can be empty (like the job title, for instance, cf. example).