docs: USER-GUIDE.md — Exploring + Comparing + Your data (content complete)#111
Merged
Conversation
…lete) Fill the last three stubbed sections. Exploring walks the Places gazetteer → place detail (with "Journeys through here") → Journeys list → journey detail, foregrounding the in-app honesty callout: a route is one scholarly reconstruction, unlocated stops are listed but not pinned. Comparing covers up to three parallel verse-aligned columns with read-only per-column notes. Your data is a short closer recapping privacy, Export/Import, and theme with back-links, plus the guide's wrap. Journeys honesty + Compare behavior verified against JourneyDetailView.tsx and CompareView.tsx. Heading kept as "## Your data" to preserve the TOC anchor. No "(Coming soon.)" stub remains — the guide's content is complete. README untouched (Slice 5). Docs-only — gates unaffected. 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.
What landed
Fills the last three stubbed sections of
docs/USER-GUIDE.md(continuing #109/#110), in the same voice and shape. After this, no(Coming soon.)stub remains — the guide's content is complete.Exploring places and journeys — picks up the forward-link Slice 3 left from Study tools:
places-gazetteer.png) — the gazetteer of 1,340+ locations; search + Status/Type filters → place detail (place-detail.png: Rameses, modern name, the verses that name it, and the "Journeys through here" block that bridges into Journeys).journeys-list.png,journey-detail.png) — the curated list → a route on the map with numbered stops + an ordered Stops list, each tied to a passage. The honesty caveat is the section's spine: one scholarly reconstruction, not a GPS track; uncertain crossing/stations shown honestly; unlocated stops listed but marked "Location unknown" and left off the map, not pinned.Comparing translations (
compare.png) — up to three translations in parallel columns, lined up verse for verse, with per-column read-only notes.Your data — a short closer recapping privacy, Export/Import, and theme via back-links (no new screenshots), plus the guide's wrap.
Accuracy (verified against the app)
JourneyDetailView.tsx:66–71); unlocated-stop behavior fromJourneyDetailView.tsx:84–123.MAX_COLUMNS = 3, read-only per-column annotation overlays (CompareView.tsx); per-column notes described as behavior, not claimed visible in the shot.## Your dataheading kept (not renamed) so the TOC anchor#your-datakeeps resolving.Scope / verification
README.md(Slice 5). No app/test/screenshot change.grep "Coming soon"→ 0; all 5 new image links resolve fromdocs/; every internal anchor (#study-tools,#getting-started-in-the-app,#finding-things,#reading) matches a heading; TOC unchanged.make check241 passed / 4 deselected;make check-frontend221 passed, build clean.🤖 Generated with Claude Code