tajul-saajan / google-searcher

0 stars 0 forks source link

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

Closed olivierobert closed 11 months ago

olivierobert commented 1 year ago

Issue

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

https://github.com/tajul-saajan/google-searcher/blob/36a95d4f0ee6216e9fb4abdb15038b12d2f25d54/src/search/search.controller.ts#L31-L44

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.

[!NOTE] It is part of the requirements: requirements