-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC: Sitecore XConnect/XP Recommended Practices #10
Comments
I think that Helix should be agnostic of Commerce, xConnect, Universal tracker, publishing service and various other newly introduced services. Helix should be kept as best practices for Sitecore overall. Sitecore should rather create more Privacy Guide / xConnect like specific guides for these services. |
@chorpo By this reasoning, there should not be practices in Helix for template structure, as this is specific to XM. We want Helix to be a recommended practices guide for the entire platform, towards the goal of ensuring more maintainable and standardized implementations. |
Here are a few other best practices that could be included. (i'll try to add more later when time permits)
|
I have mixed sentiments here. On the one hand, I like the idea of the Helix guide growing to encompass the increasingly rich Sitecore ecosystem. On the other hand, there is real value in having the guide be something that can be digested in a sitting or two. If it becomes a book, rather than a pamphlet, that accessibility will be lost. One possibility for addressing this tension is to have a core helix document, that focuses on Sitecore's XM roots, and satellite documents that address areas such as Commerce, xConnect, EXM, and Marketing Automation. The satellite documents could be fairly short, as they would not have to cover the foundational principles, while still delving into the intricacies and challenges of each component.
I disagree with this distinction. XM is foundational to Sitecore, and it is impossible to conceive of a Sitecore implementation without templates, for example. But it is entirely reasonable to imagine a Sitecore solution without Commerce plugins or Marketing Automation campaigns, or even custom Page Events, so it is reasonable that these be treated as secondary concerns from an organizational perspective, and addressed in satellite documents. |
If there is no mention of other than website implementation in Helix then partners is much more likely to come up with varying implementations thus lower the benefit of us having this set of shared common practices. It may be a bit premature to provide detailed conventions for xconnect and especially commerce since both are still evolving rapidly. Some high level conventions on structuring and naming could be defined now though. The same applies for Identity and in general Sitecore.Framework that already comes with its own set of conventions. As @robearlam points out in #22 there is a need in the Helix docs to name project root folders in a module to explicit state the instance type that the project targets through naming the folder accordingly. A module may have multiple projects targeting different instance types. This will probably become much more common going forward. The name For existing solutions where the build may be dependent on the folder naming should of course just keep the |
I have been looking around and found something like this for helix. Has anyone else seen similar structure? perhaps use separate folders /cm and /cd instead of /code and it starts to look pretty organized.
|
Hi @bill-barron -- Yep this is the direction we are going. See RFC #22 and Pull Request #15. Instead of |
Helix should include recommended practices for Sitecore XConnect, which provide for long-term maintainability and shared conventions across the community.
The text was updated successfully, but these errors were encountered: