Dodaj helpery identyfikatorów PBN (is_valid_object_id, parse_publication_id)#1
Merged
Conversation
…ion_id) Warstwa protokołu: rozpoznanie 24-znakowego heksadecymalnego objectId PBN oraz wyłuskanie go z URL-a `.../publication/view/<id>`. Czyste funkcje, bez zależności poza `re`. Wyeksportowane z pakietu. Konsoliduje logikę, która w aplikacjach-hostach żyła osobno jako walidacja mongoId oraz parsowanie UID/URL. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Warstwa protokołu do rozpoznawania/parsowania identyfikatorów obiektów PBN:
is_valid_object_id(value)— czy to 24-znakowy heksadecymalny objectId PBN,parse_publication_id(value)— wyłuskuje objectId z gołego id albo z URL-a.../publication/view/<id>.Czyste funkcje (tylko
re), wyeksportowane zpbn_client. Konsoliduje logikę, która w aplikacjach-hostach (np. BPP) żyła osobno jako walidacja „mongoId" i parsowanie UID/URL — host przejdzie na te helpery przez cienki shim.Testy: 6 przypadków (hex any-case, odrzucenia, goły id, URL w środku/na końcu, None/empty). Pełna suita 42 passed, ruff clean.
P1 z planu ekstrakcji PBN (bpp). Wersja pakietu bez zmian (bump przy wydaniu wave 0.2).