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

feat: Packaging add Czech #10351

Merged
merged 4 commits into from
Jun 3, 2024
Merged

feat: Packaging add Czech #10351

merged 4 commits into from
Jun 3, 2024

Conversation

benbenben2
Copy link
Collaborator

What

packaging codes add Czech

Screenshot

Czech_1
Czech_2

Related issue(s) and discussion

Part of #338

More details based on previous work (#8921, #8958, #10264, #10318):

  • lib/ProductOpener/Display.pm
    add description (name, street, city) based on columns in the file or hardcoded
  • lib/ProductOpener/PackagerCodes.pm
    add country and suffix of the code
  • scripts/update_packager_codes.pl
    add code formatting ('country' 'code' 'suffix', for example if code does not already contain 'country' or 'suffix')
    add the column name for the $code variable
  • packager-codes/
    add the csv file (mind the naming)
  • scripts/packager-codes/
    add your script (remove api keys if any)
  • update sto files
docker exec -it po_off-backend-1 bash
./scripts/update_packager_codes.pl

@benbenben2 benbenben2 added 📍🏭 Packager codes https://blog.openfoodfacts.org/en/news/discover-what-food-products-are-made-near-you-with-made-near- Czech labels May 26, 2024
@benbenben2 benbenben2 self-assigned this May 26, 2024
@benbenben2 benbenben2 requested a review from a team as a code owner May 26, 2024 06:45
Copy link

sonarcloud bot commented Jun 1, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
11.0% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@benbenben2
Copy link
Collaborator Author

If it is fine for you @alexgarel and @stephanegigandet, I suggest bypassing the code complexity alert of Sonar Cloud for Czech (also - to come in future PR - for Denmark, Hungary).

In future works, starting with Ireland, I will make changes (different API, handling everything automatically (without manual task) and following Sonar Cloud recommendations.

Copy link
Contributor

@stephanegigandet stephanegigandet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@stephanegigandet stephanegigandet merged commit 2570a1f into main Jun 3, 2024
11 of 12 checks passed
@stephanegigandet stephanegigandet deleted the packaging_add_czech branch June 3, 2024 08:00
benbenben2 added a commit that referenced this pull request Jul 16, 2024
### What
packaging codes adds Ireland

### Screenshot

![Screenshot_20240710_173536](https://github.com/openfoodfacts/openfoodfacts-server/assets/110821832/e0eb280e-5018-4daa-be72-cf0e48256762)

### Related issue(s) and discussion
Part of #338

More examples: #8921, #8958, #10264, #10318, #10351, #10388, #10485:
- lib/ProductOpener/Display.pm
add description (name, street, city) based on columns in the file or
hardcoded
- lib/ProductOpener/PackagerCodes.pm
add country and suffix of the code
- scripts/update_packager_codes.pl
add code formatting ('country' 'code' 'suffix', for example if code does
not already contain 'country' or 'suffix')
add the column name for the $code variable
- packager-codes/
add the csv file (mind the naming)
- scripts/packager-codes/
add your script
- update sto files
```
docker exec -it po_off-backend-1 bash
./scripts/update_packager_codes.pl
```

Based on the experience acquired in previous PR, I did the following
changes:
-> switch from geocode to nominatim (+ no need of API key, +/- exactly
same results)
-> reintroduced cache (introduced for Slovenija, #10124, and not used
afterward)
-> handled whole process without manual intervention (to fetch files,
_etc_.), using Excel to dataframe feature from polars and using
beautiful soup, not sure that this will be possible to do the same for
future countries but at least for that one it was successful.

Fixes: #1572
john-gom pushed a commit to 4nt0ineB/openfoodfacts-server that referenced this pull request Jul 19, 2024
### What
packaging codes adds Ireland

### Screenshot

![Screenshot_20240710_173536](https://github.com/openfoodfacts/openfoodfacts-server/assets/110821832/e0eb280e-5018-4daa-be72-cf0e48256762)

### Related issue(s) and discussion
Part of openfoodfacts#338

More examples: openfoodfacts#8921, openfoodfacts#8958, openfoodfacts#10264, openfoodfacts#10318, openfoodfacts#10351, openfoodfacts#10388, openfoodfacts#10485:
- lib/ProductOpener/Display.pm
add description (name, street, city) based on columns in the file or
hardcoded
- lib/ProductOpener/PackagerCodes.pm
add country and suffix of the code
- scripts/update_packager_codes.pl
add code formatting ('country' 'code' 'suffix', for example if code does
not already contain 'country' or 'suffix')
add the column name for the $code variable
- packager-codes/
add the csv file (mind the naming)
- scripts/packager-codes/
add your script
- update sto files
```
docker exec -it po_off-backend-1 bash
./scripts/update_packager_codes.pl
```

Based on the experience acquired in previous PR, I did the following
changes:
-> switch from geocode to nominatim (+ no need of API key, +/- exactly
same results)
-> reintroduced cache (introduced for Slovenija, openfoodfacts#10124, and not used
afterward)
-> handled whole process without manual intervention (to fetch files,
_etc_.), using Excel to dataframe feature from polars and using
beautiful soup, not sure that this will be possible to do the same for
future countries but at least for that one it was successful.

Fixes: openfoodfacts#1572
benbenben2 added a commit that referenced this pull request Jul 25, 2024
### What
packaging codes adds Luxembourg

### Screenshot
BEFORE -> AFTER

![Screenshot_20240719_172512](https://github.com/user-attachments/assets/7fc6b545-6bfb-4b29-9219-7bcb17bc4827)


### Related issue(s) and discussion
Part of #338

More examples: #8921, #8958, #10264, #10318, #10351, #10388, #10485,
#10533:
- lib/ProductOpener/Display.pm
add description (name, street, city) based on columns in the file or
hardcoded
- lib/ProductOpener/PackagerCodes.pm
add country and suffix of the code
- scripts/update_packager_codes.pl
add code formatting ('country' 'code' 'suffix', for example if code does
not already contain 'country' or 'suffix')
add the column name for the $code variable
- packager-codes/
add the csv file (mind the naming)
- scripts/packager-codes/
add your script
- update sto files
```
docker exec -it po_off-backend-1 bash
./scripts/update_packager_codes.pl
```

Fixes: #331
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Czech Display 📍🏭 Packager codes https://blog.openfoodfacts.org/en/news/discover-what-food-products-are-made-near-you-with-made-near-
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants