- Issue created by @miha.wagner
- 🇸🇮Slovenia miha.wagner
miha.wagner → changed the visibility of the branch 3493189-timestamp-last-available to hidden.
- Merge request !16#3493189: Timestamp when product was last available → (Open) created by miha.wagner
On one site we would like to send notifications to users when there were products that are not available for X days.
Currently the 'renewal' time in the amazon_product_widget_key_value table is used to store when the product was last updated (via API request to Amazon). This is fine.
Would be a neat addition if a column would be added to signify when was the last time the product was available. Suggestion would be 'last_available'. Meaning, this would be the timestamp when the 'available' column switched from true to false. If the product becomes available again the column could either be set to the same value as renewal or set to NULL.
None.
Introduce a column in amazon_product_widget_key_value 'last_available' that would store the timestamp at which the product was still available.
Active
1.5
Code
miha.wagner → changed the visibility of the branch 3493189-timestamp-last-available to hidden.