Refactor album upload to multi-step workflow#364
Open
magent-cryptograss wants to merge 4 commits intocryptograss:mainfrom
Open
Refactor album upload to multi-step workflow#364magent-cryptograss wants to merge 4 commits intocryptograss:mainfrom
magent-cryptograss wants to merge 4 commits intocryptograss:mainfrom
Conversation
Replaces single-step upload+transcode+pin with: 1. Connect wallet 2. Upload files → server creates draft, analyzes audio 3. Review & edit track titles, album info, drag to reorder 4. Finalize → transcode + pin with SSE progress Features: - Visual step indicator showing progress through workflow - Editable track titles with inline editing - Drag-and-drop track reordering - localStorage + server state for page refresh recovery - Draft info display (ID, expiration time) - Dual format result (FLAC + OGG directories) Works with new /draft-album endpoints in delivery-kid pinning service.
- Add expandable rows in track listing with tags textarea per track - Parse KEY=VALUE tags and send per-track in finalize request - Remove album-level tags textarea (now per-track) - Store per-track tags in localStorage for draft recovery
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.
Summary
Replaces single-step upload+transcode+pin with a multi-step workflow:
Features
UI Changes
Backend Dependency
Requires the new
/draft-albumendpoints in delivery-kid pinning service:Test plan