Skip to content

Conversation

@gino-m
Copy link
Collaborator

@gino-m gino-m commented Dec 15, 2025

Refactor Folder Structure

Refactored the project directory structure to consolidate components and pages, improving organization.

Changes

📂 Folder Structure

  • Moved web/src/app/components/*web/src/app/components/shared/*
  • Moved web/src/app/pages/*web/src/app/components/*
  • Removed web/src/app/pages directory

🔨 Code Updates

  • Updated all imports (TypeScript, HTML, SCSS) to reflect new paths.
  • Resynced routing.module.ts and ground-theme.scss with the new structure.

✅ Verification

  • Build: npm run build --config=local --workspace=web passed.
  • Tests: npm run test-headless --workspace=web passed (180/180 success).

Fixes #2293
Depends on #2301

@gino-m gino-m changed the base branch from master to gino-m/2289/refactor-router December 15, 2025 21:03
@gino-m gino-m marked this pull request as ready for review December 15, 2025 21:04
@auto-assign auto-assign bot requested a review from rfontanarosa December 15, 2025 21:04
@gino-m
Copy link
Collaborator Author

gino-m commented Dec 15, 2025

@rfontanarosa PTAL

Base automatically changed from gino-m/2289/refactor-router to master December 16, 2025 14:35
@rfontanarosa rfontanarosa merged commit 2cec70a into master Dec 16, 2025
5 checks passed
@rfontanarosa rfontanarosa deleted the gino-m/2293/move-components branch December 16, 2025 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Code health] Reorganize component files

2 participants