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
Take notes about how we get to the different portlets/dialogs/side panels, inside the edit-page. We need to make a decision of how are we going to implement this Nav Bar based on the result of this ticket.
Proposed Objective
Core Features
Proposed Priority
Priority 3 - Average
Acceptance Criteria
No response
External Links... Slack Conversations, Support Tickets, Figma Designs, etc.
No response
Assumptions & Initiation Needs
No response
Quality Assurance Notes & Workarounds
No response
Sub-Tasks & Estimates
No response
The text was updated successfully, but these errors were encountered:
The current Nav Bar does not depend on anything but the Router of that portlet. So it can be safe to re-make it, since all is handled by the portlets in the routes.
Since most of the routes are already libraries, we don't have to move anything outside of the edit-page but we have to move an small component that holds some SEO Tools, it looks really self contained so it shouldn't take much time to do it.
At this point of research, if we are going to re-make the Nav Bar we must re-do two things:
The Nav Bar as UI and logic to conditional render items based on feature flags and license status.
The routing to make it work similar as the current one in edit-page
Conclusions
By re-doing the Nav Bar we can save time in moving some services that are contained by the nav bar. Also we have the opportunity to clean some code that is not needed due to new implemented features, as the new Template Builder.
We are also considering the use of side panels as our main tool to render this portlets, therefore by redoing the Nav Bar and the router module, we have more control of the functionality of it and it's easier to explore and test this possibility.
Parent Issue
#26644
Task
Take notes about how we get to the different portlets/dialogs/side panels, inside the
edit-page
. We need to make a decision of how are we going to implement this Nav Bar based on the result of this ticket.Proposed Objective
Core Features
Proposed Priority
Priority 3 - Average
Acceptance Criteria
No response
External Links... Slack Conversations, Support Tickets, Figma Designs, etc.
No response
Assumptions & Initiation Needs
No response
Quality Assurance Notes & Workarounds
No response
Sub-Tasks & Estimates
No response
The text was updated successfully, but these errors were encountered: