Skip to content

Repository Structure

Anubha Parashar edited this page Jul 10, 2026 · 1 revision

Repository Structure

backend/          FastAPI service and workflow configuration
backend/app/      API routes, schemas, and data loaders
backend/app/data/ Process-flow and automation configuration

data/             Sample PDF inputs; verify redaction/approval

docs/             Existing and expanded project documentation

frontend/         React/Vite/TypeScript application
frontend/src/     UI components, API client, and types

outputs/          Example parser-generated CSV/JSON outputs

src/parser.py     PDF parsing, status classification, and summary logic

tests/            pytest scaffolding and future regression tests

*.xlsx            Analysis workbook examples

Ownership Boundaries

  • Parser rules: document-intelligence owner + telecom domain reviewer.
  • Decision policy: authorized engineering/business owner.
  • API: backend owner.
  • UI: frontend owner.
  • Security controls: security/platform owner.
  • Process durations and savings: operations/program owner.
  • Documentation: shared ownership; updated with every behavior change.

Clone this wiki locally