feat(FR-9): migrate to feature-based architecture #4

Open
jan wants to merge 1 commit from feat/FR-9-feature-migration into main
Owner
  • Move beers, breweries, auth, import, search into src/features//
  • 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>

- 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): 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>
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.