Skip to content

Docs/applications guide - #116

Merged
AdamGohs merged 91 commits into
mainfrom
docs/applications-guide
Sep 1, 2026
Merged

Docs/applications guide#116
AdamGohs merged 91 commits into
mainfrom
docs/applications-guide

Conversation

@AdamGohs

@AdamGohs AdamGohs commented Apr 22, 2026

Copy link
Copy Markdown
Collaborator

Description

This pull request merges the LifeSim Applications Guide into the RMC Software Documentation website.

Affected documents

  • LifeSim Applications Guide

Related issue(s)

Pre-submission checklist

  • I have previewed these changes locally or via the PR preview URL
  • My branch name uses one of the expected prefixes: docs/new/, docs/major/, docs/minor/, or docs/fix/
  • I have updated 00-version-history.mdx if this change warrants a version entry
  • I have assigned a specific peer reviewer via the Reviewers sidebar (if known)

Technical edit (Lanes 1, 2, and 3)

  • Technical edit comments addressed — ready for Director review

Notes for reviewers

suzbyrd94 and others added 30 commits March 12, 2026 17:48
- Created citations
- Updated figure and table references
- Updated links
-added citations
-added links to other sections of the app guide and other docs
- citation edits
- links added
- text edits
-updated figures for better resolution
…o match Woody's QC of Validation Studies

- Added HEC-RAS citation to Introduction mention in step 8
- Added NSI Documentation hyperlink
- Capitilized titles in occ type table
- Added three dots, checkbox, and unchecked inline images
- Added comment regarding whether breach/non-breach should be updated to fail(ure)/non-fail(ure) MMC/RMC terminology
…-levees-and-floodwalls

- Created and added acronym appendix
- Italicized file names
- Gave the MMC an hyperlink to their "About Us" page
@github-actions

Copy link
Copy Markdown

🔄 New commits pushed by AdamGohs.

@Gman-1789 — please backcheck the revisions for Lead Civil reviewer(s).

…tion page rather than version 6.6, 7.0, etc.

- Cleaned border of 3 figures and added transparency to arrow in figure137
- Removed title commas in the Introduction list
- Updated NSI references
- Fixed hyperlinks and bolded text that were line breaking weird
- Checked compatality of whole document with dark mode and small screen
@github-actions

Copy link
Copy Markdown

🔄 New commits pushed by AdamGohs.

@Gman-1789 — please backcheck the revisions for Lead Civil reviewer(s).

@github-actions

Copy link
Copy Markdown

🔄 New commits pushed by AdamGohs.

@Gman-1789 — please backcheck the revisions for Lead Civil reviewer(s).

@AdamGohs AdamGohs added stage:ai-editor-review Currently in technical editor review and removed stage:lead-civil-review Currently in RMC Lead Civil review labels Aug 26, 2026

@AdamGohs AdamGohs left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI Technical Edit

139 comments across 13 files. Review prompt version: abbc319 (.github/ai-review/technical-editor-prompt.md, 2026-04-10).

Severity Count
🔴 Must fix 56
🟡 Should fix 71
🔵 Suggestion 12

Highest-impact items

  1. Ten figures will 404 in production. Ten src paths differ in case from the actual filenames (introfigure.png vs IntroFigure.png, etc.). Windows resolves these; the case-sensitive build/host will not. See 03-summary-of-lifesim-inputs.mdx:251 and 04-estimating-consequences-for-levees-and-floodwalls.mdx:1139.
  2. Section 508: ~30 unlabeled images. <FigureInline> emits an <img> with no alt attribute at all (src/components/FigureInline.js:8). Fix is in the component, not the MDX.
  3. Markdown emphasis is corrupting shapefile names at 05-estimating-consequences-for-dams.mdx:275-276 (EPZ*NoDoubleWarning, \_Mileage_Reaches.shp*).
  4. A link's text names the wrong chapter at 09-estimating-direct-economic-damages.mdx:298.
  5. Undefined acronyms in running text: USGS, NWS (04:403), ECAM (05:608), OT (07:371), RMC (06:26), plus MH/IH used where MHP/IHP is defined (05:436). Appendix A is also missing 12 acronyms the guide uses and lists 5 it never uses.
  6. Typos and agreement errors throughout: focues, questionairre, identifible, segement, subjectec, HazardOccurrence, that that, larger that, need cleaned up, an Hydrologic.

Cross-cutting consistency (flagged once each, with line lists)

  • Voice — first person (I at 04:264; we/our at 04:415, 04:436, 05:157, 05:330, 05:686, 05:741) and third/second person alternation (the user vs you) inside single paragraphs.
  • Tense — chapter 5 describes the UI in the future tense while chapters 3, 4, and 7 use the present.
  • Units and numbers2ft / 2-foot / 2 ft, 2am vs 02:00, 8 vs eight, 200,000 dollars vs $200,000.
  • Typography — straight and curly quotes/apostrophes mixed within single paragraphs.
  • Hyphenationright click, double click, left clicking used as verbs; two zone EPZ; shelter-in-place as a verb.

Everything below is anchored to a specific line. Nothing has been edited — all changes are the author's call.

Comment thread docs/desktop-applications/lifesim/applications-guide/v1.0/00-document-info.mdx Outdated
Comment thread docs/desktop-applications/lifesim/applications-guide/v1.0/01-preface.mdx Outdated
Comment thread docs/desktop-applications/lifesim/applications-guide/v1.0/02-introduction.mdx Outdated
Comment thread docs/desktop-applications/lifesim/applications-guide/v1.0/02-introduction.mdx Outdated
Comment thread docs/desktop-applications/lifesim/applications-guide/v1.0/02-introduction.mdx Outdated
Comment thread docs/desktop-applications/lifesim/users-guide/v1.0/05-hydraulic-data.mdx Outdated
karenmai-usace and others added 10 commits August 26, 2026 13:01
The src values used lowercase filenames while the committed image files
use mixed case. Windows resolves either, so local builds worked, but the
GitHub Pages deploy is case-sensitive and returned 404 for figures 2, 67,
68, 69, 70, 77, 81, 82, 83, and 88.
Updated "Approved By" column in LifeSim Applications Guide.

Updated the site's change log to reflect Applications Guide release.
Update DraftNotice.js so it renders the draft strip on the Preview site prior to deployment.
@github-actions github-actions Bot added stage:director-review Currently in Director review and removed stage:ai-editor-review Currently in technical editor review labels Sep 1, 2026
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

Technical edit marked complete by the author. Advancing to Director review.

@usace-rmc/docs-admin please trigger the checkpoint deploy of docs/applications-guide and assign a director reviewer. See the Site Admin Workflow chapter of the Documentation Guide for the full sequence.

@AdamGohs AdamGohs added stage:ready-to-merge All reviews complete, ready for final merge admin:approve-merge-after-push Admin override to re-flip merge gate to success after post-approval commits were pushed and removed stage:director-review Currently in Director review labels Sep 1, 2026
@github-actions github-actions Bot removed the admin:approve-merge-after-push Admin override to re-flip merge gate to success after post-approval commits were pushed label Sep 1, 2026
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

Post-push merge re-approved by AdamGohs. The review-workflow status is back to success and the PR is mergeable.

@AdamGohs
AdamGohs merged commit cea062f into main Sep 1, 2026
7 checks passed
@AdamGohs
AdamGohs deleted the docs/applications-guide branch September 1, 2026 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lane:new-doc New document review (Peer → Lead Civil → Technical Edit → Director) stage:ready-to-merge All reviews complete, ready for final merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants