openfoodfacts / openfoodfacts-server

Open Food Facts database, API server and web interface - 🐪🦋 Perl, CSS and JS coders welcome 😊 For helping in Python, see Robotoff or taxonomy-editor
http://openfoodfacts.github.io/openfoodfacts-server/
GNU Affero General Public License v3.0
656 stars 385 forks source link

Add the Folksonomy Engine to product edit mode #9174

Open aleene opened 1 year ago

aleene commented 1 year ago

Problem

To use the folksonomy, it is not always possible. One has to go to product view mode to do so.

Proposed solution

Add folkosonomy to product edit mode

Number of products impacted

all

Time per product

seconds

Code pointers

You can find some code pointers here. If some are missing, feel free to add them yourself in this file, or to ask them.

Part of

CharlesNepote commented 1 year ago

I agree.

Should we address the risk of confusion between [Save] button from Product Opener and [Submit] button from Folksonomy Engine?

alexgarel commented 1 year ago

Should we address the risk of confusion between [Save] button from Product Opener and [Submit] button from Folksonomy Engine?

Or maybe submit with JS to folksonomy engine (if change where made), and then save ?

It might be a bit more complex and brittle though.