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
Describe the issue
The POE page contains the Kanban component, which is correct, but Kanban contains structure that belongs to the parent. It needs refactoring to better align with the separation of concerns between pages and components.
The general rules are that page components:
handle route requests (have a path defined in App.js)
determine the basic page layout and placement of components
contain the page Title, SidenavContainer, and Table components
Anything in the components folder must be contained by a parent page inside the parent's Main component, and should be structured so that different pages can share it without accidentally nesting duplicate sidenavs, page titles, or other page structures.
The text was updated successfully, but these errors were encountered:
Describe the issue
The POE page contains the Kanban component, which is correct, but Kanban contains structure that belongs to the parent. It needs refactoring to better align with the separation of concerns between pages and components.
The general rules are that page components:
Anything in the components folder must be contained by a parent page inside the parent's Main component, and should be structured so that different pages can share it without accidentally nesting duplicate sidenavs, page titles, or other page structures.
The text was updated successfully, but these errors were encountered: