From 7406171b0b55acdbda86700fd66f79e684c89e91 Mon Sep 17 00:00:00 2001 From: Danijel Martinek Date: Wed, 13 May 2026 19:53:46 +0200 Subject: [PATCH] chore(work): tick task in 02-migrate-feature-binders --- .../02-migrate-feature-binders/_story.md | 4 ++-- docs/work/_state.json | 6 +++--- 2 files changed, 5 insertions(+), 5 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 8c8e061..dbb06f3 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: todo +status: in-progress feature: auth, blog, media, marketing-pages, navigation depends-on: [01-wire-use-case-helper] blocks: [] @@ -41,7 +41,7 @@ The five inline wrapping clone groups are the top source of duplication reported ## Tasks -- [ ] 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 `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. - [ ] Migrate `blog` binders to `wireUseCase` for all 3 use cases (getArticles, getArticleBySlug, createArticle); all gates pass on this commit. - [ ] 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. diff --git a/docs/work/_state.json b/docs/work/_state.json index d1269b4..8e962fe 100644 --- a/docs/work/_state.json +++ b/docs/work/_state.json @@ -1,5 +1,5 @@ { - "updated_at": "2026-05-13T17:43:46.451Z", + "updated_at": "2026-05-13T17:53:47.758Z", "epics": { "2026-05-13-binder-wrap-helper": { "status": "in-progress", @@ -18,10 +18,10 @@ ] }, "02-migrate-feature-binders": { - "status": "todo", + "status": "in-progress", "title": "Migrate all five feature binders to wireUseCase", "ac_total": 5, - "ac_completed": 0, + "ac_completed": 1, "depends_on": [ "01-wire-use-case-helper" ],