You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrated from navapbc#36
Originally created by @andycochran on Thu, 16 May 2024 16:39:24 GMT
If the user attempts to load a URL for the Search UI with a page query param that does not exist (e.g. page=999999 or page=foo), the results should show an error message in an error variant Alert component that communicates:
The requested page does not exist
The user can navigate to a page that does exist. They might do this by:
Interacting with the pagination menu
A link in the message that takes them to the first page (which should exist) (no need; see comments)
Open Qs:
Is interacting with the pagination menu an obvious enough remedy, or should there be a specific call to action (i.e. "go to p1")?
@rylew1, can we ensure that this error only displays if p1 would show valid results? We wouldn't want to show this message if the URL has other malformed params that would not return results on p1.
Migrated from navapbc#36
Originally created by @andycochran on Thu, 16 May 2024 16:39:24 GMT
If the user attempts to load a URL for the Search UI with a page query param that does not exist (e.g.
page=999999
orpage=foo
), the results should show an error message in an error variant Alert component that communicates:A link in the message that takes them to the first page (which should exist)(no need; see comments)Open Qs:
The text was updated successfully, but these errors were encountered: