Category: backend
Project area: backend/src/index.ts
Implementation:
- Return all stream events across all streams.
- Filters:
eventType, streamId, actor, from, to date range.
- Paginated with
page and limit.
- Sorted by timestamp descending.
Acceptance Criteria:
- All filter combinations return correct results.
- Empty result returns
{data: [], total: 0}, not 404.
- Response time < 200ms for 10k events.
Category: backend
Project area: backend/src/index.ts
Implementation:
eventType,streamId,actor,from,todate range.pageandlimit.Acceptance Criteria:
{data: [], total: 0}, not 404.