Is your feature request related to a problem? Please describe.
Right now, the only way to know if a store link is broken is to test it manually by navigating to it. This is not practical. As the price tracker script goes through every store links it could also report back when he encounters errors while fetching the page (404 error, etc...)
Describe the solution you'd like
We could add a boolean column to the cube_vendor_links table which will be set to true if the price tracker script encounters an error and another text column which will specify the error message. We could than make a dashboard on the website reporting every store links which had an error and see if they are false positives or real issues and need to be changed
Describe alternatives you've considered
None
Additional context
None
Is your feature request related to a problem? Please describe.
Right now, the only way to know if a store link is broken is to test it manually by navigating to it. This is not practical. As the price tracker script goes through every store links it could also report back when he encounters errors while fetching the page (404 error, etc...)
Describe the solution you'd like
We could add a boolean column to the
cube_vendor_linkstable which will be set to true if the price tracker script encounters an error and another text column which will specify the error message. We could than make a dashboard on the website reporting every store links which had an error and see if they are false positives or real issues and need to be changedDescribe alternatives you've considered
None
Additional context
None