Charles Nepote
Charles Nepote
See issue #42 for rationale and use cases.
It's open data, so you can reproduce if you want to test variety on a huge Mongo database. See this quick and dirty "howto": https://wiki.openfoodfacts.org/Reusing_Open_Food_Facts_Data#MongoDB_dump
But if the fields are quoted, some software could interpret 23,78 as a text chain and not as a number, which is problematic. Of course geeks will easilly understand this...
Perhaps some ways to address this. 1. Add a **horizontal scrollbar at the top of the table**. There are some solutions here: https://stackoverflow.com/questions/3934271/horizontal-scrollbar-on-top-and-bottom-of-table 2. Use a **fixed table header**. It...
Thanks a lot @zigouras, I agree with many of your suggestions but not all. Disclaimer: I'm not an engineer and have learnt computer science by myself. Following @teolemon, I think...
The call to Robotoff questions is only available for registered users. Before rewrriting JS code we have to display it for every users: https://github.com/openfoodfacts/openfoodfacts-server/blob/319b66b14a8717ddd3e8123eaaf6a30398d58d0c/templates/web/pages/product/product_page.tt.html#L50 ```diff - [% IF (user_id.defined) &&...
> While we're at it, I'd love to move Code as the unique identifier to the very left/beginning of each product listing Code is already at the left/beginning of each...
@bredowmax: > My suggestion for fields to be deleted: > [...] Can you provide a reason why? Just notice it is very easy to delete fields after download while you...
Empty fields to be deleted: * `additives` * `nutrition-score-uk_100g` ... and I suspect other ones.
> I would not remove any field Ok. > additives: it would be best to fix it (generate it from additives_tags), in order to be consistent with categories etc. `categories`...