Fixes https://github.com/igorsimb/mp-monitor/issues/31scrape_items view was doing too much as one function. Now it looks cleaner and more readable.
Created 2 additional helper functions that scrape items from skus sent by the form and update the database with the new info.
Also, added a link to the actual item on WB in the item_detail template
Fixes https://github.com/igorsimb/mp-monitor/issues/31
scrape_items
view was doing too much as one function. Now it looks cleaner and more readable. Created 2 additional helper functions that scrape items from skus sent by the form and update the database with the new info. Also, added a link to the actual item on WB in theitem_detail
template