Model Examples
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 368: | Line 368: | ||
</div> | </div> | ||
</div> | </div> | ||
<!-- Card 6 --> | |||
<div class="cards"> | |||
<img src="/images/model1.svg" alt="Placeholder" width="301" height="175"> | |||
<div class="contentss"> | |||
<div class="title">SysTurnkeyTraceLog</div> | |||
<div class="description">Add a class following this pattern if you need to track what users are up to in your Turnkey app.</div> | |||
<a href="https://github.com/supportMDriven/MDrivenComponents.git" class="download-link"> | |||
<span class="download-indicator"></span> | |||
<span>Download .zip</span> | |||
</a> | |||
</div> | </div> | ||
</div> | |||
</section> | </section> | ||
<hr class="section-divider" /> | <hr class="section-divider" /> |
Revision as of 05:04, 31 January 2024
Model Examples
MODEL EXAMPLES
Get started with MDriven sample models. Explore and choose what you want to build.
Complete Models
Use ready-made "complete system" (model+data) to apply to an existing turnkey site.
Gantt Chart Interactive
Use this when you need to show and interact with data in a timeline.
Download .zip
A Trello-like Board With Cards You Can Move Between Lists
Move cards between lists, click cards, add new cards and more.
Download .zip
SVG - Move boxes around
Objects represented by SVG graphics that react to mouse events so that they can be moved around and saved.
Download .zip
Google Maps to Show and Update Positions
Place a marker on a Google map, track the setting of the map, and move the marker.
Download .zip
Patterns
Packages primarily used by importing into an existing model. How to merge .modlr file?
SysUserAuthentication - important architectural pattern
This example adds the SysSingleton and SysUser classes needed to enable login and authentication in Turnkey systems.
Download .zip
Password Reset Sample - Architectural Pattern
Add this functionality to your model and this frees you to integrate and adapt it as needed.
Download .zip
SysAsyncTicket - Important Architectural Pattern
A model pattern recognized by the MDrivenServer that helps you easily do stuff in the background.
Download .zip
Localization and Translation - Architectural Pattern
MDriven systems can adhere to a model pattern and use that to store translations to all texts in actions and ViewModels.
Download .zip
SysTurnkeyTraceLog
Add a class following this pattern if you need to track what users are up to in your Turnkey app.
Download .zip
SysTurnkeyTraceLog
Add a class following this pattern if you need to track what users are up to in your Turnkey app.
Download .zip
Extensions
Ready-made solutions used by importing into an existing model. How to merge .modlr file?
Consume and Purchase GetPaid#1
This model extends your system with the ability to charge the end-user for services you provide.
Download .zip
PayPal - Checkout GetPaid#2
Integrate PayPal as an alternative method to get paid by users.
Download .zip
Theme Builder - Build Themes in Runtime
Set CSS variables to influence the colors and sizes of the UI.
Download .zip
Outgoing Email Queue
This is a model pattern that adds an outgoing email queue to the standard base model.
Download .zip
Calendar Model for Linking Things to Dates, Weeks, Months, and Years
This model implements classes that make aggregation (for statistics, for example) easy.
Download .zip