Content
View differences
Updated by Henriette Darge 9 months ago
## Acceptance criteria
* The following pages are rendered via rails routes:
* WP full view
* WP full create
* WP full copy
* Changing the tab in the full view will result in an url change (like before).
* All of those full view tab routes are defined in rails.
* A change of tabs leads to a turbo transition (not an angular uiRouter transition)
* Changing the type in the create form will result in an url change (like before).
* A change of tabs leads to a turbo transition (not an angular uiRouter transition) and the from will be updated
* The back button is removed from the full view
**Notes**
* This is the precondition to start using Primer components in the WP full view.
## Out of Scope
* Primerization Any primerization of the page
* The following pages are rendered via rails routes:
* WP full view
* WP full create
* WP full copy
* Changing the tab in the full view will result in an url change (like before).
* All of those full view tab routes are defined in rails.
* A change of tabs leads to a turbo transition (not an angular uiRouter transition)
* Changing the type in the create form will result in an url change (like before).
* A change of tabs leads to a turbo transition (not an angular uiRouter transition) and the from will be updated
* The back button is removed from the full view
**Notes**
* This is the precondition to start using Primer components in the WP full view.
## Out of Scope
* Primerization