muly / product-track

online product price and availability tracking
MIT License
0 stars 0 forks source link

record the websites that user is trying to use the product tracker other than the websites we are supporting #54

Closed muly closed 10 months ago

muly commented 11 months ago

it will be valuable to know this information to plan supporting new websites based on the demand.

changes: 1) when the track request validation error is websiteNotSupported, before returning with status code StatusNotAcceptable, we should save the hostname in a new table. this table should have the unsupported host and the timestamp of the request. later we can use this information to count the number of requests coming for each of those unsupported websites and then plan tto support the recent ones in high demand.

2) we should also update the chrome extension to send better message (on StatusNotAcceptable status code is received) to hint the user, that we know that the user wants to track product from that host and we will try to include support for it.

muly commented 10 months ago

https://github.com/muly/product-track/pull/59