Add FDC1 encoding support and website UI for decode/encode - #15
Merged
Conversation
- Encoder: support dynamicContentData input, encode as FDC1 via UicDynamicContentData schema alongside existing Intercode _RICS.ID1 - Types: add UicDynamicContentDataInput, add dynamicContentData field to UicBarcodeTicketInput - Tests: update round-trip tests to verify FDC1 data survives encode/decode cycle - Website decode: add DynamicContentDataSection displaying FDC1 fields (timestamp, geo-coordinate, challenge responses, extension) - Website encode: add format selector (FDC1 / Intercode) for Level 2 dynamic data, with appropriate form fields and dynamic refresh for both formats - Website convert: ticketToInput preserves FDC1 dynamicContentData when editing a decoded ticket in the encoder https://claude.ai/code/session_01HU49o6qQtATmSweh3TSmqn
chtitux
pushed a commit
that referenced
this pull request
Feb 22, 2026
New `openTicketValidity` check validates that the current time falls within the validFrom → validUntil window of at least one openTicket. Follows UIC IRS 90918-9 defaults: validFromTime absent → 0 (00:00), validUntilTime absent → 1439 (23:59). Also exports the new getOpenTicketValidityWindow() time helper. https://claude.ai/code/session_01P13v3YU7F5tDte6Q5DjKzC
chtitux
pushed a commit
that referenced
this pull request
Feb 22, 2026
New `openTicketValidity` check validates that the current time falls within the validFrom → validUntil window of at least one openTicket. Follows UIC IRS 90918-9 defaults: validFromTime absent → 0 (00:00), validUntilTime absent → 1439 (23:59). Also exports the new getOpenTicketValidityWindow() time helper. https://claude.ai/code/session_01P13v3YU7F5tDte6Q5DjKzC
chtitux
added a commit
that referenced
this pull request
Feb 23, 2026
…-v3bsQ Add openTicket validity window check to controlTicket (check #15)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://claude.ai/code/session_01HU49o6qQtATmSweh3TSmqn