Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add preferred language and country field retrieval and editability #820

Open
teolemon opened this issue Nov 7, 2023 · 1 comment
Open

Comments

@teolemon
Copy link
Member

teolemon commented Nov 7, 2023

What - Proposed solution

image

Add preferred language and country field retrieval and editability

https://world.openfoodfacts.org/cgi/user.pl?type=edit&userid=monsieurtanuki
https://world.openfoodfacts.org/cgi/user.pl?type=edit&userid=teolemon

<select name="preferred_language" id="preferred_language-select">
                                <option value=""></option>
                                
                                    <option value="ab"> Abkhaz</option>
                                
                                 <select name="country" id="country-select">
                                <option value=""></option>
                                
                                    <option value="en:afghanistan"> Afghanistan</option>
                                
    ```
                              
@monsieurtanuki
Copy link
Contributor

@teolemon We'll probably be stuck like in the "delete" account case: the user needs to be connected in order to change the personal preferences.
And so far in dart we don't really "connect".
cf. #746 openfoodfacts/smooth-app#4162 openfoodfacts/openfoodfacts-server#8940

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants