masterofn0n3 / scraper

Backend service for simple google search result scrapper
0 stars 0 forks source link

[Feature][Frontend] CSV File Validation #2

Open malparty opened 8 months ago

malparty commented 8 months ago

Issue

When uploading an invalid CSV file (empty, more than 100 keywords, wrong format, ...), the UI application does not show any error message.

Expected

[!NOTE] Related to validation, using a success message in HTML should be preferred over using a JavaScript alert().

masterofn0n3 commented 8 months ago

Thank you! I'll add proper error handling component for the front-end service. 🙇🏼