macropusgiganteus / scrappy-web

Project for Technical Test
0 stars 0 forks source link

Add import keywords from CSV, As a user, I can import new keywords from a CSV file #3

Closed macropusgiganteus closed 1 month ago

macropusgiganteus commented 1 month ago

What happened 👀

Insight 📝

I added a form that receive a file at keywords index page. The file get passed to keywords#import_csv action then get validated and finally extract and store unique keywords (keywords that doesn't exist in the DB) to the database.

Proof Of Work 📹

image

scrappy-web-import-csv

scrappy-web-import-duplicated-csv