Content
View differences
Updated by Behrokh Satarnejad 7 months ago
**User Story**
**As** an OpenProject user
**I want to** have a consistent breadcrumb and page title system
**so that** I can easily navigate through my navigation and always know where I am and how I get to the pages I need to finish my job.
# **Acceptance criteria**
* Remove breadcrumb from these entry pages:
* Instance home
* Project home
* Administration home
* My Page
* Remove instance name from the breadcrumb (where breadcrumb is visible)
* Verify that this does not affect proper mobile navigation (eg. that it does not create an infinite navigation loop)
* Change page title (PageHeader) on these entry pages:
* Instance home: "Home" → {Instance name}
* Project home: "Project home" → {Project name}
* Administration: "Overview" → "Administration"
* For the pages without a breadcrumb, when the sidebar is collapsed, the "expand" button now goes before the page title instead (in Desktop)
* Update PageHeader docs in LookBook to allow not displaying the Breadcrumbs PageHeader
## **Out of scope**
* Sidebar titles for these pages remain as they are today (unchanged)
* Angular pages (eg. Work package details)
* Other modules (eg. Meetings) will be handled separately
**As** an OpenProject user
**I want to** have a consistent breadcrumb and page title system
**so that** I can easily navigate through my navigation and always know where I am and how I get to the pages I need to finish my job.
# **Acceptance criteria**
* Remove breadcrumb from these entry pages:
* Instance home
* Project home
* Administration home
* My Page
* Remove instance name from the breadcrumb (where breadcrumb is visible)
* Verify that this does not affect proper mobile navigation (eg. that it does not create an infinite navigation loop)
* Change page title (PageHeader) on these entry pages:
* Instance home: "Home" → {Instance name}
* Project home: "Project home" → {Project name}
* Administration: "Overview" → "Administration"
* For the pages without a breadcrumb, when the sidebar is collapsed, the "expand" button now goes before the page title instead (in Desktop)
* Update PageHeader docs in LookBook to allow not displaying the Breadcrumbs
## **Out of scope**
* Sidebar titles for these pages remain as they are today (unchanged)
* Angular pages (eg. Work package details)
* Other modules (eg. Meetings) will be handled separately