Replies: 3 comments 6 replies
-
|
Maybe, although at the moment the data will be delayed by at least a day. If / when we implement an event stream then the data will be more up to date. |
Beta Was this translation helpful? Give feedback.
-
|
see also #33 |
Beta Was this translation helpful? Give feedback.
-
|
Currently the Redis change events we use to store events in off-query does not include the IP address of the sender, so we would need to add this in to the events generated by Product Opener. We also store the countries_tags of the product but I assume this is just for filtering so we could use the current countries_tags for the product rather than needing to know what the countries_tags were at the time of the change. There are a number of processes which generate changes but don't update the recent_changes_collection, such as update_all_products. However, off-query will not log second or subsequent events for the same product revision in the product history, so this is probably OK. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
https://world.openfoodfacts.org/cgi/recent_changes.pl was listing different changes on Open Food Facts but it's mostly broken. (you can look at what it looks on staging)
We should leverage events we store in openfoodfacts-query to recreate it, better
Proposed solution
As a very usefull strech goal, we could also be able to filter on different facets, to for example have recent changes on beer category in germany.
The recent changes pages should expose things like:
(edited by @alexgarel)
Beta Was this translation helpful? Give feedback.
All reactions