Skip to content

Comments list pagination #85

Description

@adedw

What to build

ListCommentsQuery loads all of the user's comments without take/skip. Add pagination (offset or cursor — pick the simpler fit) through the full vertical path: query projection → page model → Index page UI with a pager.

Acceptance criteria

  • Index page shows a bounded page of the user's comments with working pager navigation.
  • Query stays a no-tracking DTO projection and never loads the unbounded set.
  • Demoable: enough comments to exceed one page shows navigation working end-to-end.

Blocked by

None (can start immediately).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    ready-for-agentFully specified, ready for an AFK agent

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions