-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move is_in_clearance to dynamic data #5
Comments
I tried to do this and realized why it's in the static data currently. There is always a "clearance" in the data returned in the product search (used for
vs
The |
My original idea was to update So, I agree that it doesn't make much sense to keep it as part of the static data. If my assumption is true, we could simply save the sampling date when a product is spotted as being in I feel tracking store-specific attributes is a bit out of scope for the moment (although it's something I want to do eventually). |
Yeah, I think we can have a column in the "static" table for when the product went from
Agreed. |
I think we should move the "is_in_clearance" flag to the dynamic data. Right now, if a product not in clearance becomes in clearance, it won't be reflected in the database. Having it in the dynamic data table means we could see when it started being in clearance, along with how the price changed at the same moment.
The text was updated successfully, but these errors were encountered: