Model Examples
(Undo revision 17129 by Edgar (talk))
Tag: Undo
No edit summary
Tag: 2017 source edit
 
(29 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<html>
<html>
<style>
<style>
    .content {
.headerContent {
        width: 100%;
width: 100%;
        display: flex;
display: flex;
        flex-direction: column;
flex-direction: column;
        gap: 10px;
gap: 10px;
        box-sizing: border-box;
box-sizing: border-box;
        padding: 0 2em 5em 5em;
padding: 5em;
    }
}
    .heading {
.heading {
        color: #F67A07;
color: #112B3C;
        font-size: 2.25em;
font-size: 2.25em;
        font-weight: 700;
font-weight: 700;
        text-transform: uppercase;
text-transform: uppercase;
    }
}
    .description, .sub-heading, .search-input {
.description, .sub-heading, .search-input {
        font-size: 16px;
font-size: 16px;
    }
}
    @media (max-width: 767px) {
 
        .content {
            padding: 2em 1em;
        }
        .heading {
            font-size: 1.5em;
        }
        .sub-heading {
            font-size: 1em;
        }
        .description {
            font-size: 0.875em;
        }
.content,
.container-model {
.container-model {
    padding-left: 0 !important;
display: flex;
    padding-right: 0 !important;
padding-left: 5em;
    padding-bottom: 0 !important;
padding-right: 5em;
    padding-top: 0 !important;
background-color: #F3F6F9;
padding-top: 1.5rem;
}
}
    }
 
.container-model {
.mw-parser-output > *:first-child {
    display: flex;
display: none;
    padding-left: 5em;
    padding-right: 5em;
}
}


.sidebar {
.sidebar {
  flex: 0 0 200px;
    flex: 0 0 200px;
  padding: 20px;
    padding: 20px;
  display: flex;
    display: flex;
  flex-direction: column;
    flex-direction: column;
  margin-top:50px;
    margin-top:50px;
    height: fit-content;
    position: sticky;
    top: 120px;
}
}


.menu-item {
.menu-item {
  color: #0060A8;
color: #0060A8;
  font-size: 16px;
font-size: 16px;
  font-weight: 500;
font-weight: 500;
  margin-bottom: 10px;
margin-bottom: 10px;
  word-wrap: break-word;
word-wrap: break-word;
}
}


.card-container, .card-container-3 {
.card-container, .card-container-3 {
  display: grid;
    display: flex;
  grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  grid-gap: 32px;
    max-width: 1140px;
  margin: 0 auto;
    margin-top: 1rem;
  max-width: 960px;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    height: fit-content;
 
}
}


.cards {
.cards {
  max-width: 296px;
width: 296px;
  background: white;
background: white;
  border-radius: 6px;
border-radius: 6px;
  border: 1px solid #E3E8EE;
border: 1px solid #E3E8EE;
  display: flex;
display: flex;
  flex-direction: column;
flex-direction: column;
  align-items: center;
align-items: center;
  margin-bottom: 32px;
padding:1px;
}
}


.card img {
.card img {
  width: 100%;
width: 100%;
  border-top-left-radius: 6px;
border-top-left-radius: 6px;
  border-top-right-radius: 6px;
border-top-right-radius: 6px;
}
 
.contentss {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: space-between;
}
}


.title {
.title {
  color: #112B3C;
color: #112B3C;
  font-size: 20px;
font-size: 18px;
  font-weight: 700;
font-weight: 700;
  margin-bottom: 10px;
}
}


.description {
.description {
  font-size: 14px;
font-size: 14px;
  font-weight: 300;
font-weight: 300;
  color: black;
color: black;
}
}


.download-link {
.download-link {
    display: inline-flex;
display: inline-flex;
    align-items: center;
align-items: center;
    gap: 6px;
gap: 6px;
    color: #F67A07;
color: #F67A07;
    font-size: 14px;
font-size: 14px;
    font-weight: 600;
font-weight: 600;
    text-decoration: none;
text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
transition: background-color 0.3s, color 0.3s;
}
}


.download-indicator {
.download-indicator {
    width: 14px;
width: 14px;
    height: 15px;
height: 15px;
    display: block;
display: block;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="15" viewBox="0 0 14 15" fill="none"><path d="M1 10.6094L1 11.3594C1 12.602 2.00736 13.6094 3.25 13.6094L10.75 13.6094C11.9926 13.6094 13 12.602 13 11.3594L13 10.6094M10 7.60937L7 10.6094M7 10.6094L4 7.60937M7 10.6094L7 1.60937" stroke="%23F77A07" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="15" viewBox="0 0 14 15" fill="none"><path d="M1 10.6094L1 11.3594C1 12.602 2.00736 13.6094 3.25 13.6094L10.75 13.6094C11.9926 13.6094 13 12.602 13 11.3594L13 10.6094M10 7.60937L7 10.6094M7 10.6094L4 7.60937M7 10.6094L7 1.60937" stroke="%23F77A07" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
background-size: contain;
    background-repeat: no-repeat;
background-repeat: no-repeat;
    background-position: center;
background-position: center;
}
}


.sidebar a {
.sidebar a {
  display: block;
display: flex;
  color: #182933;
color: #182933;
  text-decoration: none;
text-decoration: none;
  margin-bottom: 10px;
margin-bottom: 10px;
  padding-left: 20px;
padding-left: 20px;
  position: relative;
position: relative;
  font-weight: 500;
font-weight: 500;
align-items: center;
}
}


.sidebar a.active {
.sidebar a.active {
  color: #1A50AD;
color: #1A50AD;
}
}


.sidebar a.active svg {
.sidebar a.active svg {
  position: absolute;
position: absolute;
  left: 0;
left: 0;
  top: 0;
top: 4px;
}
}


@media (max-width: 768px) {
@media (max-width: 768px) {
  .sidebar, .search-container {
.sidebar, .search-container {
    display: none;
display: none;
  }
}


.card-container, .card-container-3 {
.card-container, .card-container-3 {
     grid-template-columns: 1fr;
     padding: 0 15px;
     padding: 0 15px;  
    gap: 20px;
     grid-gap: 20px;
     flex-direction: column;
  }
     align-items: center;
}


.cards {
.cards {
    margin-bottom: 20px;
margin-bottom: 20px;
    width: auto;
width: auto;
    max-width: 296px;
max-width: 296px;
    box-sizing: border-box;
box-sizing: border-box;
    margin: 10px auto;
  }
  }
}
}


search-container {
.headerContent,
  display: flex;
.container-model {
  align-items: center;
padding: 2em 1em;
  border-radius: 4px;
}
  border: 1px solid #E3E8EE;
.heading {
  background: #FFF;
font-size: 1.5em;
  width: 951px;
}
  height: 36px;
.sub-heading {
  flex-shrink: 0;
font-size: 1em;
}
.description {
font-size: 0.875em;
}
}
 
.contentss {
padding: 1rem;
gap: 6px;
display: flex;
flex-direction: column;
width:100%;
}
 
.search-container {
display: flex;
align-items: center;
border-radius: 4px;
border: 1px solid #E3E8EE;
background: #FFF;
width: 100%;
height: 36px;
max-width: 952px;
flex-shrink: 0;
}
}


.search-container input[type="search"] {
.search-container input[type="search"] {
  border: none;
border: none;
  outline: none;
outline: none;
  padding: 0 10px;
padding: 0 10px;
  height: 100%;
height: 100%;
  width:100%
width:100%;
  color: #999B9E;
color: #999B9E;
}
}


.search-container svg {
.search-container svg {
  margin: 0 10px;
margin: 0 10px;
}
}


.search-container input::placeholder {
.search-container input::placeholder {
  color: #999B9E;
color: #999B9E;
}
}


.search-container input:focus {
.search-container input:focus {
  border: none;
border: none;
  outline: none;
outline: none;
}
}
h2 {
h2 {
    border-bottom: none;
border-bottom: none;
}
}
.section-divider {
.section-divider {
    border: 0;
border: 0;
    height: 1px;
height: 1px;
    background-color: #E3E8EE;
background-color: #E3E8EE;
    margin: 20px 0;
margin: 20px 0;
}
}


@media (max-width: 600px) {
@media (max-width: 600px) {
    .cards {
.cards {
      flex-direction: column;
flex-direction: column;
    }
}


.title, .description {
.title, .description {
      font-size: 16px;
font-size: 16px;
    }
}


.download-link {
.download-link {
      font-size: 12px;
font-size: 12px;
      padding: 8px 12px;
padding: 8px 12px;
    }
}
  }
}




</style>
</style>


<div class="content">
<div class="headerContent">
     <div style="color: #44546F;">Model Examples</div>
     <div style="color:#44546F;">Model examples</div>
<div class="heading">This page is under construction - <a href='https://wiki.mdriven.net/Documentation:Model_Examples_Old'> refer to this page in the mean time</a></div>
     <div class="heading">BROWSE MODEL SAMPLES</div>
     <div class="heading">MODEL EXAMPLES</div>
     <div class="description" style="color: black; font-weight: 400; word-wrap: break-word">
     <div class="description" style="color: black; font-weight: 400; word-wrap: break-word">
         Get started with MDriven sample models. Explore and choose what you want to build.
         Get started with MDriven sample models and packages. Explore and select what you want to build.
     </div>
     </div>
     <div class="description" style="color: black; font-weight: 650; word-wrap: break-word">
     <div class="description" style="color: black; font-weight: 650; word-wrap: break-word">
Line 262: Line 266:
     <div class="card-container">
     <div class="card-container">
</html>
</html>
{{#widget:Models|img=/Special:Filepath/File:2021-04-13_09h30_34.png|title=Gantt Chart Interactive|description=Use this when you need to show and interact with data in a timeline.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/GanttChartInteractive.modlr}}
{{#widget:Models|img=/Special:Filepath/File:2021-04-13_09h30_34.png|title=Gantt Chart Interactive|description=Use this when you need to show and interact with data in a timeline.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/GanttChartInteractive.modlr|label=Download Modlr file}}
{{#widget:Models|img=/Special:Filepath/File:2020-05-31_22h59_58.png|title=A Trello-like Board With Cards You Can Move Between Lists|description=Move cards between lists, click cards, add new cards and more.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/TrelloLikeBoard.modlr}}
{{#widget:Models|img=/Special:Filepath/File:2020-05-31_22h59_58.png|title=A Trello-like Board With Cards You Can Move Between Lists|description=Move cards between lists, click cards, add new cards and more.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/TrelloLikeBoard.modlr|label=Download Modlr file}}
{{#widget:Models|img=/Special:Filepath/File:2021-04-02_17h00_48.png|title=Markup Editor TinyMCE|description=Lets your users produce rich HTML text.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/HtmlEditor.modlr}}
{{#widget:Models|img=/Special:Filepath/File:2021-04-02_17h00_48.png|title=Markup Editor TinyMCE|description=Lets your users produce rich HTML text.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/HtmlEditor.modlr|label=Download Modlr file}}
{{#widget:Models|img=/Special:Filepath/File:2020-05-31_17h14_29.png|title=SVG - Move boxes around|description=Objects represented by SVG graphics that react to mouse events so that they can be moved around and saved.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/SvgInteractionMoveBoxesAround.modlr}}
{{#widget:Models|img=/Special:Filepath/File:2020-05-31_17h14_29.png|title=SVG - Move boxes around|description=Objects represented by SVG graphics that react to mouse events so that they can be moved around and saved.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/SvgInteractionMoveBoxesAround.modlr|label=Download Modlr file}}
{{#widget:Models|img=/Special:Filepath/File:2020-05-31_19h31_33.png|title=Google Maps to Show and Update Positions|description=Place a marker on a Google map, track the setting of the map, and move the marker.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/GoogleMapWithMarkers.modlr}}
{{#widget:Models|img=/Special:Filepath/File:2020-05-31_19h31_33.png|title=Google Maps to Show and Update Positions|description=Place a marker on a Google map, track the setting of the map, and move the marker.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/GoogleMapWithMarkers.modlr|label=Download Modlr file}}


<html>
<html>
Line 280: Line 284:
     <div class="card-container">
     <div class="card-container">
</html>
</html>
{{#widget:Models|img=/Special:Filepath/File:2020-05-30_19h31_20.png|title=SysUserAuthentication - important architectural pattern|description=This example adds the SysSingleton and SysUser classes needed to enable login and authentication in Turnkey systems.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/SysUserAuthentication.modlr}}
{{#widget:Models|img=/Special:Filepath/File:2020-05-30_19h31_20.png|title=SysUserAuthentication - important architectural pattern|description=This example adds the SysSingleton and SysUser classes needed to enable login and authentication in Turnkey systems.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/SysUserAuthentication.modlr|label=Download this pattern}}
{{#widget:Models|img=/Special:Filepath/File:Password_reset_model_sample.png|title=Password Reset Sample - Architectural Pattern|description=Add this functionality to your model and this frees you to integrate and adapt it as needed.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/PasswordResetTemplate.modlr}}
{{#widget:Models|img=/Special:Filepath/File:Password_reset_model_sample.png|title=Password Reset Sample - Architectural Pattern|description=Add this functionality to your model and this frees you to integrate and adapt it as needed.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/PasswordResetTemplate.modlr|label=Download this pattern}}
{{#widget:Models|img=/Special:Filepath/File:2020-06-30_20h04_31.png|title=SysAsyncTicket - Important Architectural Pattern|description=A model pattern you can easily add to your model, backed by recent MDrivenServers.|downloadLink=https://learn.mdriven.net/SysAsync_package}}
{{#widget:Models|img=/Special:Filepath/File:2020-06-30_20h04_31.png|title=SysAsyncTicket - Important Architectural Pattern|description=A model pattern you can easily add to your model, backed by recent MDrivenServers.|downloadLink=https://learn.mdriven.net/SysAsync_package|label=Go to the SysAsyncTicket page}}
{{#widget:Models|img=/Special:Filepath/File:2020-06-17_15h43_02.png|title=Localization and Translation - Architectural Pattern|description=MDriven systems can adhere to a model pattern and use that to store translations to all texts in actions and ViewModels.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/Translations.modlr}}
{{#widget:Models|img=/Special:Filepath/File:2020-06-17_15h43_02.png|title=Localization and Translation - Architectural Pattern|description=MDriven systems can adhere to a model pattern and use that to store translations to all texts in actions and ViewModels.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/Translations.modlr|label=Download this pattern}}
{{#widget:Models|img=/Special:Filepath/File:2022-07-19_13h48_16.png|title=SysTurnkeyTraceLog|description=Add a class following this pattern if you need to track what users are up to in your Turnkey app.|downloadLink=https://github.com/supportMDriven/MDrivenComponents.git}}
{{#widget:Models|img=/Special:Filepath/File:2022-07-19_13h48_16.png|title=SysTurnkeyTraceLog|description=Add a class following this pattern if you need to track what users are up to in your Turnkey app.|downloadLink=https://github.com/supportMDriven/MDrivenComponents.git|label=Go to Git Repository}}
{{#widget:Models|img=/Special:Filepath/File:BaseApp_image.png|title=BaseApp|description=A model extracted from larger models used in various projects with certain functions ready to go.|downloadLink=https://learn.mdriven.net/File:BaseApp.zip}}
{{#widget:Models|img=/Special:Filepath/File:BaseApp_image.png|title=BaseApp|description=A model extracted from larger models used in various projects with certain functions ready to go.|downloadLink=https://learn.mdriven.net/images/d/de/BaseApp.zip|label=Download this pattern}}
{{#widget:Models|img=/Special:Filepath/File:Asp.Net_Identity_package_image.png|title=Asp.Net Identity package|description=Use this pattern for Turnkey login support.|downloadLink=https://learn.mdriven.net/File:AspNetIdentity.zip}}
{{#widget:Models|img=/Special:Filepath/File:Asp.Net_Identity_package_image.png|title=Asp.Net Identity package|description=Use this pattern for Turnkey login support.|downloadLink=https://learn.mdriven.net/images/b/b3/AspNetIdentity.zip|label=Download this pattern}}


<html>
<html>
Line 298: Line 302:
     <div class="card-container">
     <div class="card-container">
</html>
</html>
{{#widget:Models|img=/Special:Filepath/File:2020-05-31_12h01_07.png|title=Consume and Purchase GetPaid#1|description=This model extends your system with the ability to charge the end-user for services you provide.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/ChargeEndUserViaMDrivenPortalService.modlr}}
{{#widget:Models|img=/Special:Filepath/File:2020-05-31_12h01_07.png|title=Consume and Purchase GetPaid#1|description=This model extends your system with the ability to charge the end-user for services you provide.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/ChargeEndUserViaMDrivenPortalService.modlr|label=Download this extension}}
{{#widget:Models|img=/Special:Filepath/File:2020-07-20_12h48_44.png|title=PayPal - Checkout GetPaid#2|description=Integrate PayPal as an alternative method to get paid by users.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/PayPalCheckout.modlr}}
{{#widget:Models|img=/Special:Filepath/File:2020-07-20_12h48_44.png|title=PayPal - Checkout GetPaid#2|description=Integrate PayPal as an alternative method to get paid by users.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/PayPalCheckout.modlr|label=Download this extension}}
{{#widget:Models|img=/Special:Filepath/File:2020-06-22_18h49_08.png|title=Theme Builder - Build Themes in Runtime|description=Set CSS variables to influence the colors and sizes of the UI.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/ThemeBuilder.modlr}}
{{#widget:Models|img=/Special:Filepath/File:2020-06-22_18h49_08.png|title=Theme Builder - Build Themes in Runtime|description=Set CSS variables to influence the colors and sizes of the UI.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/ThemeBuilder.modlr|label=Download this extension}}
{{#widget:Models|img=/Special:Filepath/File:OutgoingEmailQueue-model.png|title=Outgoing Email Queue|description=This is a model pattern that adds an outgoing email queue to the standard base model.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/OutgoingEmailQueue.modlr}}
{{#widget:Models|img=/Special:Filepath/File:OutgoingEmailQueue-model.png|title=Outgoing Email Queue|description=This is a model pattern that adds an outgoing email queue to the standard base model.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/OutgoingEmailQueue.modlr|label=Download this extension}}
{{#widget:Models|img=/Special:Filepath/File:Calender_model_diagram.png|title=Calendar Model for Linking Things to Dates, Weeks, Months, and Years|description=This model implements classes that make aggregation (for statistics, for example) easy.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/CalendarPackage.modlr}}
{{#widget:Models|img=/Special:Filepath/File:Calender_model_diagram.png|title=Calendar Model for Linking Things to Dates, Weeks, Months, and Years|description=This model implements classes that make aggregation (for statistics, for example) easy.|downloadLink=https://learn.mdriven.net/Special:Redirect/file/CalendarPackage.modlr|label=Download this extension}}
{{#widget:Models|img=/Special:Filepath/File:ComplaintTrackerStartScreen.png|title=Store Complaint Handling|description=The complete app, model, and example data for a clothing shop, to help staff handle customer complaints professionally.|downloadLink=https://learn.mdriven.net/images/5/50/StoreComplaintHandling.zip}}
{{#widget:Models|img=/Special:Filepath/File:ComplaintTrackerStartScreen.png|title=Store Complaint Handling|description=The complete app, model, and example data for a clothing shop, to help staff handle customer complaints professionally.|downloadLink=https://learn.mdriven.net/images/5/50/StoreComplaintHandling.zip|label=Download this extension}}
{{#widget:Models|img=/Special:Filepath/File:2017-08-26_17h45_56.png|title=Turnkey Sample SoftConflict|description=A small app that helps you be constructive about issues in your daily life.|downloadLink=https://learn.mdriven.net/images/a/ac/DatabaseCompact.zip}}
{{#widget:Models|img=/Special:Filepath/File:2017-08-26_17h45_56.png|title=Turnkey Sample SoftConflict|description=A small app that helps you be constructive about issues in your daily life.|downloadLink=https://learn.mdriven.net/images/a/ac/DatabaseCompact.zip|label=Download this extension}}
{{#widget:Models|img=/Special:Filepath/File:2017-08-07_22h03_55.png|title=Turnkey Sample Board Map Balls Gantt|description=This sample is a bit of a playground for html5 component development that jacks into the Turnkey.|downloadLink=https://learn.mdriven.net/Documentation:Turnkey_sample_Board_Map_Balls_Gantt}}
{{#widget:Models|img=/Special:Filepath/File:2017-08-07_22h03_55.png|title=Turnkey Sample Board Map Balls Gantt|description=This sample is a bit of a playground for html5 component development that jacks into the Turnkey.|downloadLink=https://learn.mdriven.net/Documentation:Turnkey_sample_Board_Map_Balls_Gantt|label=Go to this page}}





Latest revision as of 14:58, 2 April 2024

Model examples
BROWSE MODEL SAMPLES
Get started with MDriven sample models and packages. Explore and select what you want to build.

Complete Models

Use ready-made "complete system" (model+data) to apply to an existing turnkey site. How to merge modlr files?
Placeholder
Gantt Chart Interactive
Use this when you need to show and interact with data in a timeline.
Download Modlr file
Placeholder
A Trello-like Board With Cards You Can Move Between Lists
Move cards between lists, click cards, add new cards and more.
Download Modlr file
Placeholder
Markup Editor TinyMCE
Lets your users produce rich HTML text.
Download Modlr file
Placeholder
SVG - Move boxes around
Objects represented by SVG graphics that react to mouse events so that they can be moved around and saved.
Download Modlr file
Placeholder
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 Modlr file


Patterns

Packages primarily used by importing into an existing model. How to merge modlr files?
Placeholder
SysUserAuthentication - important architectural pattern
This example adds the SysSingleton and SysUser classes needed to enable login and authentication in Turnkey systems.
Download this pattern
Placeholder
Password Reset Sample - Architectural Pattern
Add this functionality to your model and this frees you to integrate and adapt it as needed.
Download this pattern
Placeholder
SysAsyncTicket - Important Architectural Pattern
A model pattern you can easily add to your model, backed by recent MDrivenServers.
Go to the SysAsyncTicket page
Placeholder
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 this pattern
Placeholder
SysTurnkeyTraceLog
Add a class following this pattern if you need to track what users are up to in your Turnkey app.
Go to Git Repository
Placeholder
BaseApp
A model extracted from larger models used in various projects with certain functions ready to go.
Download this pattern
Placeholder
Asp.Net Identity package
Use this pattern for Turnkey login support.
Download this pattern


Extensions

Ready-made solutions used by importing into an existing model. How to merge modlr files?
Placeholder
Consume and Purchase GetPaid#1
This model extends your system with the ability to charge the end-user for services you provide.
Download this extension
Placeholder
PayPal - Checkout GetPaid#2
Integrate PayPal as an alternative method to get paid by users.
Download this extension
Placeholder
Theme Builder - Build Themes in Runtime
Set CSS variables to influence the colors and sizes of the UI.
Download this extension
Placeholder
Outgoing Email Queue
This is a model pattern that adds an outgoing email queue to the standard base model.
Download this extension
Placeholder
Calendar Model for Linking Things to Dates, Weeks, Months, and Years
This model implements classes that make aggregation (for statistics, for example) easy.
Download this extension
Placeholder
Store Complaint Handling
The complete app, model, and example data for a clothing shop, to help staff handle customer complaints professionally.
Download this extension
Placeholder
Turnkey Sample SoftConflict
A small app that helps you be constructive about issues in your daily life.
Download this extension
Placeholder
Turnkey Sample Board Map Balls Gantt
This sample is a bit of a playground for html5 component development that jacks into the Turnkey.
Go to this page