punchcard-cms / punchcard

The Punchcard CMS
Apache License 2.0
31 stars 19 forks source link

Core Developer: Breadcrumb Routing #577

Open ineedsubstance opened 8 years ago

ineedsubstance commented 8 years ago

Routing for the breadcrumb navigation component.

Feature: Routing
  As a Core Developer,
  I want to be able to identify where I am and where I've been in context to the site
  So that I can easily navigate the CMS and so I can retrace my steps if I need to go back.

  Scenario: Breadcrumbs
    Given that, I want to provide users with a way to navigate up the current page's website hierarchy
     When they are logged in and navigate to any page
     Then I should include a hierarchical listing of the parent items from the current page
      And all content will be presented as a sub-navigation before the main content
      And I should include the title of each parent page items
      And I should include a link to the page in the application for each parent item
      And I should include the title of the current page item

Routing: