From 9800fed0689b45904bc1a8a26bc1f0dfbb753b74 Mon Sep 17 00:00:00 2001 From: Danijel Martinek Date: Wed, 13 May 2026 20:25:08 +0200 Subject: [PATCH] chore(work): finish 02-migrate-feature-binders --- .../02-migrate-feature-binders/_story.md | 4 ++-- docs/work/_state.json | 11 +++-------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/docs/work/2026-05-13-binder-wrap-helper/02-migrate-feature-binders/_story.md b/docs/work/2026-05-13-binder-wrap-helper/02-migrate-feature-binders/_story.md index f138403..02343b0 100644 --- a/docs/work/2026-05-13-binder-wrap-helper/02-migrate-feature-binders/_story.md +++ b/docs/work/2026-05-13-binder-wrap-helper/02-migrate-feature-binders/_story.md @@ -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. diff --git a/docs/work/_state.json b/docs/work/_state.json index b4dcaa5..f775bc2 100644 --- a/docs/work/_state.json +++ b/docs/work/_state.json @@ -1,5 +1,5 @@ { - "updated_at": "2026-05-13T18:06:22.410Z", + "updated_at": "2026-05-13T18:25:09.911Z", "epics": { "2026-05-13-binder-wrap-helper": { "status": "in-progress", @@ -18,10 +18,10 @@ ] }, "02-migrate-feature-binders": { - "status": "in-progress", + "status": "done", "title": "Migrate all five feature binders to wireUseCase", "ac_total": 5, - "ac_completed": 4, + "ac_completed": 5, "depends_on": [ "01-wire-use-case-helper" ], @@ -56,11 +56,6 @@ } }, "ready": [ - { - "epic": "2026-05-13-binder-wrap-helper", - "story": "02-migrate-feature-binders", - "title": "Migrate all five feature binders to wireUseCase" - }, { "epic": "2026-05-13-binder-wrap-helper", "story": "03-update-generator-templates",