docs/design: import-layer plan + modular-backends reconciliation - #9
Merged
Conversation
Capture the design for an ImportBundle + Importer interface + registry
that unifies the three importers (rekordbox XML/master.db, Traktor NML)
and the backup-zip container behind one seam, so adding a format is
implement-and-register. Records the decisions (library not core, rename
MasterDB{Cue,Asset} -> Imported{Cue,Asset}, extract the apply pipeline,
delete the dead core.Importer) and a phased build-green plan. No code
change; implementation scope TBD.
Add a Status section and step tags to modular-backends.md so the two docs don't drift: steps 1-2 shipped; 3d and steps 3-4 (serve-path / core.Backend / api decouple) are deferred pending StageLinq hardware; step 5 (library formats) is pulled forward and refined by import-layer.md, which lands the adapter in library rather than core and supersedes the thin core.Importer from step 1.
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.
What & why
Documents the modular-import direction that shipped in the import-layer refactor, and keeps the two design docs from drifting.
Docs only — this captures decisions from already-merged work; no code changes.
Hardware testing
Checklist
go build ./...,go vet ./..., andgo test ./...pass — n/a, docs only (no code changed)gofmt -l .is clean — n/a, no Go filesGPL-3.0-or-later) — n/a, design docs (Markdown) follow the existing docs/design convention of no SPDX header