Skip to content

allow for 404/page not found routing #76

@gforti

Description

@gforti

Description

AS A Developer,
I WANT to be able to send bad routes to a 404 page
SO THAT I CAN/MAY inform the user that the page link is no longer found

Acceptance Criteria

Scenario 1: Some determinable business situation
Given i am on a site
And the page not found route is configured
When a user navigates to a non existing page
Then a custom 404 page not found route is executed

Scenario 2: Some determinable business situation
Given i am on a site
and the page not found route is not configured
When a user navigates to a non existing page
Then the default behavior of loading the default page is executed

SCOPE CLARIFICATION

Adding the 404/not found route should not affect any default behavior

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions