chore(work): tick task in 01-scaffold-core-analytics-package

This commit is contained in:
2026-05-18 13:29:55 +02:00
parent ea384c67c4
commit 80c702eb20
2 changed files with 4 additions and 4 deletions

View File

@@ -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": []
},

View File

@@ -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.