Replies: 4 comments 1 reply
-
|
Can you assign me this issue |
Beta Was this translation helpful? Give feedback.
-
|
@LSUDOKO you are welcome to start working on this, but you have to wait for the Python rewrite to be merged. You should also validate your approach with @john-gom (he is the maintainer). |
Beta Was this translation helpful? Give feedback.
-
|
Hi @LSUDOKO it would be great to get you involved. As a start maybe come up with a proposed API specification. It would be good to have something we can use for other types of query too as off-query currently emulates the MongoDB syntax which can be difficult to grasp. It would also be helpful to get your input on the current Python refactor and any experiences you have setting up for local development |
Beta Was this translation helpful? Give feedback.
-
|
Hi @alexgarel . I'm starting to look at this (@LSUDOKO please let me know if you would prefer to do it)... I think the
This would return specific events. e.g.
Which would return the counts by contributor in the date range specified, perhaps further grouped by action, e.g. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We have an event database and it can be useful in a number of way.
An important usecase is to browse last edits on some specific part of the data.
Could we have an API akin to product opener facets and get last edits as JSON data.
going to query.openfoodfacts.org/facets/category/en:beer/label/en:gluten-free would give me last edits on gluten free beers
This can help someone monitoring events on a certain category to correct data, or see new additions.
Could we also have an API to get last events of a certain type made by a particular user ?
This could be used to create a better view of lastly modified / added products for the user on Open Food Facts.
Beta Was this translation helpful? Give feedback.
All reactions