1.3 KiB
1.3 KiB
layout | title | parent | nav_order | permalink |
---|---|---|---|---|
default | Scaffolding | Implementation & Test | 1 | process/implementation-test/scaffolding |
Scaffolding
{: .fs-9 .no_toc }
Bootstrap your codebase to reflect your domain design, architecture and configs and keep them in sync. {: .fs-6 .fw-500 }
Table of contents
{: .text-delta }- TOC {:toc}
Summary
Generate code from a Floorplanner Blueprint. Floorplanner domain model diagrams, naming conventions, descriptions and metadata are used to tailor the code. | |
---|---|
When to use | - To generate a brand new social experience project. - To generate code files for an additional domain. - To generate code files for selected parts of a domain diagram. |
Participants | Developer (Creator group) |
Requirements | - Access to Floorplanner social experience blueprint - Consistent and valid Event Storming diagrams. |
Duration | Minutes. |
Expected outcome | Depending on scope of the input: - A new project with placeholder files. - An updated project with additional placeholder files. |
Get Started{: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } Learn More{: .btn .fs-5 .mb-4 .mb-md-0 } |