Skip to content

Notifications View - improve paging implementation #6344

@lszomoru

Description

@lszomoru

When paging the notification view we are currently getting each page in parallel. This is done as the existing pages might have changed if there are any new unread notifications. Instead we should use the should use the before query string parameter to ensure that existing pages do not change, and only fetch the next page.

When clicking on the "Refresh" action, we should reset the before query string parameter and the page number.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions