Seitenlisten: Filter createdSince/updatedSince #148
Labels
No Label
area:auth
area:docs
area:export
area:ops
area:storage
area:supply-chain
auth
backend
blocked
collab
deployment
docs
effort:L
effort:M
effort:S
frontend
plugins
qa
vs-nfd
vs-nfd:blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stwaidele/dorfteich#148
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ziel
GET /api/public/v1/ponds/:pondSlug/pagesund internGET /ponds/:pondId/pagesunterstützen?createdSince=/?updatedSince=(ISO 8601) — „alle Seiten, die seit Zeitpunkt X erstellt bzw. geändert wurden".Umsetzungsskizze
where { createdAt/updatedAt: { gte } }inPagesService.list(apps/api/src/pages/pages.service.ts:155) bzw. der Public-API-Delegation (public-api.service.ts:96). Die Response-Items enthaltencreatedAt/updatedAtbereits.@@index([pondId, updatedAt])im Prisma-Schema (DB-Migration — beim Release ops-qa beachten).Akzeptanzkriterien
Umgesetzt in PR #157 (
d73b120): ?createdSince=/?updatedSince= (ISO 8601, Kulanz fuer reines Datum) auf interner und Public-API-Seitenliste; neue Indizes (pondId, createdAt)/(pondId, updatedAt) als Migration; OpenAPI-Parameter, MCP-Paritaet (list_pages created_since/updated_since), Doku in api-guide/mcp-guide/public-api.md; DB-Test inkl. 400 bei ungueltigem Datum.