feat(FR-9): complete feature-based architecture migration #4

Open
jan wants to merge 2 commits from feat/FR-9-feature-migration into main
Owner

Summary

Migriert den Backend-Code von src/services|controllers|routes/ in Feature-Module unter src/features/<feature>/, um die Skalierbarkeit und Zuständigkeit der Domänen zu verbessern.

Traceability

  • FR-9: Feature-based Architektur
  • Epic: EPIC-03 Phase 2 — User Sync, Auth, Import, CI/CD, Feature-Migration
  • Story: FEAT-1 Feature-Module für Beers, Breweries, Auth, Import, Search

Changes

  • Neue Feature-Module: beers, breweries, auth, import, search
  • Barrel-Export in src/features/index.ts
  • src/routes/index.ts mountet ausschließlich Feature-Router
  • Tests aktualisiert auf neue Import-Pfade
  • Story- und Backlog-Doku nachgezogen

Risk

  • Risk-Label: risk:low
  • Reine Code-Migration + Tests, keine Datenbank- oder Auth-Änderungen

Verification

  • Unit-Tests: 47 passed
  • Integration-Tests: 38 passed, 8 skipped
  • Typecheck: 0 errors
  • Lint: 0 errors
  • Format: Prettier clean
## Summary Migriert den Backend-Code von `src/services|controllers|routes/` in Feature-Module unter `src/features/<feature>/`, um die Skalierbarkeit und Zuständigkeit der Domänen zu verbessern. ## Traceability - FR-9: Feature-based Architektur - Epic: EPIC-03 Phase 2 — User Sync, Auth, Import, CI/CD, Feature-Migration - Story: FEAT-1 Feature-Module für Beers, Breweries, Auth, Import, Search ## Changes - Neue Feature-Module: `beers`, `breweries`, `auth`, `import`, `search` - Barrel-Export in `src/features/index.ts` - `src/routes/index.ts` mountet ausschließlich Feature-Router - Tests aktualisiert auf neue Import-Pfade - Story- und Backlog-Doku nachgezogen ## Risk - **Risk-Label:** risk:low - Reine Code-Migration + Tests, keine Datenbank- oder Auth-Änderungen ## Verification - Unit-Tests: 47 passed - Integration-Tests: 38 passed, 8 skipped - Typecheck: 0 errors - Lint: 0 errors - Format: Prettier clean
feat(FR-9): migrate to feature-based architecture
Some checks failed
CI / Quality-Gates (pull_request) Failing after 24s
CI / Auto-Merge risk:low (pull_request) Has been skipped
e1d8210f4b
- Move beers, breweries, auth, import, search into src/features/<feature>/
- Add barrel exports in src/features/index.ts
- Update src/routes/index.ts to mount only feature routers
- Add story docs: EPIC-03-phase2.md, FEAT-1-feature-migration.md
- Add unit test for feature module exports
- Update integration and unit test imports to new paths
- Update backlog traceability.md

Co-Authored-By: Kilo <kilo-auto/free>
feat(FR-9): complete feature-based architecture migration
Some checks failed
CI / Quality-Gates (pull_request) Failing after 24s
CI / Auto-Merge risk:low (pull_request) Has been skipped
698d3b914a
- Move beers, breweries, auth, import into src/features/<feature>/
- Remove old src/controllers/, src/routes/, src/services/ files
- Update routes to mount only feature routers
- Fix all ESLint warnings (replace any with proper types)
- Fix TypeScript strict-mode type errors
- Add codebase documentation (docs/codebase/)
- Add epic docs for auth and sync features
- Update integration test imports

Co-Authored-By: Kilo <kilo-auto/free>
jan changed title from feat(FR-9): migrate to feature-based architecture to feat(FR-9): complete feature-based architecture migration 2026-08-03 14:25:16 +02:00
Some checks failed
CI / Quality-Gates (pull_request) Failing after 24s
CI / Auto-Merge risk:low (pull_request) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/FR-9-feature-migration:feat/FR-9-feature-migration
git switch feat/FR-9-feature-migration

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff feat/FR-9-feature-migration
git switch feat/FR-9-feature-migration
git rebase main
git switch main
git merge --ff-only feat/FR-9-feature-migration
git switch feat/FR-9-feature-migration
git rebase main
git switch main
git merge --no-ff feat/FR-9-feature-migration
git switch main
git merge --squash feat/FR-9-feature-migration
git switch main
git merge --ff-only feat/FR-9-feature-migration
git switch main
git merge feat/FR-9-feature-migration
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
jan/BrewLog!4
No description provided.