docs(spec): events/jobs no longer deferred (ADR-015)
This commit is contained in:
@@ -257,7 +257,7 @@ packages/navigation/
|
||||
index.ts
|
||||
```
|
||||
|
||||
No `effects/`, `jobs/`, `events/` unless the feature grows them.
|
||||
Optional `events/`, `jobs/`, `integrations/cms/jobs/` directories (see ADR-015 and `docs/guides/events-and-jobs.md`); features may grow them on demand. The spec's canonical layout above remains correct as the minimum.
|
||||
|
||||
**Request flow:**
|
||||
|
||||
@@ -659,7 +659,7 @@ Big-bang refactor executed as 11 internal phases; each phase ends with a verific
|
||||
- Real Payload integration tests with a test database (stub with mock repos; write real integration tests later)
|
||||
- Coverage reporting aggregation across packages (initial vitest setup per-package; aggregation is a follow-up)
|
||||
- Multi-browser Playwright matrix (chromium only initially; add firefox/webkit later)
|
||||
- Queue workers / CLI scripts (no `core-events` package yet; spec addendum v4's optional `core-events` stays deferred until a feature actually needs an event bus)
|
||||
- Cross-feature events: shipped via `@repo/core-events` (ADR-015, 2026-05-08). Jobs: shipped via `@repo/core-shared/jobs` + Payload's job queue (same ADR).
|
||||
- Payload subscriptions / realtime (spec addendum v4); no feature requires it yet
|
||||
- CMS app Next.js 15.5 + Payload 3.81 stabilization concerns (recently patched; monitor; no specific action in this refactor)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user