Back to the catalog

mapping-v2 — index

OKF index — 10 concepts, 0 subfolders

Open source Repository Open in the app JSON README (API)

About

<!-- okf:generated -->
# mapping-v2 — index

_Read this first. Lists every concept + subfolder here so an agent loads only what it needs (OKF / LLM-Wiki pattern)._

## Concepts
- [[RA-2948-floorplan-datasource-spec]] — RA-2948 — Pre-loaded Property Floor Plan: Data-Source Decision Spec
- [[au-ip-opinion-brief]] — Brief for AU IP counsel — RestoreAssist Mapping "existing-plan import" feature
- [[client-portal-single-button-plan]] — Client claim portal — "single button" (implementation plan)
- [[existing-plan-import-implementation-plan]] — Existing-plan import — implementation plan (pre-build, legally gated)
- [[homeowner-capture-implementation-plan]] — Homeowner self-capture — implementation plan (pre-build, gated)
- [[homeowner-capture-security-design]] — Homeowner self-capture — security design & threat model (for sign-off)
- [[restoration-data-asset-spec]] — Restoration Data Asset — Architecture Spec
- [[ria-demo-runbook]] — RestoreAssist Mapping V2 — RIA Conference Demo Runbook
- [[

Details

Kind
OKF bundles
Topic
AI, RAG & memory
Publisher
cleanexpo
Origin
okf_github
Category
dados
Version
0.1
Stars
1
Forks
1
Last push
2026-09-07T15:12:39Z
Repository state
ativo
Language
TypeScript
Added
2026-09-08 22:11:44
Updated
2026-09-08 22:11:44
Origin id
CleanExpo/RestoreAssist:docs/mapping-v2/index.md

README

# RestoreAssist

TypeScript / Next.js 15 App Router compliance platform for Australian water damage restoration.

## Layout

```
app/           Next.js App Router
components/    UI
lib/           Domain / server logic
prisma/        Schema + migrations (deploy SSOT)
public/        Static assets
scripts/       Build / ops
config/        ESLint, Vitest, Playwright, Lighthouse
docs/          Long-form docs
e2e/           Playwright end-to-end specs
data/content/  Help, training, video scripts (runtime)
tools/         Remotion video pipeline + local render output
packages/      Workspace packages (pilot-tester)
ops/           Release ops (fastlane metadata)
mobile/        Expo
ios/ android/  Capacitor shells
```

Playwright e2e lives under `e2e/` at the repo root.

Env template: `.env.example`.

## Commands

```bash
npm ci
npm run dev
npm run type-check   # authoritative
npm run lint
npm run test:unit
npm run test:smoke
npm run build
```

## Docs

- Release gate: `docs/RELEASE_GATE.md`
- Root cleanup: `docs/ROOT_CLEANUP_REPORT.md`

More