Files
flights_web/docs/parity/README.md
T
2026-04-29 20:52:45 +03:00

12 lines
698 B
Markdown

# Parity Analysis Artifacts
This directory stores Angular-to-React parity analysis for the Aeroflot Flights Web migration.
Use the `angular-react-parity` Pi Crew workflow to produce feature-specific artifacts:
- `<feature-slug>-business-logic-spec.md` - extracted business rules and examples
- `<feature-slug>-parity-matrix.md` - Angular reference locations mapped to React implementation locations
- `<feature-slug>-verification-report.md` - static, test, visual, and Playwright evidence
`ClientApp/` is the Angular reference. `src/` is the React implementation. Production code should not be changed by parity analysis workflows unless a follow-up implementation task explicitly asks for it.