Alex Garel
Alex Garel
Trying to look at the log on the server, I tried, and failed (but I didn't get the right log) so I resend the query (refresh in my browser) and...
@monsieurtanuki do you have another example ?
I like the idea of draft products. A small workflow is really useful. This could be a "state". See also #6265
For me the "RequireBriefOpen" might be the most interesting. But it may require to refactor lots of code part in a heavy way (eg. changing loops in file lines to...
"InputOutput" name space seems interesting. We may also explore the "Variables" and "ValuesAndExpressions" rules. As they may have interesting rules. For example * [Perl::Critic::Policy::Variables::ProhibitReusedNames](https://metacpan.org/pod/Perl::Critic::Policy::Variables::ProhibitReusedNames) - Do not reuse a variable...
I wanted to find a rule that would spot the auto vivification or lack of variable declaration (we have this [in Tags.pm, the variables used by load_taxonomy](https://github.com/openfoodfacts/openfoodfacts-server/blob/main/lib/ProductOpener/Tags.pm#L940) but couldn't find...
Autocomplete / suggest as you type backend for search queries on product name, brands and categories
New https://github.com/openfoodfacts/openfoodfacts-search/ project should tackle this…
Autocomplete / suggest as you type backend for search queries on product name, brands and categories
@M123-dev I'm working on deploying it to stagging, see https://github.com/openfoodfacts/openfoodfacts-search/pull/17
In `/templates/web/pages/product_edit/product_edit_form_display.tt.html`, add a class to every elements that are under a `[% IF moderator...` or a `[% IF admin...`. Then add a CSS rule for this class to make...
I believe this would be fixed by #6783