Please enable JavaScript.
Coggle requires JavaScript to display documents.
Root (Catalog (Comment (Comment Avatar, Comment Form, Comment layout,…
Root
Catalog
Common
-
-
Breadcrumbs - Displays the path in which the user is in, like for example it would be like "products / fruits / tropical"
SO that's the path / category where you can find a product or basically says your position in the graph.
-
-
-
-
-
-
-
-
pages
Product details
Uses Ratings Component, Brand details, report abuse component and price tag component from ../../ (Catalog!!)
-
Common
-
Common things that are always visible at a given mount point, for example, Header, Footer, and a standard body layout are always visible in any given page from this mount point, Such components can reside in the Common folder to be easily accessible.
-
-
-
User dashboard
-
pages
-
-
WishlistPage
WishlistPage specific ListComponent, extends from /UserDashboard and adds some more functionality
-
-
-
Shared
-
-
-
Shared folder contains all the components which are shared across every route and feature. This is a separately maintained package which contains utility functions, containers for data loading, factories, extended components that match the monoprix theme etc.
Home
-
HomepageSpecificButton - Extends the button from shared package and adds style and functionality for homepage requirements.
Note how ratings component is at a higher or equal level to catalog/common/pruduct item component and catalog/product-details/product-details-component. Both of the require Catalog/Ratings component