Document the asset import wizard and quest version labels (app 2.2.5) - #36
Open
KaladinX wants to merge 1 commit into
Open
Document the asset import wizard and quest version labels (app 2.2.5)#36KaladinX wants to merge 1 commit into
KaladinX wants to merge 1 commit into
Conversation
The LangQuest app shipped an update (main promotions #912 and #920, carrying app PR #908 and the iOS fix #919). Two features in it change what users see and had no documentation: 1. An in-app import wizard that links recordings from an earlier published version of the same Bible chapter or FIA pericope into a new draft. Gated behind a new "Import assets" settings toggle (off by default), draft quests only, and only on chapters/pericopes created after the update. 2. Quest version labels: every new chapter/pericope draft gets a renameable label (#1, #2, ...) shown after the quest name in the header, breadcrumbs, and version picker, with a "Quest Version Label" rename drawer. Changes: - user-guide.mdx: new "Importing assets from an earlier version" section (prerequisites, the four wizard steps with the app's exact labels, verse-label conflict handling, how imported recordings behave); new "Version labels" subsection under Quest versioning; version picker line now mentions the label. - features.mdx: two new bullets under Quest versioning. - settings-profile.mdx: asset import added to the experimental features list with a pointer to the user guide. - roadmap.mdx: shipped list gains the version-labels + asset-import line. UI strings were taken from the app source at main f4fa9d49 (services/localizations.ts and the wizard/drawer components), not from memory. No screenshots yet: the new flows need a signed-in session on an updated build, so media is a follow-up.
✅ Deploy Preview for scintillating-cassata-b68512 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for langquestdocs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 shipped in the app
LangQuest's
mainmoved to f4fa9d49 (promotion PRs genesis-ai-dev/langquest#912 and genesis-ai-dev/langquest#920), carrying two user-facing features from genesis-ai-dev/langquest#908 plus the iOS import-drawer fix genesis-ai-dev/langquest#919:#1,#2, ...) shown after the quest name in the header, breadcrumbs, and version picker.Neither was documented.
Docs changes
All quoted UI strings come from the app source at f4fa9d49 (
services/localizations.ts,importWizard.tsx,questLabelHandler.tsx), byte-for-byte.Not in this PR
pnpm buildpasses locally.