Closed olivierobert closed 11 months ago
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
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:
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.