From 80c702eb2021e42d04424806a97c49170610f902 Mon Sep 17 00:00:00 2001 From: Danijel Martinek Date: Mon, 18 May 2026 13:29:55 +0200 Subject: [PATCH] chore(work): tick task in 01-scaffold-core-analytics-package --- docs/work/_system/_state.json | 4 ++-- .../01-scaffold-core-analytics-package/_story.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/work/_system/_state.json b/docs/work/_system/_state.json index f098e08..dafdda3 100644 --- a/docs/work/_system/_state.json +++ b/docs/work/_system/_state.json @@ -1,5 +1,5 @@ { - "updated_at": "2026-05-18T10:46:27.408Z", + "updated_at": "2026-05-18T11:29:56.999Z", "epics": { "binder-wrap-helper": { "status": "done", @@ -250,7 +250,7 @@ "status": "in-progress", "title": "Scaffold @repo/core-analytics package with IAnalytics and NoopAnalytics", "ac_total": 2, - "ac_completed": 0, + "ac_completed": 1, "depends_on": [], "blocks": [] }, diff --git a/docs/work/epics/product-analytics-channel/01-scaffold-core-analytics-package/_story.md b/docs/work/epics/product-analytics-channel/01-scaffold-core-analytics-package/_story.md index 99b671b..0632989 100644 --- a/docs/work/epics/product-analytics-channel/01-scaffold-core-analytics-package/_story.md +++ b/docs/work/epics/product-analytics-channel/01-scaffold-core-analytics-package/_story.md @@ -14,7 +14,7 @@ blocks: 08-react-provider, ] created: 2026-05-18T12:00:00Z -updated: 2026-05-18T10:46:27.080Z +updated: 2026-05-18T11:29:56.831Z --- ## Goal @@ -48,5 +48,5 @@ All downstream stories depend on `IAnalytics` existing as the contract surface. ## Tasks -- [ ] Run `pnpm turbo gen core-package analytics` to scaffold `@repo/core-analytics` — verify the generator output compiles and all gates pass on this commit alone. +- [x] Run `pnpm turbo gen core-package analytics` to scaffold `@repo/core-analytics` — verify the generator output compiles and all gates pass on this commit alone. - [ ] Replace generator placeholder content with `IAnalytics` interface (`track`, `identify`, `pageView`, `flush`), `AnalyticsAttributeValue` + `AnalyticsUser` types, and `NoopAnalytics` implementation (`flush()` returns `Promise.resolve()`); add sibling tests covering all four methods; export everything from the package root barrel — all gates pass on this commit.