Skip to content

Add Arabic-first real estate valuation review assistant prototype#13

Open
Moshbbab wants to merge 1 commit into
trunkfrom
codex/build-arabic-first-valuation-review-assistant
Open

Add Arabic-first real estate valuation review assistant prototype#13
Moshbbab wants to merge 1 commit into
trunkfrom
codex/build-arabic-first-valuation-review-assistant

Conversation

@Moshbbab
Copy link
Copy Markdown
Owner

@Moshbbab Moshbbab commented May 8, 2026

Motivation

  • Provide a lightweight, Arabic‑first RTL prototype that helps Saudi valuation reviewers validate appraisal reports and iterate on UX quickly.
  • Focus on a simple, practical workflow (upload, extract/paste text, detect IVS/IFRS 13 gaps, flag unsupported assumptions, export summary) rather than full production integrations.
  • Keep architecture minimal so the prototype is easy to extend into extraction/AI steps later.

Description

  • Add a new Vite React + TypeScript + Tailwind app under prototype/valuation-review-assistant including package.json, vite.config.ts, and tsconfig.json.
  • Implement the main UI and logic in src/App.tsx with PDF upload metadata, pasted extracted-text input, IVS and IFRS 13 element detection, missing-item checklist, unsupported-assumptions detection, confidence/risk indicators, and Word export (.doc) output.
  • Include RTL entrypoint and styling via index.html, src/styles.css, tailwind.config.js, and postcss.config.js, plus a short README.md with npm install / npm run dev instructions.

Testing

  • Ran go test ./... which reported unrelated failing tests in the existing repository (internal/config tests TestMigrationWriteErrors failed).
  • Ran make lint which failed because there is no lint target in this repository/environment (no lint step executed).

Codex Task

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant