Conversation
…ariant
Dashboard shows an "Upload New Version" button for each published scroll,
linking to /upload?revises={url_hash}. The upload form detects the revises
parameter and shows a revision context box with current version info,
pre-fills metadata, and changes header/button text accordingly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Deploy Previewhttps://scroll-press-pr-41.fly.dev This preview will be destroyed when the PR is closed. |
Contributor
Author
Needs human reviewWhat changed: Added "Upload New Version" button to published scrolls on the dashboard and a revision-mode upload form that shows context about the scroll being updated, pre-fills metadata, and relabels the header/submit button. Review checklist:
What to look for:
|
Contributor
Author
Apply _latest_version_filter() to the dashboard query so only the latest version of each scroll series is displayed. Also load scroll_series_id in the query options so the correlated subquery can work. Added two tests: one verifying only the latest version appears, another verifying distinct scroll series each get their own card. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Author
Needs human reviewWhat changed: Adds an "Upload New Version" button to each published scroll card on the dashboard, and a revision-aware upload form that shows a context box (current title, version, next version) and pre-fills metadata from the existing scroll. Review checklist:
What to look for:
🤖 Generated with Claude Code |
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
/upload?revises={url_hash}?revises=is present?revises=) is unchangedTest plan
🤖 Generated with Claude Code