WEBDEV-8509: Migrate iaux-item-metadata into elements#53
Open
jbuckner wants to merge 3 commits into
Open
Conversation
Moves @internetarchive/iaux-item-metadata models into src/models/item-metadata/. Field-parser imports rewritten to @src/parsers/* (the in-tree paths landed by WEBDEV-8507). Adds typescript-memoize as a runtime dependency. The addeddate test was using local-time setters to compare against a UTC-suffixed ISO timestamp; switched to setUTCHours/etc so the test isn't TZ-dependent under Vitest's browser provider. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
…rate-item-metadata
Add an interactive `item-metadata-story` built on the shared `story-template`. Edit a raw archive.org metadata JSON record and watch the `Metadata` model lazily cast each field to its typed `MetadataField` (Dates, numbers, byte counts, normalized multi-value arrays). Broaden the demo `app-root.ts` glob to `../src/**/*-story.ts` so stories outside `elements`/`labs` are auto-discovered. Co-Authored-By: Claude Opus 4.8 <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.
Move
@internetarchive/iaux-item-metadataintosrc/models/item-metadata/per WEBDEV-8506 (#50): models (File,Metadata,Review,SpeechMusicASREntry,Task) + 9 typed field wrappers.Stacked on #51 (field-parsers must be in tree first); base auto-rebases to
mainwhen #51 merges.@src/parsers/...paths (barrel → one explicit import per parser — clearer + tree-shake-friendly).No runtime change; build + tests green. QA-waived (code move).
WEBDEV-8509