Skip to content

Add GUI pagination for records view #9

Description

@songmeo

Problem

The records API already supports forward pagination via seqno_min, but the GUI does not expose a way for users to move past the first page of results.

Current behavior

  • /cf3d/api/v1/records defaults to limit=1000
  • The response includes enough information to resume paging forward
  • The GUI shows the first page only

Proposed change

Implement GUI pagination for the records view.

Suggested approach:

  • Add a Next page action in the records UI
  • Resume with seqno_min = last returned record seqno + 1 for lossless paging
  • Preserve current device and boot filters while paging
  • Make it clear when the result set is truncated by the page limit
  • Previous-page support can come later if needed

Notes

The backend support already exists, so this is primarily a GUI client flow issue.

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions