From 57e9d9805dbb84bcd391fee970e10b4824604b26 Mon Sep 17 00:00:00 2001 From: Danijel Martinek Date: Wed, 13 May 2026 20:06:21 +0200 Subject: [PATCH] chore(work): tick task in 02-migrate-feature-binders --- .../02-migrate-feature-binders/_story.md | 2 +- docs/work/_state.json | 4 ++-- 2 files changed, 3 insertions(+), 3 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 98c5050..f138403 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 @@ -44,5 +44,5 @@ The five inline wrapping clone groups are the top source of duplication reported - [x] Migrate `auth` binders (`bind-production.ts` + `bind-dev-seed.ts`) to `wireUseCase` for all 3 use cases (signIn, signUp, signOut); all gates pass on this commit. - [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. -- [ ] Migrate `marketing-pages` binders to `wireUseCase` for both use cases (getPageBySlug, getSiteSettings); 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. diff --git a/docs/work/_state.json b/docs/work/_state.json index b7b1efa..b4dcaa5 100644 --- a/docs/work/_state.json +++ b/docs/work/_state.json @@ -1,5 +1,5 @@ { - "updated_at": "2026-05-13T18:01:33.631Z", + "updated_at": "2026-05-13T18:06:22.410Z", "epics": { "2026-05-13-binder-wrap-helper": { "status": "in-progress", @@ -21,7 +21,7 @@ "status": "in-progress", "title": "Migrate all five feature binders to wireUseCase", "ac_total": 5, - "ac_completed": 3, + "ac_completed": 4, "depends_on": [ "01-wire-use-case-helper" ],