Bootcamp/Start/Levels/Experienced
(Created page with "<html> <style> .container { display: flex; flex-direction: column; align-items: center; width: 100%; padding: 20px; } .info-box-container { display: flex; width: 90%; max-width: 1200px; position: relative; margin-bottom: -20px; margin-top: 2em; } .image-icon { width: 200px; height:...") Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Edited|July|12|2025}} | |||
<html> | <html> | ||
Line 10: | Line 11: | ||
} | } | ||
.info-box-container { | .info-box-container { | ||
display: flex; | |||
width: 90%; | |||
max-width: 1200px; | |||
position: relative; | |||
margin-bottom: 20px; | |||
align-items: center; | |||
} | |||
.info-box { | |||
flex-grow: 1; | |||
border-radius: 20px; | |||
background: rgba(0, 96, 168, 0.1); | |||
padding: 20px; | |||
margin-left: 60px; | |||
display: flex; | |||
align-items: flex-start; | |||
justify-content: flex-start; | |||
text-align: justify; | |||
min-height: 0; | |||
height: auto; | |||
padding: 30px; | |||
} | |||
.image-icon { | .image-icon { | ||
width: 200px; | width: 200px; | ||
height: auto; | height: auto; | ||
margin-right: 20px; | margin-right: 20px; | ||
} | } | ||
.section { | .section { | ||
Line 148: | Line 157: | ||
<div class="description"> | <div class="description"> | ||
</html> | </html> | ||
* [[Training: | * [[Training:Bootcamp:Chapter_9| Align items]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_9| Introduction to Inheritance]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_9| Understand Abstract classes]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_9| Explanation on the logic behind the model]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_9| Introduction to Statemachines]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_9| Add Triggers and Entry Actions]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_9| Add a Guard]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_9| Add Class actions for your Triggers]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_9| Run an example in your web application]] | ||
<html> | <html> | ||
</div> | </div> | ||
Line 167: | Line 176: | ||
<div class="description"> | <div class="description"> | ||
</html> | </html> | ||
* [[Training: | * [[Training:Bootcamp:Chapter_10| Create intentional errors & fix them]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_10| Introduction to LinkRoleName]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_10| Create a new ViewModel]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_10| Add Class Actions and columns]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_10| Create a Report Template ViewModel]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_10| Fix a possible error]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_10| Test the ProduceDocument action]] | ||
<html> | <html> | ||
</div> | </div> | ||
Line 184: | Line 193: | ||
<div class="description"> | <div class="description"> | ||
</html> | </html> | ||
* [[Training: | * [[Training:Bootcamp:Chapter_11| Download and merge the SysUserAuthentication model]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_11| Understand the Singleton Pattern]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_11| Set SysSuperClass as the default superclass]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_11| Check the oclIsTypeOf, oclIsKindOf, and superTypes operators in the Debugger]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_11| Add the ChangeTime attribute to class Person]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_11| Set up External Login]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_11| Introduction to Access Groups]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_11| Set access rights for Users using the Access Group Editor]] | ||
<html> | <html> | ||
</div> | </div> | ||
Line 202: | Line 211: | ||
<div class="description"> | <div class="description"> | ||
</html> | </html> | ||
* [[Training: | * [[Training:Bootcamp:Chapter_12| Adopt BrandOfCar Autoform and rename the Class Action]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_12| Delete widgets]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_12| Understand the opt-in/opt-out for Actions]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_12| Create a Brand Image column]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_12| Use an image widget to upload a Brand image]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_12| Add a new ViewModel called BrandSeeker]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_12| Remove all the Autoforms from the model]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_12| Add a Brand Image to CarTransferOwnershipDocument]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_12| Set User Rights]] | ||
<html> | <html> | ||
</div> | </div> | ||
Line 221: | Line 230: | ||
<div class="description"> | <div class="description"> | ||
</html> | </html> | ||
* [[Training: | * [[Training:Bootcamp:Chapter_13| Verify your model is error-free]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_13| Create a CarsAndBrands ViewModel]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_13| Add a Tagged value to the ViewModel]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_13| Add a ThisIsHtml column]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_13| Make a diagram in HTML]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_13| Use the GroupBy operator to group all cars]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_13| Introduce a CarsAndBrandsSVG ViewModel]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_13| Insert an SVG vertical bar chart]] | ||
<html> | <html> | ||
</div> | </div> | ||
Line 239: | Line 248: | ||
<div class="description"> | <div class="description"> | ||
</html> | </html> | ||
* [[Training: | * [[Training:Bootcamp:Chapter_14| Locate and open the XML file that stores your data]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_14| Introduction to the Cloud-connection dialog]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_14| Install the Servers]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_14| Start Server1]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_14| Upload your model]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_14| Log into MDrivenServer Web-UI]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_14| Migrate data between databases]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_14| Fix a possible SysSingleton error]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_14| Check changes in the database schema]] | ||
<html> | <html> | ||
</div> | </div> | ||
Line 258: | Line 267: | ||
<div class="description"> | <div class="description"> | ||
</html> | </html> | ||
* [[Training: | * [[Training:Bootcamp:Chapter_15| Create a new method]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_15| Write logic for a new Registration number]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_15| Follow the discussion on semicolons as used in expressions]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_15 Upload the model to MDrivenServer]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_15| Verify the method works correctly]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_15| Follow the discussion on the problem of two users getting the same Registration number]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_15| Read about and merge SysAsync Ticket]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_15| Familiarise yourself with the MDrivenServer]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_15| Upload your model and run the app]] | ||
<html> | <html> | ||
</div> | </div> | ||
Line 277: | Line 286: | ||
<div class="description"> | <div class="description"> | ||
</html> | </html> | ||
* [[Training: | * [[Training:Bootcamp:Chapter_16| Sort menu items into menu groups]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_16| Ensure the servers run & upload your model]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_16| Understand the logic behind CarFactorySeeker]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_16| Add a new Class Action called ShowFactory]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_16| Remove unnecessary columns and widgets]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_16| Add a NewCar action]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_16| Create a new association between CarFactory and BrandOfCar]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_16| Save and upload the model]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_16| Create a few new cars]] | ||
<html> | <html> | ||
</div> | </div> | ||
Line 296: | Line 305: | ||
<div class="description"> | <div class="description"> | ||
</html> | </html> | ||
* [[Training: | * [[Training:Bootcamp:Chapter_17| Discussion on renaming an Association]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_17| Check for changes in the model]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_17| Amend an action by writing an expression]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_17| Create a CarDealerPicker ViewModel]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_17| Add a PickBuyer class action; create a ViewModel action for PickBuyer]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_17| Test the PickBuyer button]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_17| Discussions on model changes regarding the report, the server’s address and methods]] | ||
* [[Training: | * [[Training:Bootcamp:Chapter_17| Upload the model and test to produce the document]] | ||
<html> | <html> | ||
</div> | </div> |
Latest revision as of 05:31, 12 March 2025
This page was created by Edgar on 2024-08-12. Last edited by Stephanie on 2025-03-12.
Training
ADVANCED: 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 9
Steps 265 - 301: Inheritance and Statemachines
Chapter 10
Steps 302 - 331: Creating OpenDocument Reports
Chapter 11
Steps 332 - 364: Authentication
- Download and merge the SysUserAuthentication model
- Understand the Singleton Pattern
- Set SysSuperClass as the default superclass
- Check the oclIsTypeOf, oclIsKindOf, and superTypes operators in the Debugger
- Add the ChangeTime attribute to class Person
- Set up External Login
- Introduction to Access Groups
- Set access rights for Users using the Access Group Editor
Chapter 12
Steps 365 - 387: Adding an Image Attribute to a Brand
- Adopt BrandOfCar Autoform and rename the Class Action
- Delete widgets
- Understand the opt-in/opt-out for Actions
- Create a Brand Image column
- Use an image widget to upload a Brand image
- Add a new ViewModel called BrandSeeker
- Remove all the Autoforms from the model
- Add a Brand Image to CarTransferOwnershipDocument
- Set User Rights
Chapter 13
Steps 388 - 406: Add a Simple Graph to Your App
Chapter 14
Steps 407 - 461: Introducing the MDriven Server
Chapter 15
Steps 462 - 492: Importing SysAsyncTicket
- Create a new method
- Write logic for a new Registration number
- Follow the discussion on semicolons as used in expressions
- Training:Bootcamp:Chapter_15 Upload the model to MDrivenServer
- Verify the method works correctly
- Follow the discussion on the problem of two users getting the same Registration number
- Read about and merge SysAsync Ticket
- Familiarise yourself with the MDrivenServer
- Upload your model and run the app
Chapter 16
Steps 493 - 530: Reworking the Main Menu
- Sort menu items into menu groups
- Ensure the servers run & upload your model
- Understand the logic behind CarFactorySeeker
- Add a new Class Action called ShowFactory
- Remove unnecessary columns and widgets
- Add a NewCar action
- Create a new association between CarFactory and BrandOfCar
- Save and upload the model
- Create a few new cars
Chapter 17
Steps 531 - 563: Default names, Dim Default, and More
- Discussion on renaming an Association
- Check for changes in the model
- Amend an action by writing an expression
- Create a CarDealerPicker ViewModel
- Add a PickBuyer class action; create a ViewModel action for PickBuyer
- Test the PickBuyer button
- Discussions on model changes regarding the report, the server’s address and methods
- Upload the model and test to produce the document