Skip to content

feat(annotations): add cursor pagination and individual access by ID #101

Description

@martsokha

Context

Annotations support create and list but lack cursor-based pagination and individual access by ID, inconsistent with other resource endpoints.

Requirements

  • Add cursor-based pagination to GET /workspaces/{workspaceId}/annotations/
  • Add GET /annotations/{annotationId}/ for individual annotation access
  • Add PATCH /annotations/{annotationId}/ for updating annotations
  • Add DELETE /annotations/{annotationId}/ for removing annotations
  • Follow the same workspace-scoped creation / direct-access-by-ID pattern used by other resources

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    featrequest for or implementation of a new featuregood first issuesimple and well-defined issue, good for newcomerspostgresORM, models, queries, migrationsserverAPI handlers, middleware, auth

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions