Bootcamp/Start/Levels/Beginner
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Edited|July|12|2025}} | |||
<html> | <html> | ||
<style> | <style> | ||
.container { | .container { | ||
display: flex; | |||
flex-direction: column; | |||
align-items: center; | |||
width: 100%; | |||
padding: 20px; | |||
} | |||
.info-box-container { | |||
display: flex; | display: flex; | ||
width: 90%; | width: 90%; | ||
Line 16: | Line 18: | ||
align-items: center; | align-items: center; | ||
} | } | ||
.info-box { | .info-box { | ||
flex-grow: 1; | flex-grow: 1; | ||
Line 28: | Line 31: | ||
min-height: 0; | min-height: 0; | ||
height: auto; | height: auto; | ||
padding: 30px; | padding: 30px; | ||
} | |||
.image-icon { | |||
width: 200px; | |||
height: auto; | |||
margin-right: 20px; | |||
} | |||
.section { | |||
width: 90%; | |||
max-width: 1200px; | |||
margin: 40px 0 20px; | |||
/* Adjust margin to align with the icon-box */ | |||
padding: 20px; | |||
display: grid; | |||
grid-template-columns: auto 1fr; | |||
grid-template-rows: auto auto; | |||
gap: 10px 20px; | |||
align-items: start; | |||
} | |||
.chapter { | |||
background: #FFDABB; | |||
padding: 10px 20px; | |||
font-size: 1.5em; | |||
font-weight: 600; | |||
grid-row: 1 / 2; | |||
} | |||
.steps { | |||
background: rgba(255, 218, 187, 0.40); | |||
padding: 10px 20px; | |||
font-size: 1.2em; | |||
font-weight: 400; | |||
grid-column: 2 / 3; | |||
grid-row: 1 / 2; | |||
} | |||
.description { | |||
font-size: 1em; | |||
font-weight: 300; | |||
color: black; | |||
grid-column: 2 / 3; | |||
grid-row: 2 / 3; | |||
background: rgba(255, 218, 187, 0.1); | |||
} | } | ||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
.chapter, .steps, .description { | |||
font-size: 1em; | |||
} | |||
.section { | |||
padding: 10px; | |||
grid-template-columns: 1fr; | |||
grid-template-rows: auto auto auto; | |||
} | |||
.icon-box-container, .section { | |||
width: 100%; | |||
} | |||
.chapter { | |||
grid-column: 1 / 2; | |||
grid-row: 1 / 2; | |||
} | |||
.steps { | |||
grid-column: 1 / 2; | |||
grid-row: 2 / 3; | |||
} | |||
.description { | |||
grid-column: 1 / 2; | |||
grid-row: 3 / 4; | |||
} | |||
} | |||
.headerContent { | .headerContent { | ||
padding: 5em; | padding: 5em; | ||
} | } | ||
@media (max-width: 767px) { | @media (max-width: 767px) { | ||
.headerContent { | |||
padding: 2rem 1em; | |||
max-width: none; | |||
} | |||
.heading { | |||
font-size: 1.5em; | |||
} | |||
.sub-heading { | |||
font-size: 1em; | |||
} | |||
.description { | |||
font-size: 0.875em; | |||
} | |||
.input-container { | |||
max-width: none; | |||
height: auto; | |||
} | |||
.search-icon { | |||
margin-left: 1em; | |||
} | |||
.search-input { | |||
padding-left: 1em; | |||
padding-right: 1em; | |||
} | |||
img { | |||
max-width: 100%; | |||
height: auto; | |||
} | |||
} | } | ||
</style> | </style> | ||
Line 152: | Line 175: | ||
<div class="description"> | <div class="description"> | ||
</html> | </html> | ||
* [[Training: | * [[Training:Bootcamp:Chapter_1 |Introduction to the 1000 Steps Program]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_1| Installation of MDriven Designer - through ClickOnce or locally]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_1| Getting started: Create an empty model and save your file]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_1| Introduction to a Class and Attribute]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_1| Get familiar with the OCL Debugger]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_1| Bring up a Seeker and add objects]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_1| Create an Association]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_1| Add a Multilink]] | ||
<html> | <html> | ||
</div> | </div> | ||
Line 170: | Line 193: | ||
<div class="description"> | <div class="description"> | ||
</html> | </html> | ||
* [[Training: | * [[Training:Bootcamp:Chapter_2| Save a copy with previous versions of your file]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_2| How to remove and restore deleted Associations]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_2| How to move Associations]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_2| Create an Association to self and note how it works in the tree]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_2| Understand Auto-diagrams and what happens when you delete attributes]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_2| Introduction to OCL (Object Constraint Language)]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_2| Become familiar with Autoforms and how to use them]] | ||
<html> | <html> | ||
Line 189: | Line 212: | ||
<div class="description"> | <div class="description"> | ||
</html> | </html> | ||
* [[Training: | * [[Training:Bootcamp:Chapter_3| Introduction to the MDriven Turnkeycore]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_3| Change the model into a web application]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_3| Use the ViewModel Editor to correct errors in ViewModels]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_3| Adopt an Autoform]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_3| How to handle naming and presentation of Columns]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_3| Introduction to Nested ViewModel class]] | ||
<html> | <html> | ||
</div> | </div> |
Latest revision as of 05:08, 12 March 2025
This page was created by Edgar on 2024-08-12. Last edited by Stephanie@mdriven.net on 2025-03-12.
Training
BEGINNER: CONTENT & OUTLINE
BEGIN YOUR JOURNEYExplore how MDriven’s modeling tools can help you achieve your business goals.

Throughout this training process, we'll familiarize you with the MDriven Designer using the example of a car management system. This includes creating elements like Cars and a Car Factory and adding people such as a Car Owner and Car Dealer. Every chapter adds a different piece to the overall system.
Let's begin!
Chapter 1
Steps 1 - 40: The Basics
- Introduction to the 1000 Steps Program
- Installation of MDriven Designer - through ClickOnce or locally
- Getting started: Create an empty model and save your file
- Introduction to a Class and Attribute
- Get familiar with the OCL Debugger
- Bring up a Seeker and add objects
- Create an Association
- Add a Multilink
Chapter 2
Steps 41 - 75: Auto-diagram, OCL, and Autoforms
- Save a copy with previous versions of your file
- How to remove and restore deleted Associations
- How to move Associations
- Create an Association to self and note how it works in the tree
- Understand Auto-diagrams and what happens when you delete attributes
- Introduction to OCL (Object Constraint Language)
- Become familiar with Autoforms and how to use them