chore(work): finish 02-migrate-feature-binders

This commit is contained in:
2026-05-13 20:25:08 +02:00
parent d67a89179e
commit 9800fed068
2 changed files with 5 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ id: 02-migrate-feature-binders
epic: 2026-05-13-binder-wrap-helper
title: Migrate all five feature binders to wireUseCase
type: technical-story
status: in-progress
status: done
feature: auth, blog, media, marketing-pages, navigation
depends-on: [01-wire-use-case-helper]
blocks: []
@@ -45,4 +45,4 @@ The five inline wrapping clone groups are the top source of duplication reported
- [x] Migrate `blog` binders to `wireUseCase` for all 3 use cases (getArticles, getArticleBySlug, createArticle); all gates pass on this commit.
- [x] Migrate `media` binders to `wireUseCase` for all 3 use cases (getMedia, listMedia, deleteMedia); all gates pass on this commit.
- [x] Migrate `marketing-pages` binders to `wireUseCase` for both use cases (getPageBySlug, getSiteSettings); all gates pass on this commit.
- [ ] Migrate `navigation` binders to `wireUseCase` for the single use case (getHeader); all gates pass on this commit; verify `pnpm fallow dupes` no longer surfaces the five binder-pair clone groups.
- [x] Migrate `navigation` binders to `wireUseCase` for the single use case (getHeader); all gates pass on this commit; verify `pnpm fallow dupes` no longer surfaces the five binder-pair clone groups.