Commit Graph

4 Commits

Author SHA1 Message Date
gnezim 22aac303c7 fix: remove non-existent validate script reference from root package.json
The validate script will be added in Task 15 when the full-validation.sh script is created. For now, remove it to prevent npm script execution errors.
2026-04-05 18:56:48 +03:00
gnezim 382d8c453a infrastructure: create monorepo structure with apps/angular, apps/react, e2e directories 2026-04-05 18:53:38 +03:00
gnezim c012c7ebe8 docs: add comprehensive implementation plan for Angular → React migration
- 59 detailed tasks across 10 phases
- Infrastructure setup (monorepo, React scaffold)
- Styling foundation (SCSS copy/validation)
- Core components (Button, Input, Modal, Tabs, DatePicker)
- Routing setup (React Router config)
- E2E test infrastructure (Cypress, helpers, test templates)
- Feature implementation (Online Board, Schedule, etc.)
- BackstopJS setup (visual regression)
- Complete test suite (1,225+ tests)
- Final validation pipeline

Each task is bite-sized (2-5 mins) with exact code, paths, and commands.
2026-04-05 18:51:39 +03:00
gnezim 0a5ab058a6 Initial commit: Aeroflot Flights Web - Angular 12 baseline
- Angular 12 application with PrimeNG components
- 5 existing Cypress e2e test suites
- SCSS styling with BEM naming convention
- i18n support (10 languages)
- Leaflet map integration
- Complete component hierarchy and routing structure

This baseline will be used for Angular → React migration.
2026-04-05 18:47:57 +03:00