Skip to content

Commit

Permalink
[#11] tweaks based on feedback to PR #15
Browse files Browse the repository at this point in the history
  • Loading branch information
nickwesselman committed Oct 24, 2019
1 parent e6ede99 commit 6d94584
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
6 changes: 4 additions & 2 deletions helix/devops/development/version-control.rst
Expand Up @@ -94,5 +94,7 @@ those that live in the web.config, should not be maintained through the
development team tools, but rather through the IT admin tools.

Please note that – although confusing – this does not apply to the
Environment definitions that form part of Sitecore Experience Commerce
which should certainly be included in Source Control.
Environment definitions that form part of Sitecore Experience Commerce.
These should certainly be included in Source Control, since the Environments
folder in the Commerce Engine contains policy definitions which are not
specific to any particular deployment environment.
24 changes: 19 additions & 5 deletions helix/principles/architecture-principles/modules.rst
Expand Up @@ -62,17 +62,31 @@ should always be in the domain language. (See :doc:`/principles/architecture-pri
The Social feature enables Twitter feeds on the pages as well as
allows the editor to add Facebook metadata to the website pages.

Feature/Cart
All of the elements that allow users to add Sellable Items to a cart.
This includes renderings used on the website, and also the plugin that
provides the functionality in the Commerce Engine.

Foundation/Indexing
This Foundation layer module provides an abstraction layer on the
search functionality of Sitecore and allows features both to search
within the data they provide and to integrate into the site-wide
search.

.. admonition:: Habitat Home Commerce Example

The Commerce version of the Habitat Home Demo includes modules such as:

Feature/Cart
All of the elements that allow users to add Sellable Items to a cart.
This includes renderings used on the website, and also the plugin that
provides the functionality in the Commerce Engine.

Feature/Orders
All of the elements that allow users to place orders and review order history.
This includes renderings used on the website, and also the plugin that
provides the functionality in the Commerce Engine.

Feature/Wish Lists
All of the elements that allow users to create and manage product wish lists.
This includes renderings used on the website, and also the plugin that
provides the functionality in the Commerce Engine.

Groups
^^^^^^

Expand Down

0 comments on commit 6d94584

Please sign in to comment.