dtvala2930 / BE

https://operor-vert.vercel.app
0 stars 0 forks source link

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

Open malparty opened 3 months ago

malparty commented 3 months ago

Issue

The current implementation does not prevent the processing of more than 100 keywords, nor when an empty file is provided:

[!NOTE] The requirements included:

Authenticated users can upload a CSV file of keywords.
This upload file can be in any size from 1 to 100 keywords.

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.

dtvala2930 commented 3 months ago

Done