Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary_Kniebel authored and Zachary_Kniebel committed Sep 20, 2017
2 parents d7ddad3 + af98d6f commit 422a50b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SitecoreUML (alpha-r3)
# SitecoreUML (alpha)

SitecoreUML is a productivity tool that enables architects to create Sitecore templates directly from their UML diagrams, as well as export an existing Sitecore solution’s template architecture and generate UML diagrams from it.

Expand All @@ -12,14 +12,18 @@ SitecoreUML can save countless project hours spent reproducing architectures dia
- Generate robust, detailed Sitecore template architecture diagrams from an existing solution
- Plan your template architecture by diagramming in StarUML and import the result into Sitecore as templates
- And more!

## Video Demo

[![Video Demo Link](https://i.ytimg.com/vi/qfmdegqbsvk/hqdefault.jpg?sqp=-oaymwEXCNACELwBSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLBvofTYyJ18_AozsGbsYhovsohGeg)](https://youtu.be/qfmdegqbsvk)

## How it Works

SitecoreUML creates an integration between Sitecore and StarUML, a feature-rich and highly customizable UML modeling and diagramming tool. SitecoreUML includes both a Sitecore module and a StarUML extension that together enable the serialization, deserialization and transmission of template data between the two systems.

## Project Status

The project is currently under development, and the current version is *alpha-r3* (pre-release 3 before the official alpha release). The code that is currently in the project works and has been tested end-to-end for all expected scenarios during feature development. However, developer-level testing has not yet been formally conducted.
The project is currently under development, and the current version is *alpha*. The code that is currently in the project works and has been tested end-to-end for all expected scenarios during feature development. However, developer-level testing has not yet been formally completed.

At present, the tool will create templates and fields with matching sort order, field type and name, and the same information will be brought into the generated UML diagrams. Additional features will be coming soon, so stay tuned!

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@
<Compile Include="Models\JsonResponse.cs" />
<Content Include="packages.config" />
<Content Include="App_Config\Include\SitecoreUML\SitecoreUML.config" />
<Content Include="App_Config\Include\SitecoreUML\SitecoreUML.CM.config" />
<None Include="Properties\PublishProfiles\Local.pubxml" />
</ItemGroup>
<ItemGroup />
Expand Down

0 comments on commit 422a50b

Please sign in to comment.