Skip to content

docs: map mobile navigation and feature boundaries - #503

Draft
Jaydearcadian wants to merge 1 commit into
Axionvera:mainfrom
Jaydearcadian:docs/navigation-feature-boundary-map
Draft

docs: map mobile navigation and feature boundaries#503
Jaydearcadian wants to merge 1 commit into
Axionvera:mainfrom
Jaydearcadian:docs/navigation-feature-boundary-map

Conversation

@Jaydearcadian

Copy link
Copy Markdown

Summary

  • replaces the existing navigation map with a canonical contributor-facing route and feature-boundary reference
  • documents the actual Expo Router structure, including the root <Slot />, auth stack, tab navigator, and root-level routes
  • maps screen ownership, Zustand stores, persistence, shared components, cross-feature dependencies, and global error handling
  • calls out high-risk boundaries around secret-key access, deep links, payment signing, contacts duplication, vault configuration, diagnostics, and polyfill order
  • adds the map to the README documentation index

Why

The previous map contained machine-local file:///... links, described the root as a stack even though it renders through <Slot />, omitted the wallet-creation-success route, and mixed current behavior with aspirational boundary rules.

This update separates current implementation details from recommended dependency direction and explicitly documents overlapping ownership where it exists today.

Validation

  • confirmed no machine-local links remain
  • confirmed README links to the canonical map
  • confirmed root <Slot /> behavior is documented
  • confirmed wallet creation, import, tabs, send/signing, receive/scan, contacts, transactions, vault, settings, diagnostics, and global errors are covered
  • ran git diff --check

Documentation-only change; no application behavior was modified.

Closes #370

@El-swaggerito

Copy link
Copy Markdown
Contributor
\nThis PR is currently a draft.\n\nThe auto-merge automation will not merge draft pull requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create mobile navigation and feature boundary map

2 participants