automch-code / google-scraping

0 stars 0 forks source link

[Feature] Implement validation logic to process less than 100 keywords #24

Open olivierobert opened 11 months ago

olivierobert commented 11 months ago

Issue

The current implementation does not prevent the processing of more than 100 keywords:

!https://user-images.githubusercontent.com/696529/223943875-536d7bfe-ed08-4239-a0af-cb1821a4aa96.png

Expected

To improve the UX, the content of the CSV should be processed and validated before starting any scraping. The UI must display an error if a user uploads more than 100 keywords.

automch-code commented 11 months ago

Hello Olivier I fix the issues already. I apologize for the mistake; I forgot to create a new branch before pushing so the commit in the chore/import_async_process

olivierobert commented 11 months ago

I have reviewed the change and added suggestion to improve it.