Pagination for alerts list view
Problem to solve
We will soon allow users to surface alerts from multiple sources in GitLab. Since there are many alerts that come in, we'll need some way to display them all.
Intended users
Further details
Proposal
Limit to 100
Introduce pagination to the alerts list view:
Update: As discussed, we'll utilize the cursor pagination for now (pagination-compact
, with the prev/next buttons), since it's the default GraphQL way of doing things. We can re-visit this issue later if we want to add paged pagination. As such, the pagination will look a little different than the mock-up above when implemented.
Permissions and Security
Documentation
Availability & Testing
What does success look like, and how can we measure that?
What is the type of buyer?
Is this a cross-stage feature?
Links / references
Edited by Sarah Waldner