anhdt1911 / scraper

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

[Feature][Frontend] CSV File Validation #2

Open malparty opened 3 months ago

malparty commented 3 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().

anhdt1911 commented 3 months ago

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