chore(work): tick task in 01-scaffold-core-analytics-package
This commit is contained in:
@@ -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