Bootcamp/Levels/Beginner
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 1: Line 1:
<html>
<html>
   
  <style>
<style>
.container {
        .container {
             display: flex;
             display: flex;
             flex-direction: column;
             flex-direction: column;
Line 14: Line 13:
             max-width: 1200px;
             max-width: 1200px;
             position: relative;
             position: relative;
             margin-bottom: -20px; /* Adjust to make it appear closer to the section */
             margin-bottom: -20px;
         }
         }
         .image-icon {
         .image-icon {
             width: 100px;
             width: 200px;
             height: auto;
             height: auto;
             margin-right: 20px;
             margin-right: 20px;
Line 29: Line 28:
         }
         }
         .section {
         .section {
            background: rgba(255, 218, 187, 0.10);
            border: 1px solid rgba(0, 0, 0, 0.1);
             width: 90%;
             width: 90%;
             max-width: 1200px;
             max-width: 1200px;
             margin: 40px 0 20px; /* Adjust margin to align with the icon-box */
             margin: 40px 0 20px; /* Adjust margin to align with the icon-box */
             padding: 20px;
             padding: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
             display: grid;
             display: grid;
             grid-template-columns: auto 1fr;
             grid-template-columns: auto 1fr;

Revision as of 23:44, 9 August 2024

Icon
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
Chapter 3
Steps 76 - 105: Creating a Web Application
  • Introduction to the MDriven Turnkeycore
  • Change the model into a web application
  • Use the ViewModel Editor to correct errors in ViewModels
  • Adopt an Autoform
  • How to handle naming and presentation of Columns
  • Introduction to Nested ViewModel class

This page was edited 153 days ago on 08/18/2024. What links here