Best Practices
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 39: | Line 39: | ||
</div> | </div> | ||
<div style="color: #182933; 500; word-wrap: break-word; padding-left:85px; font-weight:500; font-size:20px; padding-top:20px;">Here’s | <div style="color: #182933; 500; word-wrap: break-word; padding-left:85px; font-weight:500; font-size:20px; padding-top:20px;">Here’s how YOU can make MDriven work for YOU</div> | ||
<div style="color: black; font-size: 14px; font-family: Outfit; font-weight: 400; word-wrap: break-word; padding-left:85px; padding-top:10px; ">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; padding-left:85px; padding-top:10px; ">Suggestions and ideas on how to creatively use MDriven tools. </div> | ||
<div style="display: grid; padding: 4em; grid-template-columns: repeat(3, 1fr); gap: 20px; grid-auto-rows: minmax(100px, auto);" class="grid-container"> | <div style="display: grid; padding: 4em; 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= | {{#widget:BestPractices|heading=MDriven Source code instructions|headingLink=/index.php/BestPractices:MDriven_Source_code_instructions|description=Istall the MDriven source code.}} | ||
{{#widget:BestPractices|heading=Navigating without user interaction|headingLink=/index.php/BestPractices:Navigating_without_user_interaction|description= | {{#widget:BestPractices|heading=Navigating without user interaction|headingLink=/index.php/BestPractices:Navigating_without_user_interaction|description=Automatically navigate to another page after a user has logged in.}} | ||
{{#widget:BestPractices|heading=Statemachines forcing your hand even if you are admin|headingLink=/index.php/BestPractices:Statemachines_forcing_your_hand_even_if_you_are_admin|description= | {{#widget:BestPractices|heading=Statemachines forcing your hand even if you are admin|headingLink=/index.php/BestPractices:Statemachines_forcing_your_hand_even_if_you_are_admin|description=Bypass the rules of the Statemachine.}} | ||
{{#widget:BestPractices|heading=ModelMeta|headingLink=/index.php/BestPractices:ModelMeta|description=Publish a read-only version of the model for everyone in your team to see}} | {{#widget:BestPractices|heading=ModelMeta|headingLink=/index.php/BestPractices:ModelMeta|description=Publish a read-only version of the model for everyone in your team to see}} | ||
{{#widget:BestPractices|heading=Html frontend tips and tricks|headingLink=/index.php/BestPractices:Html_frontend_tips_and_tricks|description=Different solutions to the issues you could face when using MDriven tools and Html.}} | {{#widget:BestPractices|heading=Html frontend tips and tricks|headingLink=/index.php/BestPractices:Html_frontend_tips_and_tricks|description=Different solutions to the issues you could face when using MDriven tools and Html.}} | ||
{{#widget:BestPractices|heading=Practical expressions to get insights into your model content|headingLink=/index.php/BestPractices:Practical_expressions_to_get_insights_into_your_model_content|description=Sample expressions to add to your model}} | {{#widget:BestPractices|heading=Practical expressions to get insights into your model content|headingLink=/index.php/BestPractices:Practical_expressions_to_get_insights_into_your_model_content|description=Sample expressions to add to your model}} | ||
{{#widget:BestPractices|heading=Cloud deployment strategies|headingLink=/index.php/Cloud_Deployment_Strategies|description= | {{#widget:BestPractices|heading=Cloud deployment strategies|headingLink=/index.php/Cloud_Deployment_Strategies|description=(Description will be added soon)}} | ||
{{#widget:BestPractices|heading=Subversion|headingLink=/index.php/BestPractices:Subversion|description= | {{#widget:BestPractices|heading=Subversion|headingLink=/index.php/BestPractices:Subversion|description=(Description will be added soon)}} | ||
{{#widget:BestPractices|heading=Optimizing for performance|headingLink=/index.php/BestPractices:Optimizing_for_performance|description= | {{#widget:BestPractices|heading=Optimizing for performance|headingLink=/index.php/BestPractices:Optimizing_for_performance|description=(Description will be added soon)}} | ||
{{#widget:BestPractices|heading=Global deployment|headingLink=/index.php/BestPractices:Global_deployment|description= | {{#widget:BestPractices|heading=Global deployment|headingLink=/index.php/BestPractices:Global_deployment|description=(Description will be added soon)}} | ||
{{#widget:BestPractices|heading=Versioning your data|headingLink=/index.php/BestPractices:Versioning_your_data|description= | {{#widget:BestPractices|heading=Versioning your data|headingLink=/index.php/BestPractices:Versioning_your_data|description=(Description will be added soon)}} | ||
{{#widget:BestPractices|heading=Data security|headingLink=/index.php/BestPractices:Data_security|description= | {{#widget:BestPractices|heading=Data security|headingLink=/index.php/BestPractices:Data_security|description=(Description will be added soon)}} | ||
{{#widget:BestPractices|heading=Logging/User activity|headingLink=/index.php/BestPractices:Logging/User_activity|description= | {{#widget:BestPractices|heading=Logging/User activity|headingLink=/index.php/BestPractices:Logging/User_activity|description=(Description will be added soon)}} | ||
{{#widget:BestPractices|heading=Server hardening |headingLink=/index.php/BestPractices:Server_hardening|description= | {{#widget:BestPractices|heading=Server hardening |headingLink=/index.php/BestPractices:Server_hardening|description=(Description will be added soon)}} |
Revision as of 05:24, 22 December 2023
Best practices
BEST PRACTICES
Here’s how YOU can make MDriven work for YOU
Suggestions and ideas on how to creatively use MDriven tools.
MDriven Source code instructions
Istall 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
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)