chore(work): tick task in 01-scaffold-core-analytics-package
This commit is contained in:
@@ -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": []
|
||||
},
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user