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: add HR packager codes #8921

Merged
merged 1 commit into from
Sep 5, 2023
Merged

Conversation

benbenben2
Copy link
Collaborator

What

Add addresses for Croatian packager codes

@benbenben2 benbenben2 changed the title draft add HR packager codes feat: draft add HR packager codes Aug 28, 2023
@benbenben2 benbenben2 self-assigned this Aug 28, 2023
@github-actions github-actions bot added 📍🏭 Packager codes https://blog.openfoodfacts.org/en/news/discover-what-food-products-are-made-near-you-with-made-near- Display labels Aug 28, 2023
@teolemon teolemon linked an issue Aug 28, 2023 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Aug 31, 2023

Codecov Report

Merging #8921 (3e4532c) into main (54c1c78) will increase coverage by 0.49%.
Report is 19 commits behind head on main.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #8921      +/-   ##
==========================================
+ Coverage   45.54%   46.03%   +0.49%     
==========================================
  Files          64       64              
  Lines       19519    19797     +278     
  Branches     4738     4792      +54     
==========================================
+ Hits         8889     9113     +224     
- Misses       9454     9498      +44     
- Partials     1176     1186      +10     
Files Changed Coverage Δ
lib/ProductOpener/Display.pm 11.26% <0.00%> (-0.02%) ⬇️
lib/ProductOpener/PackagerCodes.pm 74.52% <ø> (ø)

... and 9 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@benbenben2 benbenben2 marked this pull request as ready for review September 1, 2023 19:13
@benbenben2 benbenben2 requested a review from a team as a code owner September 1, 2023 19:13
@sonarcloud
Copy link

sonarcloud bot commented Sep 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@benbenben2 benbenben2 changed the title feat: draft add HR packager codes feat: add HR packager codes Sep 2, 2023
@teolemon teolemon added the 🇭🇷 Croatia https://hr.openfoodfacts.org/ label Sep 3, 2023
@alexgarel
Copy link
Member

@stephanegigandet I let you review !

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.

Thank you!

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
🇭🇷 Croatia https://hr.openfoodfacts.org/ 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.

Load all remaining EU packaging codes
5 participants