-
-
Notifications
You must be signed in to change notification settings - Fork 400
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: Use 'GS1 Barcode Syntax Engine' in READ API v3 #9050
Conversation
- Remove redundant `$` - Fix scope of `$ai_data_str` - Some regexes
- Ensure that more GS1 Data Link URI formats can be 'normalized' - URIs that cannot be a GS1 Data Link should not be treated as an product code
Should possibly have a feature flag, depending on the API version
…rom the code to allow query params in GS1 data URI to be present
…nd `decodeURIComponent`, so that a '/' in the code isn't split.
…rd `gs1_ai_data_str`.
The dummy number used before does not have a valid checksum.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but since I merged in #9049 there's a slight merge conflict.
Thanks! Sorry about the conflict. I fixed it locally and pushed an update. |
Kudos, SonarCloud Quality Gate passed! |
Codecov Report
@@ Coverage Diff @@
## main #9050 +/- ##
==========================================
+ Coverage 46.31% 46.36% +0.04%
==========================================
Files 64 64
Lines 19916 19924 +8
Branches 4814 4815 +1
==========================================
+ Hits 9225 9238 +13
+ Misses 9523 9520 -3
+ Partials 1168 1166 -2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
What
Use Perl module
GS1::SyntaxEngine::FFI
in READ API. This allows GS1 Data URI, AI Data String, and so on to be used in the URL.Related issue(s) and discussion