Best Practices
mNo edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
.bestpractices-card:hover { | |||
transform: translateY(-5px); | |||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); | |||
} | |||
.mw-parser-output > *:first-child { | |||
display: none; | |||
} | |||
.header3 { | |||
padding: 2rem 5em; | |||
} | |||
.contentHeader { | |||
padding: 5em; | |||
} | |||
.heading { | |||
font-size: 2.25em; | |||
} | |||
@media (max-width: 767px) { | @media (max-width: 767px) { | ||
.contentHeader { | .contentHeader { | ||
Line 27: | Line 48: | ||
} | } | ||
.grid-container { | .grid-container { | ||
grid-template-columns: 1fr !important | grid-template-columns: 1fr !important; | ||
} | } | ||
.header3 { | |||
padding: 2rem 1em; | |||
} | |||
} | } | ||
</style> | </style> | ||
<div style="background: linear-gradient(94deg, #E2F5FA 0%, #F7FAFC 49%, #FFDABB 100%);"> | <div style="background: linear-gradient(94deg, #E2F5FA 0%, #F7FAFC 49%, #FFDABB 100%);"> | ||
<div class="contentHeader" style=" | <div class="contentHeader" style="width: 100%; display: flex; flex-direction: column; gap: 10px; box-sizing: border-box;"> | ||
<div style="color: #44546F;">Best practices</div> | <div style="color: #44546F;">Best practices</div> | ||
<div class="heading" style="color: #182933 | <div class="heading" style="color: #182933; font-weight: 700; text-transform: uppercase; ">BEST PRACTICES</div> | ||
<div style="color: black; font-size: 14px; font-family: Outfit; font-weight: 400; word-wrap: break-word;">Suggestions and ideas on how to creatively use MDriven tools. </div> | <div style="color: black; font-size: 14px; font-family: Outfit; font-weight: 400; word-wrap: break-word;">Suggestions and ideas on how to creatively use MDriven tools. </div> | ||
</div> | </div> | ||
</div> | </div> | ||
<div style="color: #182933; 500; word-wrap: break-word | <div style="color: #182933; 500; word-wrap: break-word; font-weight:500; font-size:20px;" class="header3" >Here’s how YOU can make MDriven work for YOU</div> | ||
<div style="display: grid; padding: | <div style="display: grid; padding: 0 5em; grid-template-columns: repeat(3, 1fr); gap: 20px; grid-auto-rows: minmax(100px, auto);" class="grid-container"> | ||
</html> | </html> | ||
{{#widget:BestPractices|heading=MDriven Source code instructions|headingLink=/index.php/BestPractices:MDriven_Source_code_instructions|description=Install the MDriven source code.}} | {{#widget:BestPractices|heading=MDriven Source code instructions|headingLink=/index.php/BestPractices:MDriven_Source_code_instructions|description=Install the MDriven source code.}} |
Latest revision as of 16:51, 2 April 2024
Best practices
BEST PRACTICES
Suggestions and ideas on how to creatively use MDriven tools.
Here’s how YOU can make MDriven work for YOU
MDriven Source code instructions
Install the MDriven source code.
Navigating without user interaction
Automatically navigate to another page after a user has logged in.
Statemachines forcing your hand even if you are admin
Bypass the rules of the Statemachine.
ModelMeta
Publish a read-only version of the model for everyone in your team to see
Html frontend tips and tricks
Different solutions to the issues you could face when using MDriven tools and Html.
Practical expressions to get insights into your model content
Sample expressions to add to your model
Build Enterprise Information Systems
Gain user acceptance and deliver on digitalization promises like never before
Complexity shows up almost immediately–get the tools to manage it
Get the tools to manage complexity in your business
Cloud deployment strategies
(Description will be added soon)
Subversion
(Description will be added soon)
Optimizing for performance
(Description will be added soon)
Global deployment
(Description will be added soon)
Versioning your data
(Description will be added soon)
Data security
(Description will be added soon)
Logging/User activity
(Description will be added soon)
Server hardening
(Description will be added soon)